@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");

body {
  font-family: "Cairo", sans-serif !important;
}

.header-area .header-top .switcher-lang-currency {
  padding: 0 2rem 0 0;
  border-left: none;
}

/* Menu Category Search Select css start */
.header-area .header-middle .header-middle-wrap .search-area .search-wrap .form-select,
.menu-offcanvas .mobile-menu-area .menu-search-form .form-select {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 2.5rem 0 1.5rem;
}

/* Menu Category Search Select css end */

/* ----- Extra CSS Start ----- */

/* Toaster CSS Start */
.swal2-popup.swal2-toast {
  display: flex !important;
  padding: 15px !important;
}

.swal2-popup.swal2-toast .swal2-title {
  font-size: 1.4em !important;
}

/* Toaster CSS End */

/* Checkout Page CSS */
.checkout-page-color-show {
  display: inline-flex;
  align-items: center;
}

.checkout-page-color-show span {
  height: 18px;
  width: 18px;
  display: inline-flex;
  border-radius: 50%;
  margin-left: 5px;
}

/* Checkout Page CSS */

/* Cart Page CSS */
.cart-page-area .cart-page-bottom-box-wrap {
  justify-content: space-between;
}

/* Cart Page CSS */

.lang-switcher .flag {
  position: relative;
  top: -2px;
}

.order-progress .single-progress.canceled {
  color: #333333;
}

.order-progress .single-progress.canceled::before {
  background: #fc1010;
  -webkit-box-shadow: 0 0 0 2px #eeeeee;
  box-shadow: 0 0 0 2px #fc1010;
}

.my-order-td-row {
  padding-top: 30px !important;
}

.primary-btn-v2.write-review-btn {
  padding: 0.75rem 2rem !important;
}

.review-right .product-review {
  display: flex;
}

.review-right .product-review .review-item.active {
  color: #fca610;
}

.product-single-area .product-bottom-info .tab-content .product-reviews .review-top .review-top-left .product-review {
  margin: 0 20px;
}

.product-single-area .product-bottom-info .tab-content .product-reviews .review-top .review-top-left .product-review .review-item {
  display: inline-block;
  color: #e9e9e9;
  cursor: pointer;
  line-height: 1;
}

.product-single-area .product-bottom-info .tab-content .product-reviews .review-top .review-top-left .product-review .review-item.active {
  color: #fca610;
}

.product-single-area .product-bottom-info .tab-content .product-reviews .reviews-list .single-review .review-middle .product-review {
  margin-right: 2rem;
}

.product-single-area .product-bottom-info .tab-content .product-reviews .reviews-list .single-review .review-middle .product-review .review-item {
  display: inline-block;
  color: #e9e9e9;
  line-height: 1;
  cursor: pointer;
}

.product-single-area .product-bottom-info .tab-content .product-reviews .reviews-list .single-review .review-middle .product-review .review-item.active {
  color: #fca610;
}

.testimonial-area .testimonail-slide .single-testimonial .review-area .inactive {
  color: var(--bColor);
}

.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* Menu CSS */
.account-switcher {
  margin-right: 0;
}

.currency-switcher .flag {
  width: auto;
}

/* Menu CSS */

/* Contact page */
.contact-us-area.section-bottom > .row {
  padding: 0 80px;
}

/* Contact page */
/* Blog Page */
.blog-details-content-wrap,
.our-features-area-wrap {
  margin: 0 10.5rem;
}

/* Blog Page */

/* Thankyou Page CSS Start */
.thankyou-content h2 {
  font-size: 48px;
  color: #000;
  line-height: 58px;
  margin: 30px 0;
}

.thankyou-content p span {
  font-weight: 500;
  color: #4a4a4a;
}

/* Thankyou Page CSS End */

/* Common Modal CSS Start */
.common-modal h2 {
  font-weight: 500;
  color: #000;
}

.common-modal .primary-btn {
  padding: 0.6rem 3rem;
  margin-top: 1rem;
}

.common-modal .form-control {
  height: 4rem;
  font-size: 15px;
}

.common-modal .form-label {
  color: #333;
}

.common-modal .modal-header {
  padding: 1.2rem 2rem;
}

.common-modal .modal-body {
  padding: 1.2rem 2rem 2rem;
}

/* Common Modal CSS End */
/* Product Page */
.sidebar-widget-area .price-widget .price-wrap .price-submit {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Product Page */

/* Checkout Page New Login Box Start */
.checkout-page-login-box {
  padding: 5rem 4rem;
  background: #f8f9fc;
}

.checkout-page-login-box .primary-btn {
  padding: 0.7rem 3rem 0.75rem;
}

.checkout-page-login-box h2,
.checkout-discount-box h2 {
  font-size: 2.4rem;
  color: #222222;
}

.checkout-discount-box {
  margin: 3rem 0;
  padding: 3rem;
  background-color: #fff;
  border: 1px solid #eeeeee;
}

.checkout-discount-box .form-control {
  padding: 1rem 1rem;
  border: 1px solid #eeeeee;
  font-size: 14px;
  color: #333333;
}

.checkout-page-login-box h2 {
  margin-right: 15px;
}

/* Checkout Page New Login Box End */

/* product color */
.product-variable-color label span {
  border: 1px solid #848684;
}

/* product color */

/* Home Version 2 By Default Style Start */
.header-area-v2 .account-switcher {
  min-width: auto;
}

/* Home 2 Product page */
.single-grid-product-v2 .product-top a {
  display: block;
}

/* Home 2 Product details */
.product-single-area-v2 .product-single-left .product-slier-big-image .single-slide::before,
.product-single-area-v2 .product-single-left .product-thumbnail-image .single-item::before {
  display: none;
}

.product-single-area-v2 .product-single-left .product-slier-big-image .single-slide .slide-image {
  /* min-width: 100%; */
  min-height: 100%;
  width: 100%;
}

.product-single-area-v2 .product-single-left .product-slier-big-image .single-slide {
  max-width: 100%;
  overflow: hidden;
  height: 700px;
}

.regular-price {
  text-decoration: line-through;
}

@media (max-width: 767px) {
  .popular-categories-area-v2 .catagory-left {
    padding-left: 30px;
  }

  .product-box {
    height: auto !important;
  }

  .direction-rtl .popular-categories-area-v2 .catagory-left {
    padding-left: 0px;
    padding-right: 30px;
  }

  .popular-categories-area-v2 .catagory-left:after {
    left: 0;
  }

  .direction-rtl .popular-categories-area-v2 .catagory-left:after {
    right: 0 !important;
  }
}

@media (max-width: 575px) {
  .popular-categories-area-v2 .catagory-left .catagory-title:after {
    display: none;
  }
}

/* Home Version 2 By Default Style End */

/* RTL Intregration CSS Start */
.direction-rtl {
  direction: rtl;
}

.direction-ltr {
  direction: ltr;
}

/* Menu css */
.direction-rtl .header-area .header-top .header-top-left .contact-info .icon {
  margin-right: 0;
  margin-left: 1rem;
}

.direction-rtl .header-area .header-top .switcher-lang-currency {
  padding: 0 0 0 2rem;
  border-right: none;
  border-left: 1px solid #d0d0d0;
  margin-right: 0;
  margin-left: 2rem;
}

.direction-rtl .currency-switcher {
  margin-right: 0;
  margin-left: 2rem;
}

.direction-rtl .currency-switcher .flag,
.direction-rtl .lang-switcher .flag,
.direction-rtl .account-switcher .flag {
  margin-right: 0;
  margin-left: 5px;
}

.direction-rtl .header-area .header-middle .header-middle-wrap .search-area .search-wrap .form-group::before {
  left: auto;
  right: 7px;
}

.direction-rtl .header-area .header-middle .header-middle-wrap .header-right .single-btn {
  margin-right: 0;
  margin-left: 4rem;
}

.direction-rtl .header-area .header-middle .header-middle-wrap .header-right .single-btn:last-child {
  margin-left: 0;
}

.direction-rtl .header-area .header-middle .header-middle-wrap .header-right .single-btn .header-btn .btn-left {
  margin-right: 0;
  margin-left: 1.5rem;
}

.direction-rtl .lang-switcher .lang .fa-angle-down,
.direction-rtl .currency-switcher .currency .fa-angle-down {
  margin-left: 0;
  margin-right: 3px;
}

.direction-rtl .header-area .header-top .top-bar-menu .menu-list .menu-item {
  margin-right: 0;
  margin-left: 3rem;
}

.direction-rtl .popular-categories-area .section-header-area .text-md-end,
.direction-rtl .featured-productss-area .section-header-area .text-md-end,
.direction-rtl .about-area .section-header-area .text-md-end,
.direction-rtl .blog-area .section-header-area .text-md-end {
  text-align: left !important;
}

@media (max-width: 767px) {

  .direction-rtl .popular-categories-area .section-header-area .text-md-end,
  .direction-rtl .featured-productss-area .section-header-area .text-md-end,
  .direction-rtl .about-area .section-header-area .text-md-end,
  .direction-rtl .blog-area .section-header-area .text-md-end {
    text-align: right !important;
  }
}

.direction-rtl .popular-categories-area .single-categorie {
  margin-right: 3.5rem;
  padding: 0 0 0 3.5rem;
}

.direction-rtl .popular-categories-area .single-categorie:before {
  width: calc(100% - 0px);
}

.direction-rtl .popular-categories-area .single-categorie .categorie-wrap .categorie-icon {
  margin-left: 2rem;
  margin-right: -2.5rem;
}

.direction-rtl .popular-categories-area .single-categorie .arrow {
  transform: rotate(-180deg);
}

.direction-rtl .footer-area .footer-widget-area .social-media li {
  margin-right: 0;
  margin-left: 1.5rem;
}

.direction-rtl .footer-area .footer-widget-area .social-media li:last-child {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 991px) {
  .direction-rtl .footer-area .footer-widget-area .social-media li {
    margin-left: 0.5rem;
  }
}

/* Contact Page CSS */
.direction-rtl .contact-us-area .contact-us-top .single-contact-info {
  border-left: 0;
  border-right: 1px solid #e9e9e9;
}

/* Blog CSS */
.direction-rtl .blog-single-area .blog-meta-box .post-author .author-image {
  margin-right: 0;
  margin-left: 1.5rem;
}

.direction-rtl .blog-single-area .blog-meta-box .media-lsit .medi-item:last-child {
  margin-right: 2.5rem;
}

/* Blog CSS */
.direction-rtl .service-area .service-lsit .single-service .service-icon {
  margin-right: 0;
  margin-left: 2rem;
}

.direction-rtl .breadcrumb-area .breadcrumb-pages .page-item {
  margin-right: 0;
  margin-left: 2rem;
}

.direction-rtl .breadcrumb-area .breadcrumb-pages .page-item:after {
  left: auto;
  right: calc(100% + 10px);
}

/* Product Page */
.direction-rtl .product-area .product-section-top .product-filter .form-select,
.direction-rtl #shipping_country {
  background-position: left 0.75rem center;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  -moz-padding-start: calc(0.75rem - 3px);
}

