@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --bs-primary: #f0f0f0;
  --bs-secondary: #000;
  --font-body: 16px;
  --bs-family: "Poppins", serif;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: var(--bs-family);
}
:focus {
  outline: 0;
}
ul,
ol {
  list-style-type: disc;
  margin-left: 18px;
  padding: 0px;
  margin-bottom: 10px;
}
li {
  margin: 0px;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
strong {
  font-weight: bold;
}
a img {
  border: 0;
}
img {
  max-width: 100%;
  border: 0 none;
  height: auto;
  vertical-align: middle;
}
.display-block {
  display: block;
}
body {
  padding: 0;
  margin: 0px;
  color: var(--bs-black);
  font-family: var(--bs-family);
  font-size: var(--font-body);
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  clear: both;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bs-title-font);
}
hr {
  border-color: #999;
}
p {
  clear: both;
  padding: 0 0 10px 0;
  margin: 0;
  color: var(--bs-black);
  font-size: var(--font-body);
  line-height: normal;
}
a {
  color: #000;
}
p a:hover,
a,
a:hover {
  text-decoration: none;
  color: var(--bs-black);
}

iframe {
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: #000 !important;
}
::-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.container {
  max-width: 1620px;
}
.container-sm {
  max-width: 590px;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.btn-custom {
  background: var(--bs-secondary);
  border-radius: 27px;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}
.btn-custom img {
  margin-left: 34px;
}
.btn-custom:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

/*------------------------------------*\
         Custom Css Start
\*------------------------------------*/
.top-header {
  background: var(--bs-primary);
  padding: 12px 0;
}
.top-header-left {
  display: flex;
  align-items: center;
}
.currency {
  margin-right: 68px;
}
.currency label {
  font-size: 12px;
  font-weight: 600;
  color: var(--bs-black);
  margin-bottom: 4px;
}
.currency-value {
  font-size: 12px;
  font-weight: 500;
}
.currency-value a {
  background: url(../images/down-arrow.svg) no-repeat right 5px;
  padding: 0 25px 0 0;
}
.currency-value span {
  margin-right: 7px;
}
.currency-value img {
  border-radius: 100%;
}
.delivery-tag {
  order: 3;
  color: #828485;
  text-align: center;
  padding-left: 76px;
}

.top-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  max-width: 440px;
  margin-right: 70px;
  width: 100%;
}
.search input[type="submit"] {
  background: url(../images/search.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  margin-right: 17px;
}
.search input[type="text"] {
  width: 100%;
  border: none;
  font-size: 14px;
  font-weight: 500;
}
.accounts ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 15px;
  margin: 0;
}

.hdr-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 38px 0;
}
.logo-sec {
  width: 100%;
  flex: 1;
}
.logo-sec span {
  margin-left: 27px;
}

/* Top Banner */

