/*------------------------------------*\
         Media Queries
\*------------------------------------*/
@media (max-width: 1590px) {
  .nav-list li {
    padding: 11px 10px;
  }
  .delivery-tag {
    padding-left: 38px;
  }
  .our-brand-section {
    background: var(--bs-black) url(../images/our-brand-bg.jpg) no-repeat center
      0;
  }
}
@media (max-width: 1420px) {
  .logo-sec img {
    max-height: 25px;
  }
  .nav-list li {
    padding: 11px 8px;
  }
  .nav-list li a {
    font-size: 15px;
  }
  .nav-list li.submenu > a {
    background-position: right 5px;
  }
  .delivery-tag {
    padding-left: 2px;
  }
  .ficilities ul li {
    font-size: 16px;
  }
  .product-banner-content h2 {
    font-size: 24px;
  }
  .product-banner-content h4 {
    font-size: 18px;
  }
  .product-banner-content ul {
    gap: 20px;
  }
  .add-vehicle,
  .product-banner-content ul {
    font-size: 15px;
  }
  .product-item-list .product-item{
    margin-right: 40px;
    width: calc((100% - 80px)/3);
  }
  .price-pro {
    justify-content: flex-end;
  }
}

@media (max-width: 1300px) {
  .logo-sec img {
    max-height: 22px;
  }
  .nav-list li a {
    font-size: 14px;
  }
  .logo-sec span {
    margin-left: 15px;
  }
  .hdr-btm {
    padding: 20px 0;
  }
  .search {
    max-width: 400px;
  }
  .product-banner-content ul {
    gap: 15px;
  }
  .product-banner-content ul {
    font-size: 14px;
  }
  .product-banner-content ul li span{
    background-size: 16px;
    padding-left: 22px;
  }
}
@media (max-width: 1200px) {
  .top-header-left {
    justify-content: space-between;
  }
  .hdr-btm {
    padding: 23px 0;
  }
  .logo-sec {
    padding-left: 60px;
  }
  .delivery-tag {
    order: inherit;
    padding: 0;
  }
  .currency {
    margin-right: 0;
  }
  #search-box {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999;
    transition: transform 0.7s ease-in-out;
    transform: translateY(-100%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  #search-box h2 {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .search {
    max-width: 80%;
    margin: 0;
  }
  .closeBtn {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 34px;
    cursor: pointer;
  }
  .closeBtn img {
    filter: brightness(0) invert(1);
    width: 34px;
  }
  #search-box.active {
    transform: translateY(0);
  }
  .search input[type="submit"] {
    margin-right: 7px;
  }
  .nav-list li.submenu > a {
    background: none;
    border-bottom: 1px solid var(--bs-primary);
  }
  .nav-list li {
    padding: 0;
  }
  .currency label {
    display: none;
  }
  .banner-form form select.form-control {
    max-width: 250px;
  }
  .banner-form form select.form-control {
    max-width: 230px;
  }
  .ficilities ul li {
    gap: 5px;
    font-size: 15px;
    padding: 5px;
  }
  .product-banner-content ul li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .our-brand-section {
    min-height: inherit;
    overflow: hidden;
  }
  .our-brand-text {
    max-width: initial;
    margin: 0 -13px;
    background: rgba(0, 0, 0, 0.65);
    padding: 150px 30px;
  }
  .brand-box {
    margin: 10px 0;
  }
  .product-banner-content {
    padding: 42px 0 0 0;
  }
  .pro-colors {
    width: 100%;
  }
  .rating-price {
    width: 100%;
    text-align: left;
  }
  .price-pro {
    justify-content: space-between;
  }
  .sub-category-name{
    font-size: 21px;
  }
  .title-header .form-control {
    font-size: 13px;
    padding: 5px 11px;
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
  .explore-btn {
    padding: 10px 30px 10px 35px;
  }
  .delivery-tag {
    font-size: 12px;
  }
  .currency-value img {
    max-width: 13px;
  }
  .currency-value a {
    background: url(../images/down-arrow.svg) no-repeat right 2px;
    padding: 0 18px 0 0;
    background-size: 15px;
  }
  .currency-value span {
    margin-right: 4px;
  }
  .logo-sec img {
    max-height: 18px;
  }
  .logo-sec {
    padding-left: 45px;
  }
  .accounts ul {
    gap: 10px;
  }
  #search-box {
    max-width: 100%;
    width: 100%;
  }
  .search {
    max-width: 100%;
    margin: 0;
  }
  .banner-text {
    width: 100%;
    text-align: center;
  }
  .banner-content {
    padding: 32px 0 55px 0;
  }
  .banner-text h2,
  .banner-form h3,
  .best-selling-section h2,
  .best-selling-content h3 {
    font-size: 20px;
    line-height: normal;
  }
  .banner-text ul {
    margin: 10px 0 0 0;
    justify-content: center;
  }
  .banner-text ul a {
    font-size: 16px;
  }
  .banner-form form select.form-control {
    background: #fff url(../images/down-arrow.svg) no-repeat calc(100% - 10px)
      center;
  }
  .nav-tabs {
    justify-content: center;
    margin: 18px 0 26px 0;
    gap: 10px;
  }
  .nav-tabs button.nav-link {
    padding: 14px 10px;
    font-size: 12px;
  }
  .banner-form form .form-control {
    font-size: 14px;
    padding: 12px 16px;
  }
  .banner-form form {
    gap: 15px;
  }
  .banner-form form input[type="text"].form-control,
  .banner-form form select.form-control {
    max-width: 100%;
  }
  .banner-form form input[type="submit"] {
    width: 100%;
  }
  #nav-tabContent {
    margin-bottom: 27px;
  }
  .best-selling-section {
    padding: 44px 0 70px 0;
  }
  .best-selling-content {
    margin-top: 20px;
  }
  .our-brand-text {
    padding: 70px 14px 67px 14px;
  }
  .our-brand-section h2 {
    font-size: 24px;
  }
  .our-brand-section p {
    font-size: 14px;
  }
  .top-brand-section {
    padding: 60px 0;
  }
  .top-brand-section h2 {
    font-size: 20px;
  }
  .top-brand-section h6 {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .brand-box h4 {
    font-size: 16px;
    padding: 11px 10px;
  }
  .ficilities {
    border-top: none;
    margin-bottom: 73px;
  }
  .ficilities ul {
    border: 1px solid #a4a4a4;
  }
  .ficilities ul li {
    gap: 10px;
    font-size: 18px;
    padding: 16px;
    width: 100%;
    border-bottom: 1px solid #a4a4a4;
    border-right: none;
    min-height: 90px;
    justify-content: flex-start;
  }
  .footerTop {
    padding: 50px 0 0 0;
  }
  .ftr-col-5,
  .ftr-col-2,
  .ftr-col-3 {
    width: 100%;
  }
  .footer-link {
    margin-top: 37px;
  }
  .footerTop .social {
    margin-bottom: 20px;
  }
  .footerTop li a {
    font-size: 14px;
  }
  .copy-right {
    padding: 30px 0 40px 0;
    margin-top: 35px;
  }
  footer p {
    line-height: 30px;
  }

  .product-banner-content ul{
    display: none;
  }
  .product-banner-content {
    padding: 20px 0 0 0;
  }
  .product-tabing{
    margin: 20px 0 40px 0
  }
  .watch-list-pro {
    display: none;
  }
  .title-header{
    flex-wrap: wrap;
  }
  .title-header .form-control {
    max-width: 100%;
    padding: 9px 11px;
  }
  .sub-category-name {
    margin-bottom: 20px;
  }
  .product-item-list .product-item {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc((100% - 20px)/2);
  }
  .product-item-list .product-item:nth-child(3n) {
    margin-right: 20px;
  }
  .product-item-list .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .product-action h4{
    font-size: 15px;
  }
  .pro-colors h6 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .price-pro {
    font-size: 12px;
  }



}
@media (max-width: 575px) {
}