.direction-rtl .cart-page-area .cart-page-item .single-grid-product .product-top {
  margin-right: 0;
  margin-left: 20px;
}

.direction-rtl .wish-list-area .wish-list-table .table thead tr th:first-child,
.direction-rtl .checkout .cart-summary .total-amount {
  text-align: right;
}

.direction-rtl .checkout .cart-summary .summary-list li span,
.direction-rtl .checkout .cart-summary .total-amount h3 span {
  float: left;
}

.direction-rtl .checkout .checkout-form .payment-method .form-group .input-icon {
  right: auto;
  left: 2rem;
}

.direction-rtl .checkout .checkout-form .payment-method .card-check .form-check-input {
  margin-left: 0;
  margin-right: 22px;
}

.direction-rtl .checkout .checkout-form .payment-method .card-check .form-check-label {
  padding-left: 0;
  padding-right: 45px;
}

.direction-rtl .checkout .checkout-form .payment-method .form-check.terms-agree .form-check-input {
  float: right !important;
  margin-left: 0;
  margin-right: -1.5em;
}

.direction-rtl .checkout .checkout-form .payment-method .form-check.terms-agree {
  padding-left: 0;
  padding-right: 1.5em;
}

.direction-rtl .checkout .checkout-form .form-check .form-check-label {
  padding-left: 0;
  padding-right: 5px;
}

.direction-rtl .wish-list-area .wish-list-table .action-btn .icon {
  margin-left: 0;
  margin-right: 1rem;
}

.direction-rtl .account-page-menu ul li i {
  margin-right: 0;
  margin-left: 10px;
}

.direction-rtl .order-progress .single-progress::after {
  left: auto;
  right: calc(-50% - 13px / 2);
}

.direction-rtl .user-profile-right-part .profile-top .profile-image {
  margin-right: 0;
  margin-left: 20px;
}

.direction-rtl .single-grid-product .product-info .add-cart .icon {
  margin-left: 0;
  margin-right: 1rem;
}

.direction-rtl .cart-product-item .single-grid-product .product-top {
  margin-right: 0;
  margin-left: 20px;
}

.direction-rtl .sidebar-widget-area .categories-widget .categories-list .single-categorie .form-check-input {
  margin-right: 0;
  margin-left: 0.5rem;
}

.direction-rtl .sidebar-widget-area .search-widget .form-group .search-btn {
  right: auto;
  left: 2rem;
}

.direction-rtl .sidebar-widget-area .price-widget .price-wrap .price-submit i {
  transform: rotate(180deg);
}

.direction-rtl .sidebar-widget-area .colors-widget .colors-list .single-colors .form-check-input {
  margin-right: 0;
  margin-left: 0.5rem;
}

.direction-rtl .sidebar-widget-area .brand-widget .brand-list .single-brand .form-check-input {
  margin-right: 0;
  margin-left: 0.5rem;
}

.direction-rtl .sidebar-widget-area .brand-widget .brand-list .single-brand .brand-count::before,
.direction-rtl .sidebar-widget-area .colors-widget .colors-list .single-colors .colors-count::before {
  content: ")";
}

.direction-rtl .sidebar-widget-area .brand-widget .brand-list .single-brand .brand-count::after,
.direction-rtl .sidebar-widget-area .colors-widget .colors-list .single-colors .colors-count::after {
  content: "(";
}

.direction-rtl .pagination-area .paginations .pagination-page .pagination-link .fa-angle-double-right,
.direction-rtl .pagination-area .paginations .pagination-page .pagination-link .fa-angle-double-left {
  transform: rotate(180deg);
}

.direction-rtl .single-list-product .product-right {
  padding-left: 0;
  padding-right: 3rem;
}

.direction-rtl .single-list-product .product-right .product-price .regular-price {
  margin-right: 0;
  margin-left: 1rem;
}

.direction-rtl .single-list-product .product-right .add-cart .icon {
  margin-left: 0;
  margin-right: 1rem;
}

.direction-rtl .product-single-area .product-single-details .product-right-bottom .share-area .social-media .media-item {
  margin-right: 0;
  margin-left: 0.5rem;
}

.direction-rtl .product-single-area .product-single-details .product-info .add-cart .icon {
  margin-left: 0;
  margin-right: 1rem;
}

.direction-rtl .product-single-area .product-single-details .product-right-bottom .features .single-feature .icon {
  margin-right: 0;
  margin-left: 0.5rem;
}

.direction-rtl .product-single-area .product-single-details .product-right-bottom .features .single-feature .feature-title {
  margin-right: 0;
  margin-left: 0.5rem;
}

/* Product Page */

/* FAQ Page */
.direction-rtl .accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}

.direction-rtl .page-menu-wrap .menu-items .menu-item .menu-link .menu-icon {
  margin-right: 0;
  margin-left: 1rem;
}

/* FAQ Page */

[dir="rtl"] .testimonial-area .slick-slide,
[dir="rtl"] .product-single-left .slick-slide {
  float: left;
}

.testimonial-area .slick-slider .slick-track,
.testimonial-area .slick-slider .slick-list,
.product-single-left .slick-slider .slick-track,
.product-single-left .slick-slider .slick-list {
  direction: ltr;
}

.direction-rtl .product-single-area .product-single-left .product-slier-big-image {
  padding-left: 0;
  padding-right: 2.4rem;
}

/* Privacy Policy */
.direction-rtl .privacy-policy-area .single-privacy-policy .privacy-feature .feature-item {
  padding-left: 0;
  padding-right: 2rem;
}

.direction-rtl .privacy-policy-area .single-privacy-policy .privacy-feature .feature-item::before {
  left: auto;
  right: 0;
}

/* Privacy Policy */

/* Checkout Page New Login Box End */
.direction-rtl .checkout-page-login-box h2 {
  margin-right: 0;
  margin-left: 15px;
}

/* Checkout Page New Login Box End */

/* Home Version 2 RTL Start */
.direction-rtl .hero-slider-content .secondary-btn .iocn {
  margin-left: 0;
  margin-right: 1rem;
  display: inline-flex;
  transform: rotate(-180deg);
}

.direction-rtl .hero-section-v2 .hero-btn .secondary-btn .iocn {
  display: inline-flex;
  transform: rotate(-180deg);
}

.direction-rtl .header-area-v2 .header-top .top-bar-menu .menu-list .menu-item {
  margin-right: 0;
  margin-left: 3rem;
}

.direction-rtl .single-grid-product-v2 .product-info .add-cart .icon {
  margin-left: 0;
  margin-right: 1rem;
}

.direction-rtl .header-area-v2 .header-top .contact-info .icon {
  margin-right: 0;
  margin-left: 1rem;
}

.direction-rtl .hero-section-v2 .hero-btn .secondary-btn .iocn {
  margin-left: 0;
  margin-right: 1rem;
}

.direction-rtl .header-area-v2 .header-middle .search-area .form-group .form-control {
  padding-left: 0;
  padding-right: 3rem;
}

.direction-rtl .header-area-v2 .header-middle .search-area .form-group .search-btn {
  left: auto;
  right: 0;
}

.direction-rtl .header-area-v2 .header-middle .header-right .btn-list .single-item {
  margin-right: 0;
  margin-left: 2rem;
}

.direction-rtl .header-area-v2 .header-middle .header-right .btn-list .single-item:last-child {
  margin-left: 0 !important;
}

.direction-rtl .theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left form input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.direction-rtl .theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left form button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.direction-rtl .theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left form .check_boxed_modal input {
  margin-right: 0;
  margin-left: 10px;
}

.direction-rtl .popular-categories-area-v2 .catagory-left:after {
  right: -60px;
  left: auto;
  border-radius: 320px 0 0 320px;
}

.direction-rtl .footer-area-v2 .footer-bottom-wrap .col-lg-6.text-lg-end {
  text-align: left !important;
}

.direction-rtl .footer-area-v2 .footer-widget-area .social-media li {
  margin-right: 0;
  margin-left: 1rem;
}

.direction-rtl .popular-categories-area-v2 .catagory-left .catagory-title:after {
  margin-left: 0;
  margin-right: 30px;
}

.direction-rtl .secendary-tabs .nav-tabs .nav-item {
  margin-right: 0;
  margin-left: 2.5rem;
}

.direction-rtl .product-single-area-v2 .product-single-left {
  margin-right: 0;
  margin-left: 3.6rem;
}