.banner-content {
  padding: 70px 0 107px 0;
}
.banner-text h2 {
  font-size: 30px;
  color: var(--bs-black);
  font-weight: 500;
}
.banner-text {
  display: inline-block;
}
.banner-text ul {
  margin: 5px 0 0 0;
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
.banner-text ul a {
  font-size: 20px;
}
.banner-text ul li::after {
  content: "|";
  display: inline-block;
  color: #8d8d8d;
  margin: 0 12px;
}
.banner-text ul li:last-child:after {
  display: none;
}
.banner-text ul a:hover {
  text-decoration: underline;
  color: var(--bs-black);
}

.banner-form {
  background: var(--bs-primary);
  text-align: center;
  padding: 33px 0;
}
.banner-form h3 {
  font-size: 28px;
  font-weight: 500;
}
.nav-tabs {
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  justify-content: center;
  margin: 33px 0;
  gap: 16px;
}
.nav-tabs button.nav-link {
  border: 1px solid #d8d8d8 !important;
  border-radius: 0;
  padding: 11px 20px;
  font-size: 16px;
  font-weight: 500;
  background: #f4f4f4;
}
#nav-tabContent {
  margin-bottom: 32px;
}
.banner-form form {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.banner-form form .form-control {
  border-radius: 0;
  border-color: #ccc;
  font-size: 16px;
  padding: 10px 16px;
}
.banner-form form input[type="text"].form-control {
  max-width: 357px;
}
.banner-form form input[type="submit"] {
  background: var(--bs-black);
  border: 1px solid var(--bs-white);
  color: var(--bs-white);
  min-width: 179px;
  padding: 10px 16px;
  transition: all ease-in-out 0.3s 0s;
}
.banner-form form input[type="submit"]:hover {
  background: var(--bs-white);
  border: 1px solid var(--bs-black);
  color: var(--bs-black);
}
.banner-form form select.form-control {
  max-width: 296px;
  background: #fff url(../images/down-arrow.svg) no-repeat calc(100% - 20px)
    center;
  -webkit-appearance: none;
}

/* Best Selling */
.best-selling-section {
  padding: 70px 0;
}
.best-selling-section h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.best-selling-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.best-selling-content h3 a:hover {
  text-decoration: underline;
}
.best-selling-content p {
  padding-bottom: 20px;
}
.explore-btn {
  background: var(--bs-black);
  color: var(--bs-white);
  padding: 10px 40px 10px 55px;
  display: inline-block;
  border: 1px solid var(--bs-black);
  transition: all ease-in-out 0.3s 0s;
  font-size: 18px;
}
.explore-btn img {
  filter: brightness(0) invert(1);
}
.explore-btn:hover {
  background: var(--bs-white);
  color: var(--bs-black);
}
.explore-btn:hover img {
  filter: none;
}
.explore-btn.white {
  background: var(--bs-white);
  color: var(--bs-black);
}
.explore-btn.white img {
  filter: none;
}
.explore-btn.white:hover {
  background: var(--bs-black);
  color: var(--bs-white);
  border: 1px solid var(--bs-white);
}
.explore-btn.white:hover img {
  filter: brightness(0) invert(1);
}
/* Our Brand */
.our-brand-section {
  background: var(--bs-black) url(../images/our-brand-bg.jpg) no-repeat 0 0;
  min-height: 640px;
}
.our-brand-section h2 {
  color: var(--bs-white);
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 10px;
}
.our-brand-section p {
  color: var(--bs-white);
  font-size: 18px;
  padding-bottom: 35px;
}
.our-brand-text {
  max-width: 600px;
  margin: 0 0 0 auto;
}

/* Top Brand */
.top-brand-section {
  padding: 80px 0;
  text-align: center;
}
.top-brand-section h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
}
.top-brand-section h6 {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: normal;
}
.brand-box {
  border: 1px solid #bcbcbc;
}
.brand-thumb {
  position: relative;
}
.brand-thumb img {
  width: 100%;
}
.brand-thumb::after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.brand-box h4 {
  font-size: 22px;
  font-weight: 500;
  padding: 13px 15px;
}

/* Facilities */
.ficilities {
  border-top: 1px solid #a4a4a4;
  margin-top: 20px;
}
.ficilities ul {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ficilities ul li {
  width: 20%;
  text-align: center;
  min-height: 117px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  border-right: 1px solid #a4a4a4;
  justify-content: center;
  padding: 10px;
}
.ficilities ul li:last-child {
  border: none;
}

/* footer */
/* ====================Footer css==============
  =========================START================= */
footer {
  background: url(../images/footer-bg.jpg) no-repeat center center;
  background-size: cover;
}
.ftr-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr-col-5 {
  width: 340px;
}
.ftr-col-2 {
  width: 222px;
}
.ftr-col-3 {
  width: 302px;
}
.footerTop {
  padding: 95px 0 0 0;
  background: rgba(251, 251, 251, 0.95);
}
.ftrLogo {
  margin-bottom: 25px;
}
.ftr-row p {
  padding-bottom: 18px;
}
.footerTop .social {
  margin-top: 25px;
  gap: 24px;
  display: flex;
}
.ftr-row .explore-btn {
  padding: 9px 30px 8px 35px;
  font-size: 17px;
}
.footerTop .social img {
  width: 36px;
  height: 36px;
}
.footerTop h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 20px;
}
.footerTop ul {
  margin: 0;
  list-style: none;
}
.footerTop li {
  padding: 5px 0;
  line-height: 21px;
  font-size: 16px;
}
.footerTop li a {
  display: block;
  font-size: 16px;
}
.ftr-row input[type="email"] {
  border-color: #aeaeae;
  border-radius: 0;
  font-size: 15px;
  height: 60px;
  margin: 27px 0 21px 0;
}
.ftr-row input[type="submit"] {
  width: 100%;
  height: 57px;
  background: var(--bs-black);
  color: var(--bs-white);
  border: none;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 37px;
  transition: all ease-in-out 0.3s 0s;
}
.ftr-row input[type="submit"]:hover {
  background: var(--bs-white);
  color: var(--bs-black);
}
.copy-right {
  border-top: 1px solid rgba(101, 101, 101, 0.3);
  width: 100%;
  padding: 20px 0 40px 0;
  margin-top: 55px;
  color: var(--bs-white);
  text-align: center;
}
.copy-right span {
  font-weight: 500;
  display: block;
}


/* Product Listing */

.product-banner-content h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 13px;
}
.product-banner-content h4 {
  font-size: 24px;
  margin-bottom: 13px;
}
.edit-selection {
  font-size: 14px;
  color: #A3A3A3;
}
.add-vehicle {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-top: 5px;
}
.product-banner-content {
  padding: 72px 0 0 0;
}
.product-banner-content ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 30px;
  list-style: none;
  font-weight: 500;
}
.product-banner-content ul li span {
  background: url(../images/tick.svg) no-repeat 0 5px;
  background-size: 18px;
  padding-left: 25px;
  display: block;
}
.product-tabing {
  padding: 19px 0 0 0;
  background: var(--bs-primary);
  margin: 60px 0 40px 0;
}
.car-thumb img {
  border: 1px solid #000;
}
.watch-list-pro{
  margin-bottom: 19px;
}
.watch-list-pro a {
  font-size: 14px;
  text-transform: uppercase;
  color: #707070;
  font-weight: 500;
  margin-top: 8px;
  display: block;
}
.sidebar{
  margin-bottom: 50px;
}
.title-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin:30px 0 20px 0;
}
.sub-category-name {
  margin:0;
  font-size:26px;
  font-weight: 500;
  float: left;
  color: #A8A9AD;
  text-transform: uppercase;
  width: 100%;
}
.title-header .form-control {
  border-radius: 0;
  border-color: #ccc;
  font-size: 14px;
  padding: 7px 11px;
  max-width: 170px;
  background: #fff url(../images/down-arrow.svg) no-repeat calc(100% - 10px) center;
  -webkit-appearance: none;
}
.category-items-names.sticky {
  background: var(--bs-primary);
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  left: 0;
  padding: 0 20px;
}
.category-items {
  list-style: none;
  padding-left: 0;
  display: flex;
  overflow-x: auto;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  justify-content: space-between;
}
.category-items li {
  margin-bottom: 0;
  box-sizing: border-box;
  margin-right: 30px;
}
.category-items li:last-child{
  margin-right: 0;
}

.category-items li a {
  color: #000;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
  text-transform: uppercase;
  background: 0 0;
  padding-bottom: 15px;
  border-bottom: 3px solid transparent;
  display: block;
}
.category-items li a.active {
  border-color: #000;
}
.sticky .category-items li a{
  padding-top: 15px;
}
.pro-colors ul {
  list-style: none;
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 0;
}
.pro-colors ul li {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  border: 1px solid #ccc;
}
.product-item-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  list-style: none;
}
.product-item-list .product-item {
  margin-left: 0;
  margin-right: 60px;
  width: calc((100% - 132px)/3);
  padding: 0;
  margin-bottom: 30px;
  position: relative;
}
.product-item-list .product-item:nth-child(3n) {
  margin-right: 0;
}
.product-action h4 {
  border-bottom: 2px solid #D9D9D9;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.pro-option {
  display: flex;
  flex-wrap: wrap;
}
.pro-colors {
  width: 50%;
}
.rating-price {
  width: 50%;
  text-align: right;
}
.pro-colors h6 {
  font-size: 14px;
  color: #A8A9AD;
  font-weight: 600;
  margin-bottom: 10px;
}
.rat span {
  font-size: 10px;
  color: var(--bs-black);
  font-weight: 500;
}
.price-pro {
  font-size: 13px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.old-price {
  text-decoration: line-through;
  color: #A8A9AD;
}
.sale {
  position: absolute;
  right: 0;
  top: 50px;
  background: #FF5050;
  border-radius: 30px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  width: 70px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  font-weight: 600;
}