.direction-rtl .product-variable-color label {
  margin-right: 0;
  margin-left: 5px;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-info .cart-plus-minus {
  margin-right: 0;
  margin-left: 2.4rem;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-info .add-cart .icon {
  margin-left: 0;
  margin-right: 1rem;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-info .product-btn {
  margin-left: 0;
  margin-right: 2.4rem;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-right-bottom .share-area .share-title {
  margin-right: 0;
  margin-left: 1rem;
}

.direction-rtl .product-single-area-v2 .product-bottom-info .nav-tabs-menu .nav-tabs .nav-item {
  margin-right: 0;
  margin-left: 2rem;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-right-bottom .features .single-feature .icon {
  margin-right: 0;
  margin-left: 0.5rem;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-right-bottom .features .single-feature .feature-title {
  margin-right: 0;
  margin-left: 0.5rem;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-right-bottom .share-area .social-media .media-item {
  margin-right: 0;
  margin-left: 0.5rem;
}

.direction-rtl .breadcrumb-area-v2 .breadcrumb-pages .page-item {
  margin-right: 0;
  margin-left: 4rem;
}

.direction-rtl .breadcrumb-area-v2 .breadcrumb-pages .page-item:after {
  left: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: calc(100% + 20px);
}

.direction-rtl .product-single-area-v2 .product-single-details .product-info .product-price .price {
  margin-right: 0;
  margin-left: 1rem;
}

.direction-rtl .menu-offcanvas .mobile-menu-area .menu-bottom .account-btn .user-icon {
  margin-right: 0;
  margin-left: 5px;
}

.direction-rtl .mobile-header-area .header-right .btn-list .single-item {
  margin-right: 0;
  margin-left: 2rem;
}

.direction-rtl .menu-offcanvas .mobile-menu-area .main-menu .menu-list .menu-item .menu-expand {
  right: auto;
  left: 0;
}

.direction-rtl .currency-switcher .currency-list,
.lang-switcher .lang-list {
  left: auto;
  right: 0;
}

.direction-rtl .form-select {
  background-position: left 0.75rem center;
}

.direction-rtl .menu-offcanvas .mobile-menu-area .menu-search-form .form-group .search-btn {
  right: auto;
  left: 1.5rem;
}

@media (max-width: 991px) {
  .direction-rtl .footer-area-v2 .footer-bottom-wrap .col-lg-6.text-lg-end {
    text-align: right !important;
  }
}

/* Home Version 2 RTL End */

/* RTL Intregration CSS End */

.facebook-btn {
  display: inline-block;
  padding: 1.4rem 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white);
  background-color: #3b5998;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: none;
}

.google-btn {
  display: inline-block;
  padding: 1.4rem 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white);
  background-color: #db4437;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: none;
}

.google-btn:hover {
  background-color: var(--hover-color);
  color: var(--white);
}

.auth-btn {
  display: inline-block;
  padding: 1.4rem 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white);
  background-color: #000000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: none;
}

/* ----- Extra CSS End ----- */

/* New CSS */

.top-header {
  background: #1A499B;
  padding: 15px 0 36px;
}

.top-header-contact ul li a {
  /* font-family: Cairo; */
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-direction: row-reverse;
}


.top-header-contact ul {
  display: flex;
  align-items: center;
  gap: 24px;
}

.top-header-search {
  position: relative;
  width: 100%;
  max-width: 405px;
}

.top-header-search input {
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 8px;
  padding: 10px;
  height: 45px;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 100%;
  padding-right: 40px;
}

.top-header-search input::placeholder {
  color: #fff;
}

.top-header-search svg {
  position: absolute;
  top: 14px;
  right: 13px;
}

.top-links ul li a {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}

.top-links ul {
  display: flex;
  gap: 12px;
}

.top-header-align {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-header-search-links {
  display: flex;
  flex: 1;
  justify-content: end;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 500;
}

.header-links ul li a {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555555;
  padding-bottom: 23px;
  transition: 0.2s linear;
  border-bottom: 2px solid transparent;
}

.header-links ul li a:hover {
  border-bottom: 2px solid #1A499B;
}

.action-box-header button {
  background: transparent;
  border: none;
  background: #f6f6f6;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 8px;
}

.action-box-header button svg {
  fill: rgb(34 164 190);
}

.action-box-header p {
  margin: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  font-size: 9.75px;
  font-weight: 500;
  line-height: 25.05px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: #1A499B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: -3px;
  right: -5px;
  border-radius: 20px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-actions .action-box-header:last-child {
  width: 68px;
}

.header-actions .action-box-header:last-child button {
  width: 100%;
}

.header-links ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-header header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  box-shadow: 0px 4px 25px 0px #00000014;
  padding: 0 18px;
  position: relative;
  background: #fff;
  border-radius: 24px;
}

.shape-right {
  position: absolute;
  right: -36px;
  filter: drop-shadow(5px 3px 3px #00000014);
}

.shape-left {
  position: absolute;
  left: -36px;
  filter: drop-shadow(-5px 4px 4px #00000014);
}

.main-header {
  margin-top: -23px;
}

.header-links ul li a.active {
  color: #bfbbb4;
  font-weight: 700;
  border-bottom: 2px solid #1A499B;
}

/* New Banner */

.banner-about h1 {
  font-family: Cairo;
  font-size: 48px;
  font-weight: 800;
  line-height: 70px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  margin: 0;
  position: relative;
}

.banner-about p {
  font-family: Cairo;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 16px 0 24px;
  color: #fff;
}

.banner-actions button {
  border: 1px solid #bfbbb4;
  height: 49px;
  padding: 10px 30px;
  border-radius: 99px;
  font-family: Cairo;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: #bfbbb4;
  color: #fff;
  transition: 0.2s linear;
}

.banner-new-tabs ul li button {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 37.48px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: transparent !important;
  color: #333 !important;
  border-bottom: 3px solid transparent !important;
  border-radius: 0 !important;
}

.banner-new-tabs ul {
  gap: 44px;
  padding-right: 20px;
}

.banner-new-tabs ul li button.active {
  color: #bfbbb4 !important;
  border-color: #bfbbb4 !important;
}

.banner-actions button:hover {
  background: transparent;
  color: #bfbbb4;
}

.banner-actions button:last-child:hover {
  background: transparent;
  color: #fff;
}

.banner-actions button:last-child {
  background: #bfbbb4;
  color: #000 !important;
}

.banner-actions {
  display: flex;
  gap: 8px;
}

.banner-about {
  max-width: 496px;
}

.align-banner {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 23px;
}

section#new-banner {
  padding: 63px 0 80px;
}

.banner-about h1 img {
  position: absolute;
  top: 0;
  right: -80px;
  z-index: -1;
}

/* Banner Search */

.title-search h3 {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0 0 4px;
  color: #333;
}

.search-box select {
  border: 1px solid #e0e7e8;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px 0 20px;
  border-radius: 8px;
  width: 100%;
  position: relative;
}

.search-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}

.search-boxes-align {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.search-btn button {
  background: #bfbbb4;
  width: 100%;
  border: 1px solid #bfbbb4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  height: 45px;
  transition: 0.2s linear;
}

.search-btn button:hover {
  box-shadow: 0px 4px 25px 0px #00000014;
}

.main-search-banner .search-boxes-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap: 60px; */
  margin-top: 40px;
}

.main-search-banner {
  border: 1px solid #e0e7e8;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0px 4px 25px 0px #00000014;
}

.category-title h3 {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 37.48px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  color: #fff;
}

.about-category h4 {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  margin: 0;
}

.about-category p {
  font-family: Cairo;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  margin: 0;
}

.category-box {
  /* display: flex; */
  align-items: center;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #cfcfcf;
  gap: 10px;
}

/* section#categories-bar {
    background: #333333;
    position: relative;
    z-index: 9;
    padding: 25px 0;
} */

/* section#categories-bar::before {
    content: "";
    background: #bfbbb4;
    width: 20%;
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
} */

.categories-boxes {
  display: flex;
  align-items: center;
}

.align-categories {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 12px;
}

.category-box:last-child {
  border: navajowhite;
  margin: 0;
  padding: 0;
}

.category-title {
  width: 300px;
}

/* Category Block */

.title-category-block h2 {
  font-family: Cairo;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  color: #333;
}

.title-category-block p {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555;
  margin: 0;
}

.category-block-img {
  height: 150px;
}

.category-block {
  text-align: center;
  /* border: 1px solid #aee2ef; */
  background-color: #FAFAFA;
  border-radius: 16px;
  padding: 21px;
  transition: 0.2s linear;
  width: 100%;
}


.category-block:hover {
  box-shadow: 0px 4px 25px 0px #00000014;
}

.category-blocks-align {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 items per row */
  gap: 20px;
}

.about-category-block h3 {
  margin: 0;
  font-family: Cairo;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: start;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
}

.about-category-block p {
  margin: 0;
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 37.48px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #989898;
}

.align-category-blocks {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

section#category-blocks {
  padding: 70px 0;
}

.product-title h2 {
  font-family: Cairo;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  margin: 0;
}

.product-title ul {
  display: flex;
  align-items: center;
}

.product-title-align ul {
  display: flex;
  align-items: center;
  gap: 6px;
}

.product-title-align ul li a {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555555;
  padding: 10px;
  border-radius: 8px;
}

.product-title-align ul li a.active {
  font-weight: 700;
  background: #bfbbb4;
  color: #fff;
}

.product-title-align {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-box-img > img {
  max-height: 200px;
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
}

.ratings-product {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.ratings-product p {
  font-family: Cairo;
  font-size: 12px;
  font-weight: 400;
  line-height: 20.49px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}

.ratings-product ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.title-box-about h3 {
  margin: 0;
  font-family: Cairo;
  font-size: 13px;
  font-weight: 700;
  line-height: 37.48px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  height: 60px;
}

.price-box p {
  margin: 0;
  font-family: Cairo;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #bfbbb4;
}

.price-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.price-box p:last-child {
  color: #d44244;
}



.product-box-cart p {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}

.product-box-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-box-spos-about p {
  margin: 0;
  font-family: Cairo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.product-box-spons-imgs {
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-box-sponsors {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e7e8;
}

.country-flag {
  display: flex;
  gap: 8px;
}

.country-flag p {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  color: #333;
}

.country-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.country-car svg {
  display: block;
}

.product-box {
  padding-top: 0px;
  border: 1px solid #DBDBDB;
  border-radius: 16px;
  transition: 0.2s linear;
  position: relative;
  /* height : 650px; */
}

.product-box:hover {
  box-shadow: 0px 4px 25px 0px #00000014;
}

.align-products-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.product-tag p {
  margin: 0;
  font-family: Cairo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  background: #d44244;
  width: fit-content;
}

.product-tag {
  position: absolute;
  top: 0;
  left: 0;
}

.product-box-img {
  position: relative;
}

.product-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  top: 16px;
  opacity: 0;
  transition: 0.2s ease;
  transform: translateY(10px);
}

.product-actions svg {
  display: block;
  cursor: pointer;
}

.product-box:hover .product-actions {
  opacity: 1;
  transform: none;
}

section#tabby-main {
  background: #FAFAFA;
  padding: 60px 0;
  margin-top: 80px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  margin-left: 9px;
  margin-right: 9px;
}

.about-tabby-main h3 {
  font-family: Cairo;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
  margin: 0;
}

.about-tabby-main p {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #5D5D5D;
  margin: 0;
}

.tabby-logo-imgs img {
  width: 125px;
}

.about-tabby-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

section#brands {
  background: linear-gradient(90deg, #104c58 0%, #bfbbb4 100%);
  padding: 20px 0;
}

.brand-title h4 {
  font-family: Cairo;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  margin: 0;
}

.navigation-brand-slider {
  position: absolute;
  top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 9;
}

.swiper-button-next-brand svg {
  transform: rotate(180deg);
}

.swiper-button-prev-brand.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-button-next-brand.swiper-button-disabled {
  opacity: 0.5;
}

.brand-logo {
  text-align: center;
}

.align-brands .row {
  align-items: center;
}

section#featured-product {
  background: #f6f6f6;
  padding: 46px 0;
}

.title-featured h3 {
  margin: 0;
  font-family: Cairo;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
}

.stars-featured svg path {
  fill: #bfbbb4;
}

.title-featured-product h3 {
  margin: 0;
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 37.48px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
  margin: 8px 0;
}

.price-featured p,
.add-on p {
  margin: 0;
  font-family: Cairo;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #bfbbb4;
}

.price-featured p:last-child {
  color: #989898;
}

.price-featured {
  display: flex;
  gap: 8px;
}

.buy-btn-featured button {
  border: none;
  background: #333333;
  padding: 10px 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  flex-direction: row-reverse;
  transition: 0.2s linear;
}

.buy-btn-featured button:hover {
  transform: scale(0.9);
}

.featured-big-box {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 16px;
  flex: 1;
}

.featured-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.featured-actions .action-box-header button {
  width: 45px !important;
  height: 45px !important;
}

.bar-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bar-text p {
  margin: 0;
  font-family: Cairo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.bar-text p span {
  color: #333;
}

.progress {
  height: 10px;
  border-radius: 3px;
  background: #f7f7f7;
  margin: 12px 0;
}

.progress-bar {
  background: #bfbbb4;
}

.timer-box h3 {
  margin: 0;
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
  background: #f6f6f6;
  width: 39px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
  border-radius: 3px;
}

.timer-box p {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}

.timer-featured {
  display: flex;
  gap: 34px;
}

.featured-location {
  margin: 8px 0;
}

.featured-bar {
  margin-top: 10px;
}

.feature-box-image-align {
  display: flex;
  gap: 24px;
}

.featured-box-img {
  max-height: 320px;
  max-width: 300px;
  position: relative;
}

.featured-box-img img {
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.featured-pro-about {
  flex: 1;
}

.bottom-featured-box {
  border: 0.89px solid #e5e5e5;
  border-radius: 5px;
  padding: 8px 30px;
  width: fit-content;
  transition: 0.2s linear;
}

.bottom-featured-prods {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.bottom-featured-box img {
  max-height: 70px;
  max-width: 80px;
  aspect-ratio: 1;
  object-fit: cover;
}

.bottom-featured-box:hover {
  box-shadow: 0px 4px 25px 0px #00000014;
  border-color: #aee2ef;
}

.featured-small-box:first-child {
  background: url(https://s3-alpha-sig.figma.com/img/835f/dfd5/a135ac951c9046e49d19c1344b2bb153?Expires=1733702400&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=ji30NBkW2kBZYyfQvoK-zZIyHP4VleABzteDjVPveWRjLqZa7xkiszVaJkgx5XHyWi-KZlgO~F24Lf8MiDEN~bnovU1-U76QAJQKL7u04FJQHEt3DdC7CWICsZ~Z0QORYfnK9RkhS8kOcSJP9zb9lPpPeWZZo5tRNeWehHysNyzUc0VO3UnuL1XcgTPyugxRe~K4n~fIJTRd7SdvNxS80nAKfpQorsi7YdOxQCsF9KDbY46nUnhZKRXAT8BHbmNTbeqpYCctzIwErWCaWvTbZk04jvRdkS5FPmU7A6OIh8dIT5tA0GUfDyvFF38gBRz7Wuu2V9NkCjXCYITFzSKc3A__);
  padding-left: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 207px;
  display: flex;
  align-items: center;
}

.featured-small-box:first-child .content-featured-small {
  margin-right: auto;
}

.featured-small-box h4 {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  margin: 0;
}

.featured-small-box p {
  font-family: Cairo;
  font-size: 12px;
  font-weight: 400;
  line-height: 22.49px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  margin: 0;
}

.featured-small-box a {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #ffffff;
  width: fit-content;
}

.featured-small-box {
  border-radius: 16px;
  padding: 25px 40px;
  width: 100%;
}

.content-featured-small {
  max-width: 142px;
}

.featured-small-box:last-child {
  background: url(https://s3-alpha-sig.figma.com/img/441b/ea2b/fd4425fb3b86a53242e5b9a10b7a7b3b?Expires=1733702400&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=XfHaYBrmdIYouFUksL3Zg7neKDBhO700kHW4LVIbslu~ARG09tkCno7Iv2wSF6wHzZBfnNxwggNC5K2jeWDQXi-B~z8o9EjQU58huoM5dEGvcmKrrtSerfQyevX9XSWwDIuL0VHlT2Vj6kcJi2yJKlKs3qZYhkYS9sPNmTQahLYwXr6JcGLcF~jRhVu-xp7uXW4P~UQa-KRxUFCQcGsdbXqauRMK7WIiqkPmkZfFtS5OapBuC~QjzzEYi16GPex0wapb~SrIT5U-Nm7ep2~z1pDGZmrUk-FApkp4nQLlkHn6JOzCHFOD0d6JoUWHSSx1DkBEmH-WqqH7z5jc4z7N8w__);
  background-size: cover;
  height: 266px;
  background-repeat: no-repeat;
}

.featured-small-boxes {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 285px;
}

.featured-boxes-align {
  display: flex;
  gap: 20px;
}

.off-price-tag p {
  margin: 0;
  font-family: Cairo;
  font-size: 12px;
  font-weight: 700;
  line-height: 22.49px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  background: #bfbbb4;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
}

.off-price-tag {
  position: absolute;
  top: 0;
}

.align-featured-product {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.car-prize-box h3 {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 37.48px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}

.car-prize-box p {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 8px 0 16px;
}

.car-prize-box button {
  padding: 10px 50px;
  border: none;
  border-radius: 8px;
  background: #bfbbb4;
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  transition: 0.2s linear;
}

.car-prize-box button:hover {
  transform: scale(0.9);
}

.car-prize-box {
  max-width: 400px;
}

.align-car-prize {
  background: url(https://s3-alpha-sig.figma.com/img/afec/fea9/eff788e0e1a9b652e9c287e956d89e42?Expires=1733702400&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=gUX7skgL3e1KxgYemcsVg6CPLeJIQcAlMnyFkk8iyMlS944WIkZMWU0Z6lmxi5Wdd19kGRM6d4gDuN7M2zbwu8eS3DGT5NXJnc8TE2TzUw2iz-1l63o5IXpDLV4cT-bLwj9MUEV3zGYf05n5i~vHfo38042P9dAJjZ-sjK9nlwOUw~V2TZz13I8kLR7GGYDjzHII-FXh9z16oQvutewVvYL~0tiq~1eEFqf~HmNlAe8alKD0vbeve~8sxhtMVNeOE8scx2kAiiyaIaEH9CnQD6MEEph7kPH6XidNft5nrZQfDsMF-RGSVqBdYMeOfFjnJq7C54tOlNZgemzV1Nm36Q__);
  position: relative;
  height: 292px;
  display: flex;
  align-items: center;
  padding: 20px 32px;
  color: #fff;
  background-size: cover;
  background-position: center;
  z-index: 1;
  flex: 1;
}

.align-car-prize:first-child::before {
  content: "";
  background: #333333bf;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.align-car-prize-main {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}

.align-car-prize-main {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}

.align-car-prize:last-child {
  background-image: url(https://s3-alpha-sig.figma.com/img/133a/6fbc/02e7a46522c9eed00b7c1bb5d3549a17?Expires=1733702400&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=obnNMp6b7DxiUq553UwaEUOa4WzRGVMg6kC8cIRu8nkisOQzwLXvCU~oLTH8xCpeU2nSGaG7sJJeNKoX4DaXC9Pp4bqPafqfJfWbnpWVrXKzS1DXrL7TaCUV8drrGTf7iGrQzt6n0n4jN1~OepC4QfSQ7en03OaGJpAieHjqxWReNfM7NDZnbC7jJ5uZKj2BZxeSfY0De9zHIST~pyDMZwnzvGRTpIBbf15WDmTAnk02EYRXw0MTq1K0~kn8qWJvQUA9h8Y3vs7vUNnptKy7SPaE-VRXqfd0EoUjriAyRrY0UUILJgPEy0ublEDmKG8-UyfhlnTCxNwJ23~dpwz2zg__) !important;
  z-index: 1;
  justify-content: end;
  color: #333333;
}

.align-car-prize:last-child::before {
  content: "";
  background: #bfbbb480;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.middle-car {
  text-align: center;
}

.middle-car img {
  margin-top: -200px;
  z-index: 9;
  position: relative;
}

.align-car-prize:last-child .car-prize-box {
  max-width: 360px;
}

.blog-img img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
}

.blog-img {
  position: relative;
}

.blog-box {
  background: #f6f6f6;
  border-radius: 16px;
  overflow: hidden;
}

.blog-img p {
  margin: 0;
  font-family: Cairo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 8px 10px;
  background: #bfbbb4;
  width: fit-content;
  border-radius: 8px;
  color: #fff;
  position: absolute;
  top: 12px;
  z-index: 9;
  right: 12px;
}

.blog-about p {
  margin: 0;
  font-family: Cairo;
  font-size: 12px;
  font-weight: 700;
  line-height: 22.49px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555;
}

.blog-about h3 {
  font-family: Cairo;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555;
  margin: 0;
}

.blog-about a {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
  display: block;
  margin-top: 8px;
}

.blog-about {
  padding: 20px;
}

.title-blogs h3 {
  margin: 0;
  font-family: Cairo;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
}

.title-blogs a {
  font-family: Cairo;
  font-size: 16px;
  /* font-weight: 700; */
  line-height: 25px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  display: block;
  background-color: #1A499B;
  padding: 10px 20px 10px 20px;
  border-radius: 8px
}

.title-blogs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.align-blogs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

section#blog {
  padding: 40px 0 80px;
}

section#car-prize {
  padding-top: 80px;
}

/* New Footer */

.footer-logo-about img {
  height: 56px;
  width: 221px;
}

.footer-logo-about p {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  color: #6C6063;
  padding-top: 25px;
}

.footer-logo-contact h4 {
  margin: 0;
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 37.48px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
}

.footer-logo-contact ul li a {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #636363;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
  justify-content: flex-end;
}

.footer-logo-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-logo-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-links h4 {
  margin: 0;
  font-family: Cairo;
  font-size: 24px;
  font-weight: 700;
  line-height: 44.98px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-links ul li a {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6C6063;
}

.footer-newslatter ul li a {
  color: #6C6063;
  font-size: 14px;
}

.phn-footer-icon {
  color: #0F2957;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-newslatter > h4 {
  font-family: Cairo;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  color: #333333;
}

.newslatter-input {
  position: relative;
  margin-top: 8px;
}

.newslatter-input input {
  border: 1px solid #989898;
  padding: 16px;
  border-radius: 8px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: Cairo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #989898;
}

.newslatter-input svg {
  position: absolute;
  display: block;
  top: 20px;
  left: 20px;
  cursor: pointer;
}

.footer-payments h4 {
  margin: 0;
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 37.48px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
}

.footer-payments ul {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-payments {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}

.align-footer {
  display: grid;
  grid-template-columns: 1fr 15% 14% 1fr;
  gap: 70px;
}

section#new-footer {
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
  padding: 60px 0;
  margin-top: 85px;
  background-color: #F8F8F8;
}

.bottom-footer-copyright p {
  margin: 0;
  font-family: Cairo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.bottom-footer-copyright p a {
  color: #777;
  display: flex;
  align-items: center;
}

.bottom-footer-copyright {
  display: flex;
  gap: 10px;
  align-items: center;
}

.bottom-footer-links ul {
  display: flex;
  box-decoration-break: clone;
  gap: 40px;
}

.bottom-footer-links ul li a {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
}

.bottom-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  margin-top: 40px;
  border-top: 1px solid #c6c6c6;
}

#new-products .product-box-sponsors {
  padding: 0;
  padding-bottom: 0;
}



@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 100%;
    padding: 0 20px !important;
  }
}


@media (max-width: 756px) {
  .category-box img {
    margin: 0 !important;
  }

  .category-box {
    display: flex;
    align-items: end;
  }

  .categories-boxes {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .category-box img {
    margin: 0 !important;
  }

  .category-box {
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
    min-width: auto !important;

  }

  .categories-boxes {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px;
  }

  .product-box-spons-imgs img {
    width: 30%;
  }

  .brand-logo {
    display: flex;
    align-items: center;
  }

  .header-actions .action-box-header:last-child {
    width: 40px;
  }

  .main-header header {
    gap: 10px;
  }

}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 1040px;
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}

.mobile-show {
  display: none;
}

.swiper-pagination-product {
  position: inherit !important;
  margin-top: 20px !important;
}

.swiper-pagination-bullet-active {
  background: #bfbbb4 !important;
}

@media screen and (max-width: 1200px) {
  .mobile-show {
    display: block;
  }

  section#new-products {
    padding: 60px 0;
  }

  .header-links {
    position: fixed;
    right: 0;
    background: #fff;
    width: 40%;
    z-index: 9999;
    height: 100vh;
    overflow: auto;
    top: 0;
    right: -100%;
    transition: 0.3s linear;
  }

  .header-links ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 40px;
  }

  .header-links ul li a {
    padding-bottom: 6px;
  }

  .show-nav .header-links {
    right: 0;
  }

  .overlay-nav {
    position: fixed;
    inset: 0;
    z-index: 9;
    background: #0000005c;
    opacity: 0;
    transition: 0.3s linear;
    visibility: hidden;
  }

  .show-nav .overlay-nav {
    opacity: 1;
    visibility: visible;
  }

  .mobile-header-area {
    display: none !important;
  }

  .featured-boxes-align {
    flex-direction: column;
  }

  .featured-small-boxes {
    flex-direction: row;
  }

  .featured-small-box:first-child {
    width: 290px !important;
    height: 266px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .featured-small-box:last-child {
    width: 270px;
  }

  .featured-boxes-align {
    flex-direction: column;
  }

  .featured-small-boxes {
    flex-direction: row;
  }

  .featured-small-box:first-child {
    width: 290px !important;
    height: 266px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .featured-small-box:last-child {
    width: 270px;
  }

  .main-header header {
    padding: 0 30px;
    width: 94%;
    margin: auto;
  }

  .banner-about h1 {
    font-size: 38px;
    line-height: 1.8;
  }

  .banner-about p {
    font-size: 16px;
  }

  .banner-new-tabs {
    margin-top: 30px;
  }

  .about-category-block h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .middle-car {
    display: none;
  }

  .category-blocks-align {
    grid-template-columns: 1fr 1fr;
  }

  .align-categories {
    flex-direction: column;
    gap: 30px;
  }

  .categories-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 30px; */
    width: 100%;
  }

  .category-title {
    width: 100%;
  }

  .category-box {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 30px !important;
    padding-bottom: 30px !important;


    width: 100%;
  }

  .product-title-align {
    flex-direction: column;
    align-items: flex-start;
    gap: 30;
  }

  .product-title-align ul {
    margin-right: auto;
  }

  .align-banner {
    flex-direction: column;
    align-items: center;
  }

  .banner-img {
    text-align: center;
  }

  .banner-img img {
    max-height: 500px;
    object-fit: cover;
  }

  .banner-new-tabs ul li button {
    font-size: 18px;
  }

  .top-header-contact {
    display: none;
  }

  .top-header-search-links {
    justify-content: space-between;
  }

  .bottom-featured-prods {
    overflow: auto;
  }

  .brand-title h4,
  .about-tabby-main h3 {
    font-size: 28px;
  }

  .blog-about h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .align-blogs .row {
    gap: 30px;
  }

  .align-car-prize-main {
    flex-direction: column;
  }

  .align-car-prize {
    min-height: 300px;
  }

  .product-title-align ul {
    overflow: auto;
    padding: inherit;
    white-space: nowrap;
    width: 100%;
    padding: 10px 0;
  }

  section#categories-bar::before {
    display: none;
  }

  .feature-box-image-align {
    flex-direction: column;
  }

  .featured-box-img img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
  }

  .featured-box-img {
    max-height: max-content;
    max-width: 100%;
  }

  .title-category-block h2 {
    font-size: 28px;
    text-align: center;
  }

  .title-category-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .title-category-block p {
    font-size: 16px;
  }

  .search-img {
    display: none;
  }

  .align-footer {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .bottom-footer {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 680px) {
  .search-box select {
    font-size: 14px;
  }

  .top-header-search input {
    width: 100%;
    font-size: 12px;
  }

  .top-links {
    flex: 1 1 100%;
  }

  .top-links ul {
    justify-content: flex-end;
  }

  .top-links ul li a {
    font-size: 10px;
  }

  .main-header header {
    padding: 0 15px;
    z-index: 99;
    position: relative;
    width: 84%;
  }

  .shape-right,
  .shape-left {
    z-index: -1;
  }

  .action-box-header button {
    width: 40px;
  }

  .header-actions .action-box-header:nth-child(2) {
    display: none;
  }

  .header-actions .action-box-header svg {
    overflow: visible;
  }

  .banner-about h1 {
    font-size: 28px;
    text-align: center;
  }

  .banner-about p {
    text-align: center;
    font-size: 14px;
  }

  .banner-actions {
    justify-content: center;
  }

  section#new-banner {
    padding: 20px 0 0px;
    margin-left: 7px;
    margin-right: 7px;
  }

  .banner-actions button {
    padding: 8px 20px;
    font-size: 14px;
    height: auto;
  }

  .banner-new-tabs ul li button {
    font-size: 16px;
    padding: 0;
  }

  .banner-new-tabs ul {
    gap: 20px;
  }

  .search-box select:nth-child(3) {
    grid-column: span 2;
  }

  .search-box {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .category-block-img {
    height: 100px;
  }

  .category-block-img img {
    height: 100%;
    object-fit: contain;
  }

  .category-blocks-align {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .category-block {
    padding: 10px;
  }

  .about-category-block {
    margin-top: 10px;
  }

  .featured-small-boxes {
    flex-direction: column;
  }

  .featured-small-box,
  .featured-small-box:first-child {
    width: 100% !important;
  }

  .title-blogs h3 {
    font-size: 20px;
  }

  .title-featured h3 {
    font-size: 28px;
  }

  .product-title h2 {
    font-size: 28px;
  }

  .header-links {
    width: 70%;
  }
}

@media screen and (max-width: 450px) {
  .bottom-footer-copyright p {
    display: flex;
  }

  .bottom-footer-links ul {
    gap: 10px;
    flex-direction: column;
    align-items: normal;
    width: 100%;
  }

  .bottom-footer-links {
    width: 100%;
  }

  .bottom-footer-links ul li a {
    font-size: 14px;
  }

  .bottom-footer-copyright {
    flex-wrap: wrap;
  }

  .footer-newslatter > h4 {
    font-size: 20px;
  }

  .footer-links h4 {
    font-size: 20px;
  }

  .align-footer {
    gap: 30px;
  }

  .brand-title h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.breadcrumb-area {
  background-image: linear-gradient(rgba(39, 39, 39, 0.7), rgba(39, 39, 39, 0.7)), url("https://placehold.co/300x700");
  margin-top: 20px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.breadcrumb-area .page-title {
  color: #000 !important;
  /* padding-top: 35px; */
  font-family: cairo;
}

.breadcrumb-area .breadcrumb-pages .page-item {
  color: #000 !important;
}

.breadcrumb-area .breadcrumb-pages .page-item .page-item-link {
  color: #000;
}


.set-image-div {
  height: 281px;
  margin: 0 auto;
  text-align: center;
}

.set-image {
  height: 281px !important;
  object-fit: cover;
  width: 100%;
}

/*new css*/
.top-header-search-links a {
  color: #fff;
}

.action-box-header svg path {
  fill: #000;
}

.header-links select {
  border: none !important;
}

.banner-img-new-tire {
  background-image: linear-gradient(rgba(39, 39, 39, 0.7), rgba(39, 39, 39, 0.7)), url(https://placehold.co/700x1000);
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-catagories {
  background-image: linear-gradient(rgba(39, 39, 39, 0.7), rgba(39, 39, 39, 0.7)), url(https://placehold.co/1000x400);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* Shows full image */
  height: 130px;
  width: 100%;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rating-stars svg {
  color: #bfbbb4;
}

.price-box-new {
  gap: 12px;
}

.price-after-disc {
  font-size: 13px;
  color: #6C6063;
}

.price-after-disc-cart {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}

.price-bef-disc {
  font-size: 13px;
  color: #7CA4E9;
  text-decoration: line-through;
}

.price-bef-disc-cart {
  font-size: 18px;
  color: #7CA4E9;
  text-decoration: line-through;
  font-weight: bold;
}

.inc-tax-cart {
  font-size: 16px;
  color: #272727;
}

.inc-tax {
  font-size: 12px;
  color: #272727;
}

.testimonial-title {
  font-size: 40px;
  font-weight: bold;
  font-family: cairo;
  color: #000;
}

.border-testimonial {
  border: 1px solid #DBDBDB;
  border-radius: 16px;
}

.border-testimonial:hover {
  border: 1px solid #1A499B;
}

.about-testimonial h2 {
  font-size: 20px;
  font-family: cairo;
  color: #000;
}

.about-testimonial p {
  font-size: 14px;
  color: #272727;
}

.about-testimonial span {
  color: #5D5D5D;
  font-size: 12px;
}

.footer-logos svg {
  color: #fff;

}

.footer-logos {
  gap: 12px;
}

.footer-logo-bg {
  background-color: #1A499B;
  width: 34px;
  height: 34px;
  border-radius: 99px;
}

.book-your-servive {

  background-color: #1A499B;
  border-radius: 8px;
  padding: 12px 20px 12px 20px;
  width: 195px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.book-your-servive-bg {
  background-image: url('/assets/images/BG.png');
  background-repeat: no-repeat;
  border-radius: 24px;

}

.aboutt-book-yourself {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutt-book-yourself h2 {
  font-size: 34px;
  color: #000;
  font-family: cairo;
  font-weight: bold;
}

.aboutt-book-yourself p {
  font-size: 16px;
  color: #5D5D5D;
}

/* .book-your-servive-img {
    margin-top: -103px;
} */

.categories-boxes {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 16px;
  padding-bottom: 10px;
  scrollbar-width: none;
}

.categories-boxes::-webkit-scrollbar {
  display: none;
}

.category-box {
  flex: 0 0 auto !important;
  width: 200px;
  /* Always fixed width */
  scroll-snap-align: start;
  border-left: 1px solid #cfcfcf;
  text-align: center;
}

/* .product-box:hover {
    border: 1px solid #bfbbb4 !important;
} */

.tire-size-new h2 {
  font-size: 16px;
  font-family: cairo;
  color: #000;
  font-weight: bold;
}

.show-input-n {
  width: 80px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid #959595;
}

.dif-tire a {
  font-size: 14px;
  color: #FFA500;
  font-weight: bold;
  padding-top: 6px;
}

.dif-tire {
  margin-bottom: 20px;

}

.tire-size-new {
  padding-top: 22px;

  border-bottom: 1px solid #DBDBDB;
}

.product-catagory-menus {
  display: flex;
  flex-direction: column;
  padding-bottom: 31px
}

.product-catagory-menus select {
  background-color: transparent;
  border: none;
}

.product-catagory-new-title {
  font-size: 22px;
  font-family: cairo;
  color: #000;

}

.product-catagory-widget {
  padding-top: 90px;
  border-bottom: 1px solid #CACACA;
}

.product-catagory-widget-border {
  /* border-bottom: 1px solid #CACACA; */
  padding-bottom: 31px
}

.sidebar-widget-area .single-widget {
  background-color: transparent;
}

.range-slider {
  position: relative;
  width: 100%;
}

.range-slider input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #a1a1a1;
  border-radius: 3px;
  outline: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #bfbbb4;
  border: 3px solid white;
  cursor: pointer;
  margin-top: -5px;
  box-shadow: 0 0 0 1px #bfbbb4;
}

.range-slider input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #bfbbb4;
  border: 3px solid white;
  cursor: pointer;
}

.price-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #333;
  margin-top: 4px;
  padding-top: 12px;
}

.show-product-new {
  background-color: #bfbbb4;
  color: #000;
  border-radius: 8px;
  padding: 10px 20px 10px 20px;
  width: 100%;
  font-weight: bold;

}

.show-product-new:hover {
  background-color: transparent;
  border: 1px solid #bfbbb4;
}

.related-product-title {
  font-size: 42px;
  font-family: cairo;
  color: #000;
  margin-bottom: 20px;
}

.product-title-related-product h3 {
  font-size: 16px;
  color: #000;
  font-family: cairo;

}

.product-single-area-v2 .product-single-details .product-info .cart-plus-minus .qtybutton.inc {

  background-color: #1A499B;
  border-radius: 8px;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-info .cart-plus-minus {
  padding: 12px;
}

.product-single-area-v2 .product-single-details .product-info .cart-plus-minus .qtybutton.dec {
  background-color: #1A499B;
  border-radius: 8px;
}

.product-single-area-v2 .product-single-details .product-info .cart-plus-minus .qtybutton.inc::before {
  color: #fff !important;
}

.product-single-area-v2 .product-single-details .product-info .cart-plus-minus .qtybutton.dec::before {
  color: #fff !important;
}

.product-single-area-v2 .product-single-details .product-info .add-cart {
  border-radius: 8px;
  border: 1px solid #5D5D5D;
  width: 100%;
}

.product-single-area-v2 .product-single-details .product-info .product-bottom-button .primary-btn {
  width: 100%;
  background-color: #bfbbb4;
  border-radius: 8px;
  color: #000000;
  height: 50px;
}

.product-single-area-v2 .product-single-details .product-info .product-bottom-button .primary-btn:hover {
  border: 1px solid #bfbbb4;
  background-color: transparent;
}

.product-single-area-v2 .product-bottom-info .nav-tabs-menu .nav-tabs .nav-item .nav-link.active {
  color: #bfbbb4;
  border: 1px solid #bfbbb4;
  background-color: transparent;
  border-radius: 8px;
}

.product-single-area-v2 .product-bottom-info .nav-tabs-menu .nav-tabs .nav-item .nav-link {
  color: #939393;
  border: 1px solid #939393;
  background-color: transparent;
  border-radius: 8px;


}

.section-header-two h3 {
  font-size: 40px;
  font-family: cairo;
}

.section-header-two .section-title {
  font-size: 40px;
  font-family: cairo;
  font-weight: bold;
}

.section-header-two .section-title::before {
  content: none;
}

.section-header-two .section-title:after {
  content: none;
}

.product-catagory {
  background-color: #FFA5001A;
  padding: 5px 20px 5px 20px;
  border-radius: 8px;
}

.product-single-area-v2 .product-single-details .product-info .product-review .review-item {
  color: #bfbbb4;
}

.title-box-about {
  padding: 5px;
}

.swiper-pagination-product .swiper-pagination-bullet-active {
  background-color: #1A499B !important;
}

#scrollUp {
  color: #1A499B !important;
}

/* background-color: #2e2e2e;
  color: white;
  font-family: 'Segoe UI', sans-serif;
} */

.tab-link.active {
  color: #bfbbb4 !important;
  border-bottom: 2px solid #bfbbb4 !important;
}

.custom-box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 20px;
  width: 468px;

  margin-top: 15px;
}

.form-select {
  margin-bottom: 10px;
}

.btn-yellow {
  background-color: #bfbbb4;
  border: none;
  color: black;
  font-weight: bold;
}

.nav-tabs .nav-link {
  color: white;
}

.nav-tabs .nav-link:hover {
  color: #bfbbb4;
}

.banner-accordian-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  font-family: cairo;
}

.form-bg {
  background-color: transparent !important;
  border: 1px solid #FFFFFF;
  border-radius: 99px;
  color: #fff;
  height: 40px;
}

.btn-yellow {
  border-radius: 99px;
  height: 48px;
  font-size: 16px;
}

.nav-tabs .nav-link.active {
  background-color: transparent !important;
  border: none !important;
}

@media screen and (max-width: 768px) {
  .footer-logo-about p {
    text-align: center;
  }

  .footer-payments h4 {
    text-align: center;

  }

  .footer-links {
    align-items: center;
  }

  .footer-newslatter > h4 {
    text-align: center;
  }

  .footer-links ul {
    text-align: center;
  }

  .footer-logos {
    justify-self: center;
  }

  .footer-logo-about {
    text-align: center;
  }

  .footer-logo-section {

    gap: 0px;
  }

  .footer-payments ul {
    justify-content: center;
  }

  .aboutt-book-yourself h2 {
    font-size: 18px;
  }

  .aboutt-book-yourself p {
    font-size: 14px;
  }

  .aboutt-book-yourself {
  
  justify-content: flex-start;
}
  .book-your-servive {
    width: 120px;
    padding: 10px;
    font-size: 8px;
  }

  .book-your-servive-bg {
    height: 300px;
  }

  .aboutt-book-yourself {
    padding-top: 28px;

  }

  .book-your-servive-img {
    margin-top: -37px;
  }

  .about-tabby-main h3 {
    font-size: 22px;
  }

  .about-tabby-main p {
    font-size: 12px;
  }

  section#tabby-main {
    padding: 25px 0px;
  }

  .about-tabby-main {
    gap: 0px;
  }

  .tabby-main-img img {
    height: 216px;
    object-fit: cover;
  }

}

@media screen and (max-width: 520px) {
  .custom-box {
    width: 350px !important;
  }

  .book-your-servive-img {
    margin-top: -16px;
  }

  .book-your-servive-img img {
    height: 253px;
    object-fit: cover;
  }

  .aboutt-book-yourself p {
    margin-bottom: 2px;
  }

  .aboutt-book-yourself {
    padding-top: 14px;
  }
}


.set-image-div {
  height: 179px !important;
  background: #F8F8F8;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.set-image {
  height: 197px !important;
  object-fit: contain !important;
}

.border-testimonial {
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
}

.swiper {
  padding-bottom: 3rem;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
}

.rating-stars {
  color: #f5b301;
}

.about-testimonial h2 {
  margin-bottom: 10px;
}

.about-testimonial p {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

.btn-yellow:hover {
  background-color: transparent;
  border: 1px solid #bfbbb4;
  color: #fff;
}

.title-blogs a:hover {
  background-color: transparent;
  border: 1px solid #bfbbb4;

}

.book-your-servive:hover {
  border: 1px solid #bfbbb4;
  background-color: transparent;
}

.product-single-area-v2 .product-single-details .product-info .add-cart:hover {
  background-color: transparent;
  border: 1px solid #bfbbb4;
  color: #000;
}

.cart-page-area .cart-page-item .cart-quantity {
  width: 134px;
}

.cart-page-area .cart-page-item .qtybutton.inc::before {
  background-color: #1A499B;
  color: white;
  border-radius: 6px;

}

.cart-page-area .cart-page-item .increase-btn {
  background-color: #1A499B;
  color: white;
  border-radius: 8px;
}

.main-checkout-img-new a img {
  width: 77px;
  height: 88px;
}


.wish-list-area .wish-list-table .product-price .price {
  font-size: 16px;
  color: #272727;
  font-weight: 500;
}

.SubTotalAmount {
  font-size: 18px;
  font-weight: 500;
  color: #272727;


}

.totalcart-n-tilte {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  font-family: cairo;
}

.cart-page-area .bottom-box-title {
  font-size: 16px;
  font-weight: 500;
  color: #2B2B2B;
  font-family: cairo;
}

.shiping-title {
  font-size: 16px;
  font-weight: 500;
  color: #2B2B2B;
  font-family: cairo;
}


.cart-page-area .sub-total-inner-box {
  padding-bottom: 15px;
}

.added-tax {
  font-size: 16px;

  color: #000;
}

.ship-to-sau {
  font-size: 16px;
  color: #2B2B2B;
}

.chnge-address {
  color: #bfbbb4;
  font-size: 16px;
  font-weight: 700;
}

.total-price-cart-n {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
}

.cart-page-area .cart-page-bottom-box.cart-page-sub-total-box {
    background-color: transparent;
    border-radius: 8px !important;
    border: 1px solid #000;

}

.cart-page-area .cart-page-bottom-box .proceed-to-checkout-btn {
  background-color: #1A499B !important;
  border-radius: 8px;
}

.continue-shoping-cart-button {
  border: 1px solid #1A499B;
  width: 100%;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  border-radius: 8px;
}

.coupon-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  justify-content: space-between;
  direction: rtl;
}

.apply-btn {
    background-color: #1A499B;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.coupon-input {
  border: none;
  padding: 10px 16px;
  font-size: 14px;
  color: #ccc;;
  outline: none;
  text-align: right;
  border-radius: 0 16px 16px 0;
}

.coupon-input::placeholder {
  color: #ccc;
}

.free-shiping-n {
  border: 1px dotted #bfbbb4;
  border-radius: 16px;
}

.checkout .checkout-form .checkout-title {
    font-size:clamp(14px, 3vw, 22px);
    color: #000000;
    font-weight: bold;
    font-family: cairo;
}

.checkout .checkout-form .form-select {
  width: 100%;
  height: 45px;
  color: #606060;
  border: 1px solid #CACACA;
  border-radius: 8px;
}

.checkout .checkout-form .form-group .form-control {
  height: 45px;
  border-radius: 8px;
}

.total-cart-title {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  font-family: cairo;
}

.cart-summary-border {
  border: 1px solid #cacaca;
  padding: 20px;
  border-radius: 16px;
}

.invoice-data-border {
  border: 1px solid #cacaca;
  padding: 20px;
  border-radius: 16px;
  background-color: #FAFAFA;
}

.save-follow-btn {
  background-color: #bfbbb4;
  color: #000;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  font-size: 18px;
}

.refrence-btn {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  font-size: 18px;;
  background-color: transparent;
  color: #5D5D5D;
  border: 1px solid #5D5D5D;
}

.checkout .checkout-form .checkout-btn {
  background-color: #1A499B;
  border-radius: 16px;
}

.user-profile-right-part {
  background-color: transparent;
}

.my-order-page-box .order-table .table > thead {
  background-color: transparent;
}

.request-recieved {
  border: 1px dotted #bfbbb4;
  border-radius: 16px;
  padding: 21px;

}

.request-recieved p {
  font-size: 24px;
  font-weight: 700;
  color: #bfbbb4;
}

.order-n h4 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  font-family: cairo;

}

.order-n {
  padding: 30px 0px 90px 0px;
}

.order-n p {
  font-size: 16px;
  color: #606060;
  font-weight: 500;
  font-family: cairo;
}

.border-order-n {
  border-left: 1px solid #cacaca;
}


.primary-btn {
  background-color: #1A499B !important;
  color: #fff !important;
}


.text-underline {
  background-color: #bfbbb4 !important;
}

.cart-page-area .cart-page-item .increase-btn {
  padding: 4px;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 6px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 6px;
}

.more-link-mbl {
  display: none;
}

@media (max-width: 992px) {
  .order-n h4 {
    font-size: 18px;
  }

  .order-n p {
    font-size: 12px;
  }

  .product-item-custom {
    flex-direction: column;
  }

  .wish-list-area .wish-list-table .table thead tr th {
    font-size: 19px !important;
  }
}

@media (max-width: 768px) {
  .cart-summary-border {
    margin-top: 15px;
  }

    .cart-page-area .cart-page-bottom-box.cart-page-sub-total-box {
        margin-top: 15px;
        border: 1px solid #000;
        border-radius: 8px;
    }

  .more-link-mbl {
    display: block;
  }

  .align-blogs {
    gap: 0px;
  }
}


@media (max-width: 630px) {
  .title-box-about h3 {
    font-size: 14px !important;
  }

  .price-after-disc-n {
    font-size: 14px
  }

  .price-bef-disc-n {
    font-size: 14px;
  }

  .inc-tax-n {
    display: none;

  }

  .price-box-new .inc-tax {
    font-size: 10px !important;
  }


  .set-image {
    height: 180px !important;
  }

  .set-image-div {
    height: 160px !important;
  }

  .title-box-align {
    margin-top: 4px;


  }
}

.offcanvas.offcanvas-end .offcanvas-body .total-count h4 {
  color: #000;
}


/*some update changes*/
.addCart {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.product-actions {
  padding-right: 20px;
  color: red !important;
}

/*custom-box changes baner*/
.custom-box {
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.nav-tabs {
  border: none !important;
  position: relative;
}

/*

.nav-tabs::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #FFFFFF;
    border-radius: 3px;
    z-index: 0;
}

.nav-tabs .nav-link {
    border: none;
    color: white;
    position: relative;
    z-index: 1;
}


.nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #FFA500;
    border-radius: 3px;
    z-index: 2;
} */


/* .nav-tabs .nav-link.active {
    color: #FFA500 !important;
    background-color: transparent !important;
} */

/*testimonial-changes*/
.rate-qty {
  color: #bfbbb4 !important;
}

/*footer-changes*/
.bottom-footer-copyright {
  gap: 0px;
}

@media screen and (max-width: 630px) {
  .bottom-footer-copyright {
    flex-wrap: nowrap;
  }
}

/* range update code*/
.range-slider {
  position: relative;
  width: 100%;
}

.range-slider input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #a1a1a1;
  border-radius: 3px;
  outline: none;
  transition: background 450ms ease-in;
}


.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #bfbbb4;
  border: 3px solid white;
  cursor: pointer;
  position: relative;
  z-index: 2;
}


.range-slider input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #bfbbb4;
  border: 3px solid white;
  cursor: pointer;
}


.range-slider input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 3px;
  background: transparent;
}


.range-slider input[type="range"]::-moz-range-track {
  height: 6px;
  border-radius: 3px;
  background: transparent;
}

/*hedaer-media query*/
@media screen and (max-width: 1200px) {
  .top-header {
    display: none;
  }

  .main-header {
    margin-top: 0px;
  }

  .main-header header {
    width: 100%;
    border-radius: 0px;
  }

  .mbl-screen-header {
    padding: 0px !important;
  }

}

/*scroll up button changes*/
#scrollUp:hover {
  background-color: #bfbbb4 !important;
  color: white !important;

}


.thankyou-title {
  font-size: 28px;
  font-weight: 500;
  color: #FFA500;
  font-family: cairo;
  text-align: center;
}

.order-title {
  font-size: 22px;
  color: #000000;
  font-family: cairo;

  font-weight: bold;
}

.order-nu {
  font-size: 16px;
  color: #5D5D5D;
  font-weight: 400;
}

.order-box {
  border-left: 1px solid #DBDBDB;
}

.table-tile-main {
  font-size: 34px;
  font-weight: 500;
  color: #5D5D5D;
}

.invoice-addrres {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  font-family: cairo;
}

.invoice-bg {
  background-color: #FAFAFA;
  padding: 20px;
  margin: 30px 0px;

}

.invoice-details {
  font-size: 16px;
  font-family: cairo;
  color: #272727;
}

@media screen and (max-width: 380px) {
  .bottom-footer-copyright {

    flex-wrap: wrap !important;
    justify-content: center !important;
  }


}

/*ABOUT US*/

.n-tilte-about-us {
  font-size: 42px;
  font-family: cairo;
  font-weight: 500;
  color: #000000;
}

.our-vision {
  background-color: #71A2CB;
  width: 113px;
  height: 35px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}

.clasify-t {
  font-size: 36px;
  font-weight: 700;

}

.clasify {
  font-size: 24px;
  font-weight: 500;
}

.clasify-main {
  gap: 20px;
  margin-top: 18px;
}

.why-choose-us {
  color: #000;
  font-size: 42px;
  font-weight: 700;
  font-family: cairo;
}

.choose-us-des {
  font-size: 18px;
  color: #333333;
}

.use-1 {
  font-size: 26px;
  color: #000;
  font-family: cairo;
  font-weight: 700;
}

.view-1 {
  font-size: 18px;
  color: #333333;
}

.border-n-1 {
  border-right: 1px solid #E4E4E7;
}

.testimonial-title-n {
  font-size: 42px;
  color: #000;
  font-family: cairo;
  font-weight: 700;
}

.faq-n {
  font-size: 42px;
  color: #000;
  font-weight: 700;
  font-family: cairo;
}

.accordion-button::after {
  background-image: none;
  content: none;
}

.accordion-button {
  justify-content: space-between;
  flex-direction: row-reverse;
}

.bi-plus-lg::before {
  border: 1px solid black;
  border-radius: 99px;
}

.breadcrumb-ttile-n {
  font-size: 40px;
  font-family: cairo;
  font-weight: 500
}

.links-service li {
  color: #5D5D5D;
  font-size: 16px;

}


.serive-img-n {
  height: 197px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.polish-n-care {
  font-size: 10px;
  background-color: #bfbbb4;
  color: black;
  width: 78px;
  height: 24px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px
}

.american-product {
  font-size: 10px;
  color: #5D5D5D !important;;
  font-family: cairo;
}

.external-polish {
  font-size: 16px;
  color: #272727;
  font-family: cairo;
}

.service-price {
  font-size: 18px;
  color: #5D5D5D;
}

.regular-price-service {
  color: #FB3748;
  text-decoration: line-through;
  font-size: 16px
}

.service-inc-tax {
  color: #272727;
  font-size: 12px;
}

.service-price-box {
  gap: 12px
}

.new-service-box {
  border: 1px solid #DBDBDB;
  border-radius: 16px;
}

.bread-n {
  background-image: linear-gradient(rgba(39, 39, 39, 0.7), rgba(39, 39, 39, 0.7)), url('https://placehold.co/700x1000');

  border-radius: 24px !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.breadcrumb-ttile-n {
  font-size: 40px;
  font-family: cairo;
  font-weight: 500
}

.links-service li {
  color: #5D5D5D;
  font-size: 16px;

}


.serive-img-n {
  height: 197px !important;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
}

.polish-n-care {
  font-size: 10px;
  background-color: #bfbbb4;
  color: black;
  width: 78px;
  height: 24px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px
}

.american-product {
  font-size: 10px;
  color: #5D5D5D !important;;
  font-family: cairo;
}

.external-polish {
  font-size: 16px;
  color: #272727;
  font-family: cairo;
}

.service-price {
  font-size: 18px;
  color: #5D5D5D;
}

.regular-price-service {
  color: #FB3748;
  text-decoration: line-through;
  font-size: 16px
}

.service-inc-tax {
  color: #272727;
  font-size: 12px;
}

.service-price-box {
  gap: 12px
}

.new-service-box {
  border: 1px solid #DBDBDB;
  border-radius: 16px;
}


@media screen and (max-width: 620px) {
  .external-polish {
    font-size: 12px;
  }

  .american-product {
    font-size: 8px;
  }

  .service-price {
    font-size: 14px;
  }

  .regular-price-service {
    font-size: 13px;
  }

  .service-inc-tax {
    font-size: 8px;
  }

  .service-price-box {
    gap: 7px;
  }
}

.error-page-area h1 {
  font-size: 38px;
  color: #000;
  font-weight: 500;
  font-family: cairo;
}

.error-page-area p {
  font-size: 16px;
}

.primary-btn {
  color: #000000;
  border-radius: 8px;
}

@media (max-width: 620px) {
  .error-page-area {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
  }

  .error-page-area .text-center {
    margin-top: 0 !important;
    /* Remove fixed top margin */
  }
}


/*korean center css*/
.top-header-new {
  color: #fff;
  background-color: #25D365;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-header-new a {
  color: #fff;
  font-size: 10px;

  /* text-align: center; */
}

.center-header-links ul {
  display: flex;

}

.logo-header {
  width: 221px;
  height: 56px;
}

.banner-title-new h1 {
  font-size: 40px;
  font-family: cairo;
  font-weight: 500;
  color: #000;

}

.banner-title-new p {
  font-size: 16px;
}


.spare-parts-single-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  color: #6C6063;
}

.spare-parts-single-box :hover {
  border: none;
}

.spare-part-box-img {
  width: 40px;
  height: 40px !important;
  object-fit: contain;
}

.product-code-des {
  font-size: 14px;
  font-weight: 400;
  color: #2B2B2B;
  margin-bottom: 0px;
}

.title-box-about {
  padding-top: 0px;
}

.brand-title-new-cars h3 {
  font-size: 24px;
  font-family: cairo;
  color: black;
  padding-top: 8px;

}

.brand-box-new-cars {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F8F8F8;
  padding: 11px;
  border-radius: 8px;
}

.brandsss {
  font-size: 32px;
  color: #000000;
  font-weight: 700;
  font-family: cairo;
}

.breadcrumb-area {
  background: none;
  background-color: transparent;
}

.section {
  padding: 0px !important;
}

.set-image {
  height: 123px !important;
}
.toyota-img {
  width: 60px;
  height: 21px;
}

.korean-p-box {
  display: flex;
  justify-content: space-between;
}


.price-input {

  width: 132px;
  border: 1px solid #CFC9CA;
  border-radius: 8px;
  background: #F8F8F8;
  height: 32px;
  padding: 6px;
  font-size: 14px;
}

.sidebar-widget-area .single-widget {
  padding: 20px;
}

.korean-more {
  font-size: 14px;
  color: #6C6063;
  font-family: cairo;
  font-weight: 500;
}

.checkbox-korean {
  width: 16px;
  height: 16px;
  background-color: #F8F8F8;
  border: 1px solid #CFC9CA;
}

.tire-size-new {
  border: 1px solid #cfc9ca;
  border-radius: 24px;

}

.tire-size-new {
  padding: 12px;
}

.pagination-area .paginations .pagination-page.active .pagination-link {
  background-color: #1A499B;
  border: #1A499B;
  border-radius: 8px;
}

.pagination-area .paginations .pagination-page .pagination-link {
  border-radius: 8px;
}

.pagination-area .paginations .pagination-page .pagination-link:hover {
  background-color: #1A499B;
  border: #1A499B;
}

.product-area .product-section-top .product-filter .form-select {
  border-radius: 8px;
}

.searchbar-korean input {
  width: 100%;
  border-width: 2px 6px 2px 6px;
  border-style: solid;
  border-color: #1A499B;
  border-radius: 16px;
  padding: 10px 20px;
  font-size: 14px;
  color: black;
}
.searchbar-korean input::placeholder{

  color: #000000;
}

.car-detail-detail {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  font-family: cairo;
}

.input-feilds-quote {
  display: flex;
  flex-direction: column;
}

.vin-title {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
}

.input-feilds-quote input {
  width: 100%;
  border: 1px solid #CFC9CA;
  border-radius: 8px;
  background-color: #F8F8F8;
  padding: 8px;
}

.input-feilds-quote select {
  width: 100%;
  border: 1px solid #CFC9CA;
  border-radius: 8px;
  background-color: #F8F8F8;
  padding: 5px;
  color: #6C6063;
}


.upload-picture .vin-title {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: right;
}

.upload-box {
  border: 2px dashed #ccc;
  border-radius: 10px;
  background-color: #f9f9f9;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload-btn {
  background-color: #1A499B;
  color: white;
  padding: 4px 30px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}

.alert {
  display: flex;
  align-items: center;
}

.alert svg {
  color: #CC9200;
  /* Example: orange color */
}

.btn-req-a-quo {
  width: 100%;
  background-color: #1A499B;
  color: #fff;
  border: 1px solid #1A499B;
  border-radius: 24px;
  padding: 15px 0px;
  font-weight: bold;
}


.brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  justify-items: center;
  align-items: center;
  text-align: center;
}

.brand-box-new-cars img {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.tag-brand {
  display: none;
}

.tag-mb-brand {
  display: block;
}

.toyota-home {
  width: 60px;
  height: 21px;
}

.toyota-brand-tag-home {
  position: absolute;
  left: 0;
  top: -13px;
}

.spare-parts-single-box {
  border: none !important;
}

.spare-parts-single-box:hover {
  border: none !important;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}

.spare-parts-single-box,
.spare-parts-single-box:hover {
  border: none !important;
}

.pagination-area .paginations .pagination-page .pagination-link {
  width: 30px !important;
  height: 30px !important;
  font-size: 14px !important;
}

/* Mobile: show 3 columns */
@media (max-width: 767px) {
  .brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .banner-title-new h1 {
    font-size: 24px;
  }

  .banner-title-new p {
    font-size: 12px;
  }

  section#new-products {
    padding: 0px 0;
  }

  .title-blogs a {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
  }

  .spare-parts-single-box p {
    font-size: 12px;
  }

  .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-left: 0;
    /* Remove unintended spacing */
    padding-right: 0;
    margin-left: 0;
    /* Remove Bootstrap margin */
    margin-right: 0;
    margin-top: 20px;
  }

  .nav-tabs::-webkit-scrollbar {
    display: none;
  }

  .nav-tabs .nav-item {
    flex: 0 0 25%;
    /* Show exactly 4 items at a time */
    text-align: center;
  }

  .nav-tabs .nav-link {
    width: 100%;
    /* Make button fill its parent li */
    padding: 0.5rem 0.25rem;
  }

  .spare-parts-single-box img {
    max-width: 60px;
    width: 100%;
    height: auto;
  }

  .spare-parts-single-box p {
    font-size: 12px;
    margin: 5px 0 0;
  }

  .product-title-main {
    display: block !important;
  }

  .brand-title-new-cars h3 {
    font-size: 18px;
  }

  .pagination {
    flex-wrap: wrap;
  }

  .f-pading-cart {
    padding-top: 10px !important;
    /* display: none !important; */
  }

  .rating-stars {
    display: none;
  }

  .tag-brand {
    display: block;
    position: absolute;
    left: 0px;
    top: -18px;
  }

  .toyota-img {
    width: 78px !important;
    height: 27px !important;
    object-fit: none !important;
  }

  .tag-mb-brand {
    display: none;
  }

  .title-box-about {
    padding-top: 0px !important;
  }

  .logo-header {
    width: 146px;
    height: 37px !important;
    object-fit: contain;
  }

  .footer-logo-about img {
    height: 53px !important;
  }

  .marrgin-sm {
    margin-top: 22px;
  }

  .car-detail-detail {
    font-size: 18px;
  }

  .vin-title {
    font-size: 14px;
  }

  .input-feilds-quote input {
    font-size: 14px;

  }

  .input-feilds-quote select {
    font-size: 14px;
  }

  .btn-req-a-quo {
    padding: 7px 0px;

  }

  .toyota-home {
    width: 60px !important;
    height: 21px !important;
  }


}


.tab-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-tabs {
  flex-wrap: nowrap;
  width: max-content;
}

.nav-tabs .nav-item {
  flex: 0 0 auto;
}

/* Responsive Scroll Settings */
@media (max-width: 767px) {
  .tab-scroll-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-tabs .nav-item {
    width: calc(100vw / 4);
    /* Show 4 items at a time */
    text-align: center;
  }

  .spare-part-box-img {
    max-width: 100%;
    height: auto;
  }
}

/* Optional: Hide scrollbar */
.tab-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.tab-scroll-wrapper {
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}

#scrollUp:hover {
  background-color: #1A499B !important;
}

.rating-stars svg {
  color: #F8C51B;
}

.product-box-home {
  border: none;
  border-radius: 8px;

}

.product-single-area-v2 .product-single-details .product-info .add-cart {
  border-radius: 0px;
  margin-right: 12px;
}

.cart-plus-minus {
  padding: 8px;
}

.product-single-area-v2 .product-single-details .product-info .product-review .review-item {
  color: #F8C51B;
}

.peice-head tr th {
  text-align: right;
  padding: 12px;

}

.peice-tbody tr td {

  text-align: right;
  padding: 8px;
  font-family: cairo !important;
}

.peice-tbody tr:nth-child(even) {
  background-color: #f8f9fa;
  /* Transparent for even rows */
}

.peice-tbody tr:nth-child(odd) {
  background-color: transparent;
  /* Light gray for odd rows */
}

.cart-page-area .cart-page-item .cart-quantity {
  background-color: transparent;
}

.cart-page-area .cart-page-item input.qty-input {
  background-color: transparent;
}

/**checkout -new css*/
.confirm-delivery-ch {
  font-size: 14px;
  color: #000;
}

.edit {
  font-size: 14px;
}

.readbox {
  border: 1px solid black;
  border-radius: 4px;
  padding: 12px;
}

#billingFieldsWrapper {
  padding: 12px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  margin-top: 12px;

}

.icon-close-red {
  fill: red;
  border: 1px solid red;
  border-radius: 50%;
  padding: 2px;

}

.direction-rtl .checkout .checkout-form .payment-method .card-check .form-check-label {
  border-color: black;
  border-radius: 4px;
}

.edit-new {
  border: 1px solid black;
  border-radius: 4px;
  padding: 6px 12px;
}

.checkout .checkout-form .payment-method {
  margin-top: 20px;
}

#billingDetails {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 15px;
}

.checkout-form {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);

  padding: 15px;
  border-radius: 6px;
}

#ShippingDetails {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 15px;
}

#PaymentDetails {

  padding-bottom: 15px;
}

.container-custom {
  width: 920px;
}

.ordersummary-btn {
  background-color: white;
  border: 1px solid #cfcfcf;
  border-radius: 16px;
  padding: 8px 40px;
  position: absolute;
  bottom: 0px;
  transition: border-color 0.2s ease;
}

/* When focused (keyboard/tab click) */
.ordersummary-btn:focus {
  outline: none;
  /* optional, removes default blue outline */
  border-color: #CFCFCF;
}

/* When clicked */
.ordersummary-btn:active {
  border-color: #CFCFCF;
}

@media (max-width: 767px) {
  .container-custom {
    width: 100%;
  }

  .direction-rtl .checkout .checkout-form .payment-method .card-check .form-check-input {
    margin-right: 10px;
  }

  .direction-rtl .checkout .checkout-form .payment-method .card-check .form-check-label {
    padding-right: 28px;
    font-size: 12px;
  }

  .checkout .checkout-form .payment-method .form-group .custom-icon-image img {
    height: 20px !important;
  }
}


.custom-label-checkout {
  font-size: 15px;
  color: black;
  margin-bottom: 5px;
  font-weight: bold;
}


.shipping-text {
  font-size: 10px;
}

.language-select {
  border: 0px;
  background-color: #f6f6f6;;
}
.sku-des{
  height: 100px;
  flex-direction: column;
}
.product-box-img-new{

  height: 160px !important;
}
@media (max-width: 767px) {
  .mbl-screen-header{
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
}

}
.product-tag-kor{
  background-color: #1A499B;
  padding: 0px 8px;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
}
