@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Montserrat", sans-serif !important;
  color: #444444 !important; }
  body ::selection {
    background-color: #0c00bb;
    color: white; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #cccccc;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #061574;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b38300; }

a, button {
  text-decoration: none !important;
  color: inherit !important;
  display: block; }

ul,
ol {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important; }

ul,
ol {
  margin: 0; }

figure {
  margin: 0 !important;
  overflow: hidden;
  position: relative; }
  figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; }
  figure .video-play-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    figure .video-play-section .video-play-button {
      width: 47px;
      height: 47px;
      border-radius: 50%;
      border: 4px solid #FF9C10;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #FF9C10; }
      figure .video-play-section .video-play-button:hover {
        background-color: #ffffff; }
        figure .video-play-section .video-play-button:hover i {
          color: #FF9C10; }
      figure .video-play-section .video-play-button img {
        width: 30px !important;
        height: 36px !important;
        width: 15px !important;
        height: 18px !important; }

.section-gutter {
  margin-top: 80px; }

.section-title {
  font-size: 30px;
  font-weight: 600;
  font-family: "Exo", sans-serif !important;
  margin-bottom: 10px; }

.section-sub-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px; }

.section-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .section-title-wrapper .section-link {
    font-size: 20px;
    font-weight: 500;
    font-family: "Exo", sans-serif !important;
    padding-inline: 20px;
    border-bottom: 1px solid #444444;
    flex-shrink: 0; }
    .section-title-wrapper .section-link:hover {
      color: #FF9C10 !important;
      border-bottom: 1px solid #FF9C10; }
    .section-title-wrapper .section-link i {
      padding-left: 10px;
      font-size: 16px; }

.description {
  font-size: 18px;
  line-height: 29px;
  text-align: justify;
  font-weight: 500; }
  .description > * {
    margin-bottom: 14px !important; }
    .description > *:last-child {
      margin-bottom: 0 !important; }
  .description li {
    margin-bottom: 4px; }

.primary-btn {
  width: fit-content;
  display: block;
  font-size: 18px;
  font-weight: 500;
  background-color: #FF9C10;
  padding: 12px 24px;
  border-radius: 6px;
  color: #ffffff !important;
  border: 0;
  transition: 400ms all; }
  .primary-btn:hover {
    background-color: #d57d00; }

.error {
  font-size: 12px;
  color: red;
  margin-top: 4px; }

.breadcrumb {
  padding-block: 10px !important;
  position: relative;
  isolation: isolate;
  background-position: center;
  background-color: #ebeeff !important;
  margin-bottom: -60px !important; }
  .breadcrumb .breadcrumb-wrapper {
    display: flex;
    align-items: center;
    gap: 6px 20px;
    flex-wrap: wrap;
    font-family: "Exo", sans-serif !important; }
    .breadcrumb .breadcrumb-wrapper img {
      width: 12px; }
  .breadcrumb nav {
    background-color: white;
    display: flex;
    align-items: center;
    gap: 30px;
    width: fit-content;
    padding: 18px 58px 18px 47px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Exo", sans-serif !important;
    border-radius: 4px; }
    .breadcrumb nav img {
      margin-right: 10px; }
    .breadcrumb nav .active {
      margin-left: 10px;
      color: #061574 !important; }
  .breadcrumb .breadcrumb-title {
    font-weight: 700;
    color: #061574; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #ff5454 !important; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
  color: white !important; }

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1220px !important; } }
@media (max-width: 1399px) {
  header nav ul {
    gap: 25px !important; } }
@media (max-width: 991px) {
  header .megamenu {
    padding-block: 0px 50px !important; }
    header .megamenu .title {
      font-size: 20px !important; }
    header .megamenu .sub-title {
      font-size: 16px !important;
      margin-block: 6px 20px !important; }

  .description {
    font-size: 16px !important;
    line-height: 26px !important; }

  .section-gutter {
    margin-top: 50px !important; }

  .primary-btn {
    padding: 8px 22px !important; }

  .section-sub-title {
    font-size: 16px !important; }

  .section-title {
    font-size: 24px !important; }

  .section-link {
    font-size: 16px !important; }

  .hero-banner .banner-stats {
    margin-top: 10px !important; }
    .hero-banner .banner-stats .bannerstats-card figure {
      display: none; }

  .company-info .tab-pane {
    padding: 20px !important; }
    .company-info .tab-pane .stats-card .stats-count {
      font-size: 26px !important; }
    .company-info .tab-pane .title {
      margin-block: 8px !important; }
  .company-info .nav-pills {
    flex-wrap: wrap;
    flex-direction: row !important;
    gap: 10px; }
    .company-info .nav-pills .nav-link {
      flex: 0 0 auto;
      width: 48%;
      margin-bottom: 0 !important;
      gap: 10px !important; }
      .company-info .nav-pills .nav-link p {
        font-size: 14px !important; }

  .repair-quote .repair-quote-card {
    padding: 22px 26px !important; }
    .repair-quote .repair-quote-card .title {
      padding-right: 0 !important;
      font-size: 24px !important;
      line-height: 30px !important;
      margin-block: 10px 8px !important; }
    .repair-quote .repair-quote-card .primary-btn {
      font-size: 16px !important; }

  footer .footer-title {
    font-size: 22px !important;
    margin-bottom: 12px !important; }
  footer .read-more {
    font-size: 16px !important;
    margin-top: 10px !important; }
  footer .links li {
    font-size: 18px !important;
    margin-bottom: 14px !important; }
  footer .e-com-number {
    margin: 0 !important; }
  footer .name {
    font-size: 9vw !important; }

  .products .product-card figure .card-wishlist {
    opacity: 1 !important; }
  .products .product-card .card-body {
    padding: 8px !important; }
    .products .product-card .card-body .amount {
      gap: 10px !important; }

  .timeline .timeline-wrapper {
    gap: 16px !important;
    padding-bottom: 10px !important; }
    .timeline .timeline-wrapper::after {
      left: 24px !important; }
    .timeline .timeline-wrapper .count {
      width: 48px !important;
      height: 48px !important;
      font-size: 18px !important; }
    .timeline .timeline-wrapper .title {
      display: block !important; }
    .timeline .timeline-wrapper .description {
      padding-top: 6px !important; }

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

  .blog-detail .col-sm-12:has(.detail-wrapper) {
    order: 2; }
  .blog-detail .main-title {
    font-size: 22px !important;
    line-height: 30px !important; }

  .detail-wrapper blockquote {
    padding: 20px 10px !important; }

  .career .career-card {
    padding-block: 20px !important; }
    .career .career-card .title {
      font-size: 20px !important;
      margin-bottom: 5px; }

  .career-detail .title {
    display: none; }
  .career-detail .sub-title {
    font-size: 20px !important;
    margin-block: 10px !important; }
  .career-detail .career-form-wrapper {
    padding: 20px !important; }
  .career-detail .career-form button {
    margin: 20px auto 0 !important; }

  .contact-form .title {
    font-size: 26px !important; }
  .contact-form span {
    font-size: 30px !important; }
  .contact-form .contact-wrapper p {
    font-size: 16px !important; }
  .contact-form .time {
    font-size: 16px !important; }

  .mobile-filter-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    transition: opacity .3s ease; }
    .mobile-filter-backdrop.active {
      display: block;
      opacity: 1; }

  .products aside {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 16px 16px 0 0;
    z-index: 1050;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
    padding-bottom: 20px; }
    .products aside.active {
      transform: translateY(0); }
    .products aside.active {
      padding-inline: 0px !important; }
    .products aside .clear-filter a {
      padding-left: 30px; }
    .products aside .wrapper {
      margin-bottom: 6px !important; }
      .products aside .wrapper label {
        font-size: 16px !important; }
    .products aside .filter-title {
      margin-block: 0 10px !important; }
    .products aside .range_container .filter-wrapper {
      margin-bottom: 24px !important;
      padding-bottom: 16px !important; }
    .products aside .filter-wrapper.pb-5 {
      padding-bottom: 36px !important; }
  .products.product-page .col-sm-12:has(aside) {
    padding: 0;
    margin: 0; }
  .products.product-page .filter-mobile-drag {
    width: 40px;
    height: 5px;
    background: #d0d0d0;
    border-radius: 3px;
    margin: 10px auto;
    cursor: grab;
    touch-action: none;
    margin-bottom: 30px;
    position: sticky;
    top: 20px; }
  .products.product-page .clear-filter {
    position: sticky;
    top: 30px;
    background: #fff;
    z-index: 2;
    padding-inline: 30px;
    padding-bottom: 16px; }
  .products.product-page .filter-popup-close {
    border: none;
    background: none;
    font-size: 40px;
    line-height: 11px;
    margin-left: auto; }
  .products.product-page .mobile-filter-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px 16px;
    background: #fff;
    margin-bottom: 16px; }
    .products.product-page .mobile-filter-trigger img {
      width: 18px;
      height: 18px; }
  .products.product-page #filterForm {
    overflow: auto;
    padding-inline: 40px 50px;
    height: 70vh; }

  .all-info-wrapper form {
    padding: 30px 20px !important; }

  .product-details .title p {
    font-size: 22px !important;
    line-height: 30px !important; }
  .product-details .price {
    font-size: 20px !important; }
  .product-details .owl-sync {
    margin-top: 20px !important; }
    .product-details .owl-sync figure {
      width: auto !important;
      height: auto !important; }
  .product-details .reviews .reviewer-name p {
    font-size: 16px !important; }
  .product-details .nav-tabs {
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    justify-content: start !important; }
  .product-details .add-to-card, .product-details .appoitment, .product-details .primary-btn, .product-details .request-quote {
    font-size: 16px !important;
    padding: 10px !important; }
  .product-details .request-quote {
    letter-spacing: -0.5px !important; }
  .product-details .description {
    font-size: 18px !important;
    margin-block: 20px !important; }
  .product-details .specs div {
    font-size: 16px !important;
    margin-bottom: 0.4rem !important; }

  .wishlist .table th {
    padding: 1rem 0.5rem !important;
    font-size: 16px; }
  .wishlist .table tbody td {
    padding: 10px 0.5rem !important; }
  .wishlist .table tbody .product-name {
    width: 210px !important; }
  .wishlist .table tbody .secondary-btn {
    font-size: 16px !important;
    padding: 6px !important; }
  .wishlist .btn-wrapper .secondary-btn {
    margin-right: 0 !important; }

  .my-cart .grand-total {
    margin-block: 10px !important; }

  .profile-breadcrumb .col-sm-12:has(.primary-btn) {
    display: none; }

  .checkout form .product-summary {
    padding: 20px 20px !important; }
    .checkout form .product-summary .section-title {
      font-size: 20px !important;
      margin-bottom: 15px !important; }
    .checkout form .product-summary .products .flex-grow {
      display: none; }
    .checkout form .product-summary .products p {
      width: 80% !important; }
  .checkout form .billing-form input, .checkout form .billing-form select {
    height: 46px !important;
    padding-left: 14px !important;
    font-size: 16px !important; }
    .checkout form .billing-form input::placeholder, .checkout form .billing-form select::placeholder {
      font-size: 16px !important; }
  .checkout form .order-products {
    margin-bottom: 20px !important; }
  .checkout form .total-wrapper {
    padding-top: 16px !important; }
    .checkout form .total-wrapper .titles {
      margin-bottom: 8px !important;
      font-size: 16px !important; }
    .checkout form .total-wrapper .primary-btn {
      width: auto !important;
      margin-top: 16px !important;
      font-size: 16px; }

  .order-confirm-wrapper .order-confirm-bg .order-confirm {
    padding: 20px 20px !important; }

  .dashboard .recent-orders {
    margin-top: 30px !important; }
    .dashboard .recent-orders .titles {
      padding: 12px 10px 10px !important; }
    .dashboard .recent-orders .order-wrapper {
      padding-inline: 0px !important; }
      .dashboard .recent-orders .order-wrapper .ordered-product {
        padding-block: 22px 18px !important;
        padding-inline: 20px !important;
        flex-direction: column !important;
        justify-content: start !important;
        align-items: start !important; }
      .dashboard .recent-orders .order-wrapper .product-detail {
        flex-shrink: initial !important; }
        .dashboard .recent-orders .order-wrapper .product-detail .name, .dashboard .recent-orders .order-wrapper .product-detail .date {
          font-size: 14px; }
      .dashboard .recent-orders .order-wrapper .final-amount {
        text-align: start !important;
        margin-top: 6px !important; }
      .dashboard .recent-orders .order-wrapper figure {
        flex-shrink: 0;
        max-width: 80px; }
  .dashboard .dashboard-card {
    padding: 6px !important; }
    .dashboard .dashboard-card figure {
      padding: 10px !important; }
    .dashboard .dashboard-card .title {
      margin-block: 10px 0px !important;
      font-size: 14px !important; }
    .dashboard .dashboard-card .number {
      font-size: 24px !important; }
    .dashboard .dashboard-card .stats {
      font-size: 14px !important; }

  .profile-nav {
    position: relative !important;
    padding: 20px 20px !important; }
    .profile-nav a {
      margin-top: 16px !important; }

  .col-sm-12:has(.img-preview),
  .col-sm-12:has(.recent-orders),
  .col-sm-12:has(.order-nav),
  .col-sm-12:has(.ajaxForm) {
    order: 2; }

  .profile form .form-field-wrapper {
    padding: 20px 20px !important; }
    .profile form .form-field-wrapper .description {
      margin-block: 8px 20px !important; }
    .profile form .form-field-wrapper input {
      height: 46px !important; }

  .change-password .change-password-wrapper {
    padding: 20px 10px !important; }
    .change-password .change-password-wrapper .title {
      display: none; }
    .change-password .change-password-wrapper .form-control {
      height: 46px !important; }
      .change-password .change-password-wrapper .form-control::placeholder {
        font-size: 16px !important; }

  .order .order-nav {
    gap: 15px !important;
    border-radius: 20px 20px 0 0 !important;
    padding: 9px 18px !important; }
    .order .order-nav a {
      font-size: 14px; }
  .order .order-wrapper {
    padding: 20px 10px !important; }
    .order .order-wrapper .order-status {
      flex-direction: column;
      align-items: start !important;
      gap: 10px !important; }
    .order .order-wrapper .order-number {
      font-size: 18px !important; }
      .order .order-wrapper .order-number .order-number {
        font-size: 16px !important;
        margin-right: 0 !important; }
    .order .order-wrapper .ordered-product {
      flex-direction: column;
      align-items: start !important;
      gap: 10px !important;
      margin-top: 16px !important; }
      .order .order-wrapper .ordered-product .product-detail {
        flex-basis: auto !important; }
      .order .order-wrapper .ordered-product .quantity {
        padding: 8px !important; }

  .payment .title {
    font-size: 20px !important;
    margin-bottom: 20px !important; }

  .banner-adds {
    display: flex;
    gap: 10px; }
    .banner-adds > * {
      flex: 0 0 auto;
      width: 49%; }

  .login {
    padding: 30px 16px !important; }
    .login .title {
      font-size: 20px !important; }
    .login p {
      font-size: 16px !important;
      font-weight: 500 !important;
      margin-block: 10px 24px !important; }
    .login input {
      height: 46px !important; }
      .login input::placeholder {
        font-size: 16px !important; }
    .login .t-c input {
      height: auto !important; }
    .login .t-c label {
      display: inline-flex; }
      .login .t-c label a {
        margin-left: 4px; } }
@media (max-width: 768px) {
  .products .product-card .card-body a {
    font-size: 14px !important; }
  .products .product-card .card-body .add-cart {
    padding: 8px !important;
    font-size: 14px; }
  .products .product-card .card-body .price {
    font-size: 13px !important; }
  .products .product-card .card-body .prev-prive {
    font-size: 13px !important; }

  .breadcrumb nav {
    padding: 18px 20px !important;
    font-size: 18px !important;
    margin: 0 auto;
    gap: 10px !important; }
  .breadcrumb .col-sm-12:has(figure) {
    display: none; }

  .checkout form .product-summary .products p {
    width: 240px !important; }

  .profile-nav .user figure {
    max-width: 40px; }

  .profile-nav .profile-nav-wrapper {
    display: flex;
    justify-content: space-between; }
    .profile-nav .profile-nav-wrapper a p {
      display: none; }

  .nav-pagetitle {
    display: block !important; }

  .order .order-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    .order .order-wrapper .ordered-product {
      flex: 0 0 auto;
      width: 48%; }
      .order .order-wrapper .ordered-product .name {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }

  .breadcrumb nav {
    padding: 10px 20px !important;
    font-size: 16px !important; }
    .breadcrumb nav img {
      width: 18px; }

  .order-confirm-wrapper .order-confirm-bg .order-confirm .confirmed-details {
    padding-left: 0 !important; }
    .order-confirm-wrapper .order-confirm-bg .order-confirm .confirmed-details .flex-grow {
      flex-basis: 110px !important; } }
.mobile-topbar,
.mobile-search-bar,
.mobile-nav-toggle,
.mobile-nav-overlay,
.mobile-nav-drawer {
  display: none; }

@media (max-width: 991px) {
  /* hide desktop-only pieces */
  .top-header,
  header > .container > nav,
  .megamenu {
    display: none; }

  /* ---------- compact topbar ---------- */
  .mobile-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 14px 20px 4px;
    background: #fff; }

  .mobile-topbar-logo {
    margin: 0;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 900;
    font-family: "Exo", sans-serif !important; }
    .mobile-topbar-logo p {
      color: #FF9C10; }
      .mobile-topbar-logo p:last-child {
        color: #061574; }

  .mobile-nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 26px;
    height: 26px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0; }

  .mobile-nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #24324a;
    border-radius: 2px; }

  .mobile-topbar-icons {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto; }

  .mobile-topbar-icons a,
  .mobile-search-toggle {
    background: none;
    border: none;
    padding: 0;
    display: inline-flex;
    color: #24324a;
    cursor: pointer; }

  .mobile-cart {
    position: relative; }

  /* ---------- collapsible search bar ---------- */
  .mobile-search-bar {
    display: block;
    padding: 0 20px;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease, padding .25s ease; }

  .mobile-search-bar.is-active {
    max-height: 60px;
    padding: 4px 20px 0px; }

  .mobile-search-bar input {
    width: 100%;
    padding: 10px 0 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 14px; }

  .mobile-search-bar button {
    padding: 9px 12px !important; }

  /* ---------- off-canvas drawer ---------- */
  .mobile-nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease;
    z-index: 1040; }

  .mobile-nav-overlay.is-active {
    opacity: 1;
    visibility: visible; }

  .mobile-nav-drawer {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: min(85vw, 340px);
    background: #fff;
    transform: translateX(-100%);
    transition: transform .3s ease;
    z-index: 1050;
    overflow-y: auto; }

  .mobile-nav-drawer.is-active {
    transform: translateX(0); }

  .mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #eee; }

  .mobile-nav-logo {
    margin: 0;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 900;
    font-family: "Exo", sans-serif !important; }
    .mobile-nav-logo p {
      color: #FF9C10; }
      .mobile-nav-logo p:last-child {
        color: #061574; }

  .mobile-nav-close {
    border: none;
    background: none;
    font-size: 36px;
    line-height: 1;
    color: #1a1a1a;
    cursor: pointer;
    padding: 4px 8px; }

  .mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 6px 0 0; }

  .mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0; }

  .mobile-nav-link--sale {
    color: #e6393f; }

  .mobile-nav-count {
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    background: #f2f2f2;
    border-radius: 999px; }

  .mobile-nav-social {
    margin-top: auto;
    display: flex;
    gap: 10px;
    padding: 20px;
    border-top: 1px solid #eee; }

  .mobile-nav-social a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #061574;
    color: #fff !important;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px; } }
header {
  position: relative; }
  header .search-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #F2F2F2;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: all 0.2s ease; }
    header .search-wrapper button {
      padding: 12px;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      border: 0;
      transition: background-color 0.2s ease; }
    header .search-wrapper:has(.search-input:focus) button {
      background: #061574; }
      header .search-wrapper:has(.search-input:focus) button svg {
        color: #ffffff; }
    header .search-wrapper:focus-within {
      background-color: #fff;
      border-color: rgba(6, 21, 116, 0.2);
      box-shadow: 0 0 0 3px rgba(6, 21, 116, 0.08); }
  header .top-header {
    border-bottom: 1px solid #B9B9B9;
    padding-block: 16px; }
    header .top-header .top-header-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .top-header .top-header-wrapper .logo {
        text-align: center;
        font-size: 45px;
        font-weight: 900;
        line-height: 45px;
        font-family: "Exo", sans-serif !important; }
        header .top-header .top-header-wrapper .logo p {
          color: #FF9C10; }
          header .top-header .top-header-wrapper .logo p:last-child {
            color: #061574; }
      header .top-header .top-header-wrapper .search-form {
        flex: 1;
        max-width: 580px; }
        header .top-header .top-header-wrapper .search-form .search-icon {
          color: #9ca3af;
          flex-shrink: 0; }
        header .top-header .top-header-wrapper .search-form .search-input {
          flex: 1;
          background: transparent;
          border: none;
          outline: none;
          font-size: 14px;
          color: #1d1d1f; }
          header .top-header .top-header-wrapper .search-form .search-input::placeholder {
            color: #9ca3af; }
      header .top-header .top-header-wrapper .header-contacts .contact-content {
        margin-bottom: 8px;
        display: flex;
        gap: 12px;
        justify-content: end;
        align-items: baseline; }
        header .top-header .top-header-wrapper .header-contacts .contact-content img {
          padding-top: 2px; }
  header nav {
    padding-block: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header nav ul {
      padding-left: 0;
      display: flex;
      gap: 19px;
      margin-bottom: 0; }
      header nav ul li {
        list-style-type: none;
        font-size: 17px;
        font-weight: 500; }
        header nav ul li.categories {
          font-weight: 600; }
    header nav .user-nav {
      display: flex;
      align-items: center;
      gap: 18px; }
      header nav .user-nav .login-btn {
        display: flex;
        align-items: center;
        gap: 6px; }
      header nav .user-nav .wishlist-btn {
        width: fit-content;
        padding-inline: 18px 23px;
        border-right: 1px solid #444444;
        border-lefT: 1px solid #444444; }
        header nav .user-nav .wishlist-btn a {
          position: relative; }
          header nav .user-nav .wishlist-btn a::before {
            content: attr(data-title);
            background-color: #061574;
            color: #ffffff;
            border-radius: 50%;
            position: absolute;
            top: -3px;
            right: -6px;
            font-size: 9px;
            width: 12px;
            height: 12px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 600; }
  header .megamenu {
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    max-height: 0;
    overflow: hidden;
    padding-block: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding-block 0.3s ease;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
    header .megamenu.active {
      max-height: 600px;
      opacity: 1;
      padding-block: 20px 50px; }
    header .megamenu .title {
      font-family: "Exo", sans-serif !important;
      font-weight: 600;
      font-size: 30px; }
    header .megamenu .sub-title {
      font-weight: 500;
      font-size: 20px;
      margin-block: 16px 30px; }
    header .megamenu a {
      border: 1px solid #CACACA;
      text-align: center;
      border-radius: 10px;
      padding: 20px 16px; }
      header .megamenu a:hover {
        background-color: #fafafa; }
      header .megamenu a figure {
        width: 50px;
        height: 50px;
        background-color: #F4F4F4;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-inline: auto !important;
        box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.15); }
        header .megamenu a figure img {
          width: auto !important;
          height: auto !important; }
      header .megamenu a p {
        margin-block: 11px  !important;
        font-family: "Exo", sans-serif !important;
        font-weight: 600; }
      header .megamenu a span {
        font-size: 14px; }

footer {
  background-image: url(../images/footerbg.png);
  color: #ffffff;
  padding-block: 80px 30px; }
  footer .description {
    font-size: 20px;
    font-weight: 500;
    line-height: 34px; }
  footer .read-more {
    margin-top: 16px;
    font-size: 20px;
    color: #FF9C10 !important;
    font-weight: 500; }
    footer .read-more i {
      padding-left: 6px; }
  footer .links {
    padding-left: 0; }
    footer .links li {
      display: flex;
      align-items: baseline;
      font-size: 20px;
      margin-bottom: 18px;
      font-weight: 500; }
      footer .links li a:hover {
        color: #FF9C10 !important; }
      footer .links li::before {
        padding-right: 0.5rem;
        font-family: "Font Awesome 5 Free";
        content: "\f105";
        font-size: 13px;
        font-weight: 700; }
    footer .links.all-links {
      display: flex;
      align-items: left;
      justify-content: left;
      flex-direction: row;
      flex-wrap: wrap;
      flex-flow: row wrap;
      align-content: flex-end; }
      footer .links.all-links li {
        width: 50%; }
  footer .footer-title {
    font-size: 30px;
    font-weight: 700;
    font-family: "Exo", sans-serif !important;
    color: #f8f8f8;
    margin-bottom: 16px; }
  footer .footer-contact-wrapper {
    border-radius: 10px;
    border: 1px solid #40497E;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 14px 34px 14px 20px;
    margin-bottom: 14px; }
    footer .footer-contact-wrapper p {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 8px !important; }
    footer .footer-contact-wrapper a {
      font-size: 14px;
      line-height: 17px;
      font-weight: 700; }
      footer .footer-contact-wrapper a:hover {
        color: #FF9C10 !important; }
    footer .footer-contact-wrapper i {
      padding-top: 0.2rem !important; }
  footer .social-icons {
    z-index: 1;
    display: flex;
    gap: 14px;
    font-size: 1rem; }
    footer .social-icons .icon-wrapper {
      width: 35px;
      height: 35px;
      aspect-ratio: 1/1;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #ffffff;
      border-radius: 50%;
      border: 1px solid #DADADA;
      color: #061574; }
      footer .social-icons .icon-wrapper:hover {
        background-color: #FF9C10;
        color: #ffffff !important; }
      footer .social-icons .icon-wrapper a,
      footer .social-icons .icon-wrapper i {
        padding: 10px; }
  footer .info-footer-wrapper {
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
    margin-top: 30px;
    padding-block: 20px; }
    footer .info-footer-wrapper .e-com-number p {
      font-size: 18px;
      margin-bottom: 4px !important;
      font-weight: 500; }
    footer .info-footer-wrapper .e-com-number span {
      font-size: 18px;
      font-weight: 600; }
  footer .mid-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-block: 30px 20px;
    flex-wrap: wrap;
    gap: 20px; }
    footer .mid-footer .mid-links {
      display: flex;
      gap: 10px 25px;
      color: #e8e8e8;
      flex-wrap: wrap; }
  footer .name {
    font-size: 6vw;
    font-weight: 900;
    text-align: center;
    font-family: "Exo", sans-serif !important;
    background-image: linear-gradient(#ffffff79, #06157454);
    color: transparent;
    background-clip: text;
    border-bottom: 1px solid #898989; }
  footer .bottom-footer {
    margin-top: 30px;
    font-weight: 500;
    text-align: center; }
    footer .bottom-footer a {
      color: #46A100 !important;
      display: inline-block; }

.hero-banner figure {
  border-radius: 10px; }
.hero-banner .banner-add {
  margin-bottom: 20px !important; }
.hero-banner .banner-stats {
  margin-top: 30px; }
  .hero-banner .banner-stats .bannerstats-card {
    display: flex;
    gap: 15px; }
    .hero-banner .banner-stats .bannerstats-card figure {
      width: fit-content;
      flex-shrink: 0; }
      .hero-banner .banner-stats .bannerstats-card figure img {
        width: fit-content !important;
        height: fit-content !important; }
    .hero-banner .banner-stats .bannerstats-card p {
      font-weight: 500;
      font-family: "Exo", sans-serif !important; }
    .hero-banner .banner-stats .bannerstats-card span {
      font-size: 14px;
      color: #9E9E9E; }

.brands figure {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  width: fit-content;
  margin: 10px !important; }

.products .product-card {
  transition: 180ms all; }
  .products .product-card:hover {
    margin-top: -4px; }
    .products .product-card:hover figure .card-wishlist {
      opacity: 1; }
  .products .product-card figure {
    border-radius: 10px;
    position: relative; }
    .products .product-card figure .card-brand {
      position: absolute;
      background-color: #EEF0FF;
      top: 10px;
      right: 10px;
      padding: 6px 16px;
      color: #061574;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 500;
      font-family: "Exo", sans-serif !important;
      border: 1px solid #E0E0E0; }
    .products .product-card figure .card-wishlist {
      position: absolute;
      background-color: #EEF0FF;
      bottom: 10px;
      right: 10px;
      width: fit-content;
      border-radius: 50%;
      padding: 5px 10px;
      opacity: 0;
      transition: 300ms all;
      box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2); }
      .products .product-card figure .card-wishlist:not(.active):hover .heart-stroke {
        animation: pulse 1s ease-out infinite; }
      .products .product-card figure .card-wishlist.active {
        background-color: red !important;
        opacity: 1; }
        .products .product-card figure .card-wishlist.active svg path {
          fill: white; }
  .products .product-card .card-body {
    padding: 12px; }
    .products .product-card .card-body a {
      font-weight: 600;
      font-family: "Exo", sans-serif !important;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      .products .product-card .card-body a:hover {
        color: #FF9C10 !important; }
    .products .product-card .card-body .review-stars {
      color: #B3B3B3;
      font-weight: 500;
      font-size: 14px;
      margin-block: 2px 6px; }
      .products .product-card .card-body .review-stars i {
        font-size: 12px;
        color: #FBBD06;
        margin-right: 4px; }
    .products .product-card .card-body .amount {
      display: flex;
      gap: 30px; }
      .products .product-card .card-body .amount .price {
        font-weight: 600;
        color: #061574; }
      .products .product-card .card-body .amount .prev-prive {
        font-weight: 500;
        font-size: 14px;
        color: #C4C4C4;
        text-decoration: line-through; }
    .products .product-card .card-body .add-cart {
      text-align: center;
      padding: 14px;
      background-color: #333333;
      color: #ffffff !important;
      border-radius: 6px;
      margin-top: 14px;
      font-weight: 500;
      transition: all 300ms;
      border: 0;
      width: 100%; }
      .products .product-card .card-body .add-cart:hover {
        background-color: #061574;
        color: #ffffff !important; }

.sectionad figure {
  border-radius: 10px; }

.company-info .nav-pills .nav-link {
  padding: 10px !important;
  border: 1px solid #BEBEBE;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  font-family: "Exo", sans-serif !important;
  text-align: left;
  background-color: #ffffff; }
  .company-info .nav-pills .nav-link:last-child {
    margin-bottom: 0; }
  .company-info .nav-pills .nav-link figure {
    width: fit-content;
    flex-shrink: 0;
    background-color: #EEEEEE;
    border-radius: 6px;
    padding: 14px; }
  .company-info .nav-pills .nav-link span {
    font-size: 14px;
    font-weight: 600;
    color: #C3C5CF; }
  .company-info .nav-pills .nav-link p {
    margin-top: 4px !important;
    font-size: 20px;
    font-weight: 600;
    color: #444444; }
  .company-info .nav-pills .nav-link.active {
    background-color: #061574; }
    .company-info .nav-pills .nav-link.active figure {
      background-color: #ffffff; }
    .company-info .nav-pills .nav-link.active p {
      color: #ffffff; }
.company-info .tab-pane {
  background-image: url("../images/tab-bg.png");
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  padding: 30px;
  border-radius: 10px; }
  .company-info .tab-pane .sub-title {
    font-size: 14px;
    font-weight: 600;
    font-family: "Exo", sans-serif !important;
    color: #FF9C10; }
  .company-info .tab-pane .title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Exo", sans-serif !important;
    color: #1a1a1a;
    margin-block: 16px; }
  .company-info .tab-pane .description {
    font-size: 18px;
    font-weight: 500; }
  .company-info .tab-pane .primary-btn {
    margin-top: 18px !important; }
  .company-info .tab-pane .stats-card {
    background-color: #061574;
    padding: 28px;
    color: #ffffff;
    border-radius: 10px; }
    .company-info .tab-pane .stats-card figure {
      width: fit-content; }
      .company-info .tab-pane .stats-card figure img {
        filter: brightness(0) invert(1); }
    .company-info .tab-pane .stats-card .stats-count {
      font-size: 40px;
      font-weight: 700;
      font-family: "Exo", sans-serif !important;
      margin-block: 10px 6px; }
    .company-info .tab-pane .stats-card .stats-description {
      font-size: 14px;
      font-weight: 600;
      font-family: "Exo", sans-serif !important;
      text-transform: uppercase;
      color: #9298BE; }
    .company-info .tab-pane .stats-card .verification {
      font-family: "Exo", sans-serif !important;
      font-size: 12px;
      color: #9298BE;
      margin-top: 18px;
      padding-top: 15px;
      border-top: 1px solid #ffffff; }

.triple-sectionad .ad-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  height: 216px;
  color: #ffffff !important;
  border-radius: 16px; }
  .triple-sectionad .ad-card figure {
    width: fit-content; }
  .triple-sectionad .ad-card .name {
    font-size: 26px;
    font-weight: 700;
    font-family: "Exo", sans-serif !important;
    margin-bottom: 15px; }
  .triple-sectionad .ad-card .price {
    font-size: 18px;
    font-weight: 700; }

.repair-quote .repair-quote-card {
  background-color: #061574;
  padding: 32px 82px 32px 34px;
  border-radius: 10px;
  height: 100%;
  color: #ffffff; }
  .repair-quote .repair-quote-card .sub-title {
    font-size: 12px;
    font-weight: 700;
    color: #FF9C10;
    font-family: "Exo", sans-serif !important; }
  .repair-quote .repair-quote-card .title {
    font-size: 30px;
    font-weight: 600;
    margin-block: 14px 16px;
    padding-right: 80px;
    line-height: 37px; }
  .repair-quote .repair-quote-card .description {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 27px; }
  .repair-quote .repair-quote-card .primary-btn {
    color: #061574 !important;
    background-color: #ffffff !important;
    font-family: "Exo", sans-serif !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px; }
    .repair-quote .repair-quote-card .primary-btn:hover {
      background-color: #8c9bff !important; }
  .repair-quote .repair-quote-card.quote {
    background-color: #F0F2FF;
    color: #444444; }
    .repair-quote .repair-quote-card.quote .sub-title {
      color: #061574; }

@keyframes pulse {
  0% {
    opacity: 1;
    transform-origin: center center;
    transform: scale(1); }
  50% {
    opacity: 0.6;
    transform: scale(1.15); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.timeline .section-title {
  line-height: 40px;
  font-weight: 700; }
.timeline .description {
  font-size: 18px; }
.timeline .timeline-wrapper {
  display: flex;
  gap: 24px;
  position: relative;
  padding-bottom: 30px; }
  .timeline .timeline-wrapper:last-child {
    padding-bottom: 0; }
  .timeline .timeline-wrapper::after {
    content: '';
    width: 2px;
    height: 100%;
    background-image: linear-gradient(#061574 40%, transparent 0%);
    background-position: left;
    background-size: 2px 10px;
    background-repeat: repeat-y;
    position: absolute;
    left: 30px;
    top: 0;
    transform: translateX(-50%);
    z-index: -1; }
  .timeline .timeline-wrapper .count {
    width: 58px;
    height: 58px;
    background-color: #061574;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    flex-shrink: 0; }
  .timeline .timeline-wrapper .year {
    font-size: 20px;
    font-weight: 600;
    color: #061574;
    font-family: "Exo", sans-serif !important;
    display: inline;
    margin-right: 20px; }
  .timeline .timeline-wrapper .title {
    font-size: 20px;
    font-weight: 600;
    display: inline; }
  .timeline .timeline-wrapper .description {
    padding-top: 15px; }

.contact-form .title {
  font-size: 37px; }
.contact-form span {
  font-family: "Exo", sans-serif !important;
  font-size: 37px;
  border-bottom: 2px solid;
  font-style: italic;
  margin-bottom: 34px !important;
  display: block; }
.contact-form .contact-wrapper {
  display: flex;
  gap: 16px;
  margin-bottom: 26px; }
  .contact-form .contact-wrapper figure {
    background-color: #061574;
    width: fit-content;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .contact-form .contact-wrapper figure img {
      width: auto !important;
      height: auto !important; }
  .contact-form .contact-wrapper p {
    font-size: 18px;
    font-family: "Exo", sans-serif !important;
    font-weight: 600;
    color: #5C5C5C; }
  .contact-form .contact-wrapper a {
    font-size: 14px;
    color: #5C5C5C;
    display: inline;
    font-weight: 500; }
.contact-form .sub-title {
  font-size: 23px;
  font-family: "Exo", sans-serif !important;
  color: #5C5C5C;
  font-weight: 600;
  margin-bottom: 8px; }
.contact-form .time {
  font-size: 18px;
  font-weight: 500; }
  .contact-form .time div {
    margin-bottom: 4px; }
.contact-form .social-icons a {
  font-size: 26px;
  margin-right: 24px;
  color: #061574 !important; }

.blogs figure {
  border-radius: 10px;
  position: relative; }
  .blogs figure figcaption {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #DDE1FF;
    font-size: 14px;
    padding: 6px 10px;
    font-weight: 500; }
.blogs .title {
  font-size: 22px;
  font-weight: 500;
  font-family: "Exo", sans-serif !important;
  margin-block: 15px 5px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .blogs .title:hover {
    color: #FF9C10 !important; }
.blogs .description {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 23px;
  font-size: 16px; }
.blogs .primary-btn {
  margin-top: 14px;
  font-size: 16px; }

.career .count-title {
  font-size: 30px;
  font-family: "Exo", sans-serif !important;
  font-weight: 700;
  padding-bottom: 30px;
  border-bottom: 1px solid #BFBFBF; }
.career .career-card {
  border-bottom: 1px solid #BFBFBF;
  padding-block: 30px; }
  .career .career-card .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Exo", sans-serif !important; }
    .career .career-card .title:hover {
      color: #061574 !important; }
  .career .career-card .deadline img {
    margin-right: 10px; }
  .career .career-card .deadline span {
    padding-left: 10px; }

.career-detail .description {
  font-weight: 500; }
.career-detail .title {
  font-size: 30px;
  font-weight: 500;
  color: #424242;
  margin-bottom: 16px;
  font-family: "Exo", sans-serif !important; }
.career-detail .sub-title {
  font-family: "Exo", sans-serif !important;
  font-size: 24px;
  color: #424242;
  margin-block: 16px;
  font-weight: 500; }
.career-detail .main-mail {
  font-size: 18px;
  font-weight: 600;
  color: #808080;
  display: inline-flex;
  gap: 0 10px;
  flex-wrap: wrap; }
  .career-detail .main-mail a {
    color: #061574 !important; }

.career-form {
  margin-top: 50px; }
  .career-form .career-form-wrapper {
    position: sticky;
    top: 0;
    background-color: #F3F3F3;
    color: #ffffff;
    padding: 40px;
    border-radius: 10px; }
    .career-form .career-form-wrapper .title {
      font-size: 25px;
      font-weight: 600;
      margin-bottom: 16px;
      font-family: "Exo", sans-serif !important;
      color: #707070; }
    .career-form .career-form-wrapper .form-label {
      color: #7C7C7C;
      font-weight: 500; }
    .career-form .career-form-wrapper .form-control {
      height: 50px; }
      .career-form .career-form-wrapper .form-control::placeholder {
        color: #d6d6d6; }
    .career-form .career-form-wrapper textarea {
      height: 147px !important; }
  .career-form button {
    margin: 30px auto 0; }
  .career-form input[type="file"]::-webkit-file-upload-button {
    padding: 13px;
    color: #444444; }

.faq .accordion .accordion-item {
  margin-bottom: 15px;
  border: 0px;
  border-radius: 6px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12); }
  .faq .accordion .accordion-item h2, .faq .accordion .accordion-item h3, .faq .accordion .accordion-item h4, .faq .accordion .accordion-item h5, .faq .accordion .accordion-item h6 {
    margin: 0 !important; }
    .faq .accordion .accordion-item h2 .accordion-button, .faq .accordion .accordion-item h3 .accordion-button, .faq .accordion .accordion-item h4 .accordion-button, .faq .accordion .accordion-item h5 .accordion-button, .faq .accordion .accordion-item h6 .accordion-button {
      color: #5B5B5B;
      border-radius: 20px;
      padding: 20px;
      background-color: transparent;
      font-family: "Exo", sans-serif !important;
      font-size: 18px; }
      .faq .accordion .accordion-item h2 .accordion-button:focus, .faq .accordion .accordion-item h3 .accordion-button:focus, .faq .accordion .accordion-item h4 .accordion-button:focus, .faq .accordion .accordion-item h5 .accordion-button:focus, .faq .accordion .accordion-item h6 .accordion-button:focus {
        border-color: transparent;
        box-shadow: none; }
      .faq .accordion .accordion-item h2 .accordion-button:not(.collapsed), .faq .accordion .accordion-item h3 .accordion-button:not(.collapsed), .faq .accordion .accordion-item h4 .accordion-button:not(.collapsed), .faq .accordion .accordion-item h5 .accordion-button:not(.collapsed), .faq .accordion .accordion-item h6 .accordion-button:not(.collapsed) {
        color: #5B5B5B;
        border-radius: 20px 20px 0 0;
        box-shadow: none; }
  .faq .accordion .accordion-item .accordion-body {
    padding-top: 0 !important;
    color: #454545;
    font-weight: 300;
    padding-bottom: 22px; }
  .faq .accordion .accordion-item .description {
    padding-left: 18px; }

.all-info-wrapper .title {
  background-color: #F5F5F5;
  font-weight: 600;
  font-size: 22px;
  padding: 20px;
  font-family: "Exo", sans-serif !important;
  margin-bottom: 30px; }
.all-info-wrapper .primary-btn {
  width: fit-content;
  margin-inline: auto !important; }
.all-info-wrapper form {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  padding: 50px 40px;
  max-width: 1064px;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 50px; }
  .all-info-wrapper form .form-title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Exo", sans-serif !important; }
  .all-info-wrapper form .description {
    font-size: 14px;
    margin-block: 8px 30px; }
  .all-info-wrapper form label {
    font-weight: 500;
    font-size: 16px;
    font-family: "Exo", sans-serif !important;
    color: #7C7C7C;
    text-transform: uppercase; }
  .all-info-wrapper form input, .all-info-wrapper form select, .all-info-wrapper form textarea {
    height: 52px;
    border: 1px solid #898989 !important;
    color: #4d4d4d !important;
    font-weight: 500; }
    .all-info-wrapper form input::placeholder, .all-info-wrapper form select::placeholder, .all-info-wrapper form textarea::placeholder {
      color: #d8d8d8 !important; }
  .all-info-wrapper form textarea {
    height: 120px; }
  .all-info-wrapper form input[type="file"]::file-selector-button {
    height: 52px;
    background-color: transparent; }

.detail-wrapper h1 {
  font-size: 2.5rem !important; }
.detail-wrapper h2, .detail-wrapper h3, .detail-wrapper h4, .detail-wrapper h5, .detail-wrapper h6 {
  font-weight: 700;
  margin: 1.25rem 0 !important; }
.detail-wrapper h2 {
  font-size: 1.5rem !important;
  margin-block: 20px !important; }
.detail-wrapper h3 {
  font-size: 1.25rem !important; }
.detail-wrapper h4 {
  font-size: 1.25rem !important; }
.detail-wrapper h5 {
  font-size: 1.25rem !important; }
.detail-wrapper h6 {
  font-size: 1.25rem !important; }
.detail-wrapper h3, .detail-wrapper h4, .detail-wrapper h5, .detail-wrapper h6 {
  margin-block: 20px !important; }
.detail-wrapper a {
  color: #FF9C10 !important;
  display: inline;
  border-bottom: 1px solid #FF9C10; }
.detail-wrapper li {
  margin-bottom: 10px; }
.detail-wrapper blockquote {
  position: relative;
  background-color: #F0F2FF;
  padding: 40px;
  font-weight: 500;
  font-style: italic;
  line-height: 26px;
  margin: 1rem 0;
  margin-block: 1.25rem !important;
  display: flex;
  border-radius: 10px;
  border-left: 4px solid #061574;
  gap: 16px; }
  .detail-wrapper blockquote::before {
    content: url("../images/quote.svg"); }
.detail-wrapper .col-sm-12 {
  margin-block: 40px 0px; }
  .detail-wrapper .col-sm-12 p:has(img) img {
    border-radius: 6px;
    width: 100%; }
.detail-wrapper .table-wrapper {
  overflow-x: auto;
  margin-block: 30px; }
.detail-wrapper table {
  min-width: 600px;
  padding: 8px 12px;
  margin-bottom: 0; }
  .detail-wrapper table tbody, .detail-wrapper table td, .detail-wrapper table tfoot, .detail-wrapper table th, .detail-wrapper table thead, .detail-wrapper table tr {
    border: 1px solid #EEEAEA;
    color: #454545; }
  .detail-wrapper table thead {
    color: #727272 !important;
    font-weight: 500; }
    .detail-wrapper table thead th {
      background-color: #EDEDED !important;
      font-weight: 500;
      vertical-align: middle; }

.profile-nav {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
  padding: 30px 20px;
  border-radius: 10px;
  position: sticky;
  top: 0; }
  .profile-nav .user {
    display: flex;
    align-items: center;
    gap: 17px;
    font-size: 18px;
    font-family: "Exo", sans-serif !important;
    font-weight: 500;
    color: #061574;
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 12px; }
    .profile-nav .user figure {
      width: fit-content;
      border-radius: 50%; }
  .profile-nav a {
    margin-top: 26px;
    font-size: 18px; }
    .profile-nav a img {
      margin-right: 14px;
      filter: contrast(0.2); }
    .profile-nav a.active {
      font-weight: 600; }
      .profile-nav a.active img {
        filter: contrast(1); }
    .profile-nav a p {
      display: inline-block; }
    .profile-nav a.logout {
      color: #FF5454  !important; }
      .profile-nav a.logout img {
        filter: contrast(1); }

.nav-pagetitle {
  display: none;
  font-size: 18px;
  font-weight: 600;
  margin-top: 24px;
  color: #061574; }

.logout-modal .modal-header {
  flex-direction: column;
  gap: 16px;
  margin-inline: 30px; }
  .logout-modal .modal-header .title {
    font-size: 32px;
    font-weight: 500; }
.logout-modal .modal-footer {
  display: block;
  text-align: center;
  border: 0;
  padding-bottom: 20px; }
  .logout-modal .modal-footer p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px !important; }
  .logout-modal .modal-footer .secondary-btn {
    width: fit-content;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    padding: 13px 30px;
    margin-inline: auto;
    background-color: #ffddac;
    color: #868686 !important;
    border: 0; }
  .logout-modal .modal-footer .primary-btn {
    display: inline-block;
    font-size: 18px; }

.profile .main-img {
  width: fit-content;
  margin-block: 25px 40px !important;
  border-radius: 10px;
  position: relative; }
  .profile .main-img:hover figcaption {
    background-color: #061574; }
  .profile .main-img img {
    cursor: pointer; }
  .profile .main-img #file-input {
    display: none; }
  .profile .main-img figcaption {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #FF9C10;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    pointer-events: none; }
.profile .name {
  font-size: 32px;
  font-weight: 700;
  font-family: "Exo", sans-serif !important;
  color: #061574; }
.profile form .form-field-wrapper {
  border: 1px solid #BDBDBD;
  padding: 40px 30px;
  max-width: 1064px;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 40px; }
  .profile form .form-field-wrapper .form-title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Exo", sans-serif !important; }
  .profile form .form-field-wrapper .description {
    font-size: 14px;
    margin-block: 8px 30px; }
  .profile form .form-field-wrapper label {
    font-weight: 500;
    font-size: 16px;
    font-family: "Exo", sans-serif !important;
    color: #7C7C7C;
    text-transform: uppercase; }
  .profile form .form-field-wrapper input, .profile form .form-field-wrapper select, .profile form .form-field-wrapper textarea {
    height: 52px;
    border: 1px solid #898989 !important;
    color: #4d4d4d !important;
    font-weight: 500; }
    .profile form .form-field-wrapper input::placeholder, .profile form .form-field-wrapper select::placeholder, .profile form .form-field-wrapper textarea::placeholder {
      color: #AAAAAA !important;
      font-weight: 500; }
  .profile form .form-field-wrapper textarea {
    height: 120px; }
  .profile form .form-field-wrapper input[type="file"]::file-selector-button {
    height: 52px;
    background-color: transparent; }

.order .order-nav {
  display: flex;
  align-items: center;
  gap: 35px;
  white-space: nowrap;
  overflow: auto;
  max-width: 100%;
  background-color: #F6F6F6;
  border-radius: 60px;
  padding: 16px 30px;
  width: fit-content;
  margin-bottom: 30px; }
  .order .order-nav a {
    font-family: "Exo", sans-serif !important;
    font-weight: 500; }
    .order .order-nav a.active {
      background-color: #061574;
      color: #ffffff !important;
      padding: 10px 20px;
      border-radius: 40px; }
.order .order-wrapper {
  padding: 20px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-bottom: 30px; }
  .order .order-wrapper .order-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 12px;
    gap: 16px;
    flex-wrap: wrap; }
    .order .order-wrapper .order-status .order-number {
      font-size: 20px;
      font-weight: 500;
      font-family: "Exo", sans-serif !important; }
    .order .order-wrapper .order-status .date {
      font-size: 16px;
      margin-right: auto; }
    .order .order-wrapper .order-status .status-wrapper {
      display: flex;
      gap: 20px; }
    .order .order-wrapper .order-status .status {
      font-size: 14px;
      padding: 6px 20px;
      color: #ffffff;
      border-radius: 20px;
      font-weight: 600;
      pointer-events: none; }
      .order .order-wrapper .order-status .status:hover {
        opacity: 1;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.384) !important; }
      .order .order-wrapper .order-status .status.processing {
        background-color: #0891B2; }
      .order .order-wrapper .order-status .status.pending {
        background-color: #F97316; }
      .order .order-wrapper .order-status .status.confirmed {
        background-color: #0891B2; }
      .order .order-wrapper .order-status .status.shipping {
        background-color: #6366F1; }
      .order .order-wrapper .order-status .status.completed {
        background-color: #008000; }
      .order .order-wrapper .order-status .status.canceled {
        background-color: #E11D48; }
      .order .order-wrapper .order-status .status.return, .order .order-wrapper .order-status .status.refunded {
        background-color: #DC2626; }
      .order .order-wrapper .order-status .status:has(a) {
        border: 1px solid #7c7c7c;
        border-radius: 10px;
        box-shadow: 0 0 0 0 rgba(232, 169, 75, 0.7);
        animation: btn-pulse 1.5s infinite;
        pointer-events: all;
        opacity: .8; }
  .order .order-wrapper .ordered-product {
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .order .order-wrapper .ordered-product figure {
      width: fit-content;
      border-radius: 10px; }
    .order .order-wrapper .ordered-product .product-detail {
      flex-shrink: 0;
      flex-basis: 390px; }
      .order .order-wrapper .ordered-product .product-detail .name {
        font-weight: 500;
        margin-bottom: 13px; }
      .order .order-wrapper .ordered-product .product-detail .brand {
        font-weight: 500;
        font-family: "Exo", sans-serif !important;
        color: #999999;
        text-transform: uppercase; }
    .order .order-wrapper .ordered-product .quantity {
      flex-shrink: 0;
      border-radius: 10px;
      font-weight: 500;
      border: 1px solid #e7e7e7;
      width: fit-content;
      padding: 8px 30px; }
    .order .order-wrapper .ordered-product .final-amount {
      flex-shrink: 0;
      font-weight: 600; }

@keyframes btn-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(134, 134, 134, 0.7); }
  70% {
    box-shadow: 0 0 0 8px rgba(232, 169, 75, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(232, 169, 75, 0); } }
.change-password .change-password-wrapper {
  border-radius: 10px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
  padding: 40px; }
  .change-password .change-password-wrapper .title {
    font-size: 32px;
    color: #505050; }
  .change-password .change-password-wrapper p {
    font-family: "Exo", sans-serif !important;
    font-size: 20px;
    color: #444444;
    margin-block: 8px  !important; }
  .change-password .change-password-wrapper ul {
    padding-left: 0; }
    .change-password .change-password-wrapper ul li {
      font-family: "Exo", sans-serif !important;
      color: #878787;
      margin-bottom: 8px;
      font-size: 15px;
      list-style-type: none; }
  .change-password .change-password-wrapper .form-control {
    height: 54px;
    padding-left: 20px;
    margin-bottom: 20px; }
    .change-password .change-password-wrapper .form-control::placeholder {
      color: #9C9C9C;
      font-size: 18px;
      font-weight: 500; }
  .change-password .change-password-wrapper .primary-btn {
    margin: 0 auto; }

.dashboard .dashboard-card {
  background: linear-gradient(135deg, #dee2ff 0%, white 100%);
  padding: 26px;
  border: 1px solid #B2B2B2;
  border-radius: 10px; }
  .dashboard .dashboard-card figure {
    background-color: #061574;
    width: fit-content;
    padding: 14px;
    border-radius: 10px; }
    .dashboard .dashboard-card figure.pending {
      background-color: #FBBD06; }
    .dashboard .dashboard-card figure.wishlist {
      background-color: #FF5454; }
  .dashboard .dashboard-card .title {
    font-weight: 600;
    color: #7c7c7c;
    text-transform: uppercase;
    margin-block: 20px 8px;
    font-family: "Exo", sans-serif !important; }
  .dashboard .dashboard-card .number {
    font-family: "Exo", sans-serif !important;
    font-size: 36px;
    font-weight: 600; }
  .dashboard .dashboard-card .stats {
    color: #7C7C7C;
    font-weight: 500; }
.dashboard .recent-orders {
  margin-top: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 10px; }
  .dashboard .recent-orders .titles {
    padding: 30px 50px 16px;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .dashboard .recent-orders .titles p {
      font-size: 20px;
      font-weight: 500;
      font-family: "Exo", sans-serif !important; }
    .dashboard .recent-orders .titles a {
      font-family: "Exo", sans-serif !important;
      color: #061574 !important;
      font-size: 14px;
      font-weight: 500; }
  .dashboard .recent-orders .order-wrapper {
    padding-inline: 40px; }
    .dashboard .recent-orders .order-wrapper .ordered-product {
      padding-block: 22px 18px;
      border-bottom: 1px solid #D7D7D7;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .dashboard .recent-orders .order-wrapper .ordered-product:last-child {
        border: 0; }
      .dashboard .recent-orders .order-wrapper .ordered-product figure {
        width: fit-content;
        border-radius: 10px; }
      .dashboard .recent-orders .order-wrapper .ordered-product .status {
        font-size: 14px;
        padding: 6px 20px;
        color: #ffffff;
        border-radius: 20px;
        font-weight: 600;
        pointer-events: none; }
        .dashboard .recent-orders .order-wrapper .ordered-product .status:hover {
          opacity: 1;
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.384) !important; }
        .dashboard .recent-orders .order-wrapper .ordered-product .status.processing {
          background-color: #EAB308; }
        .dashboard .recent-orders .order-wrapper .ordered-product .status.pending {
          background-color: #F97316; }
        .dashboard .recent-orders .order-wrapper .ordered-product .status.confirmed {
          background-color: #0891B2; }
        .dashboard .recent-orders .order-wrapper .ordered-product .status.shipping {
          background-color: #6366F1; }
        .dashboard .recent-orders .order-wrapper .ordered-product .status.completed {
          background-color: #008000; }
        .dashboard .recent-orders .order-wrapper .ordered-product .status.canceled {
          background-color: #E11D48; }
        .dashboard .recent-orders .order-wrapper .ordered-product .status.return, .dashboard .recent-orders .order-wrapper .ordered-product .status.refunded {
          background-color: #DC2626; }
        .dashboard .recent-orders .order-wrapper .ordered-product .status:has(a) {
          border: 1px solid #7c7c7c;
          border-radius: 10px;
          box-shadow: 0 0 0 0 rgba(232, 169, 75, 0.7);
          animation: btn-pulse 1.5s infinite;
          pointer-events: all;
          opacity: .8; }
      .dashboard .recent-orders .order-wrapper .ordered-product .product-detail {
        flex-shrink: 0;
        flex-basis: 390px; }
        .dashboard .recent-orders .order-wrapper .ordered-product .product-detail .name {
          font-weight: 500;
          margin-bottom: 13px; }
          .dashboard .recent-orders .order-wrapper .ordered-product .product-detail .name span {
            color: #A4A4A4; }
        .dashboard .recent-orders .order-wrapper .ordered-product .product-detail .date {
          font-weight: 500;
          font-family: "Exo", sans-serif !important;
          color: #999999; }
      .dashboard .recent-orders .order-wrapper .ordered-product .quantity {
        flex-shrink: 0;
        border-radius: 10px;
        font-weight: 500;
        border: 1px solid #e7e7e7;
        width: fit-content;
        padding: 8px 30px; }
      .dashboard .recent-orders .order-wrapper .ordered-product .final-amount {
        flex-shrink: 0;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center; }

.login {
  max-width: 730px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  margin-inline: auto;
  border-radius: 16px;
  padding: 50px 46px; }
  .login form .title {
    font-size: 30px;
    font-weight: 600;
    font-family: "Exo", sans-serif !important; }
  .login form p {
    font-size: 18px;
    font-weight: 600;
    margin-block: 15px 32px !important; }
  .login form label {
    font-size: 18px;
    color: #585858;
    margin-bottom: 6px;
    font-weight: 500; }
  .login form .form-control {
    height: 54px;
    padding-left: 20px;
    margin-bottom: 20px;
    background-color: #F8F8F8; }
    .login form .form-control::placeholder {
      color: #9C9C9C;
      font-size: 18px;
      font-weight: 500; }
  .login form .remember {
    font-size: 14px;
    font-weight: 500;
    color: #b8b8b8; }
  .login form .forget {
    color: #061574 !important;
    font-size: 14px;
    font-family: "Exo", sans-serif !important;
    font-weight: 500; }
  .login form .social-icons {
    z-index: 1;
    display: flex;
    gap: 14px;
    font-size: 1rem;
    margin-top: 12px; }
    .login form .social-icons .icon-wrapper {
      width: 35px;
      height: 35px;
      aspect-ratio: 1/1;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #ffffff;
      border-radius: 50%;
      border: 1px solid #DADADA; }
      .login form .social-icons .icon-wrapper .fa-facebook-f {
        color: #4692F5 !important; }
      .login form .social-icons .icon-wrapper .fa-x-twitter {
        color: #444444 !important; }
      .login form .social-icons .icon-wrapper .fa-google {
        color: #FBBD06 !important; }
      .login form .social-icons .icon-wrapper:hover {
        background-color: #061574;
        color: #ffffff !important; }
      .login form .social-icons .icon-wrapper a, .login form .social-icons .icon-wrapper i {
        padding: 10px; }

.register-login {
  display: flex;
  font-size: 18px;
  color: #9c9c9c;
  font-weight: 500;
  font-family: "Exo", sans-serif !important;
  margin-top: 24px !important;
  position: relative;
  gap: 6px;
  width: fit-content; }
  .register-login::after {
    content: '';
    width: 60%;
    height: 2px;
    background-color: #061574;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%); }
  .register-login a {
    color: #061574 !important; }

.blog-detail .toc-wrapper {
  border: 1px solid #DDDDDD;
  padding: 30px 15px;
  border-radius: 10px;
  position: sticky;
  top: 10px; }
  .blog-detail .toc-wrapper figure img {
    width: auto !important;
    height: auto !important; }
  .blog-detail .toc-wrapper .title {
    color: #061574 !important;
    font-family: "Exo", sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important; }
  .blog-detail .toc-wrapper ul {
    padding-left: 0;
    font-size: 13px;
    margin-bottom: 0; }
    .blog-detail .toc-wrapper ul li {
      list-style-type: none;
      margin-top: 10px;
      font-weight: 500; }
      .blog-detail .toc-wrapper ul li.sub {
        padding-left: 10px; }
.blog-detail figure {
  border-radius: 16px; }
.blog-detail .main-title {
  font-size: 27px;
  font-weight: 500;
  color: #444444;
  line-height: 36px;
  margin-top: 16px !important;
  font-family: "Exo", sans-serif !important; }
.blog-detail .date {
  margin-block: 16px;
  color: #AEACAC;
  font-weight: 400; }
  .blog-detail .date i {
    margin-right: 10px; }
.blog-detail .share {
  margin-bottom: 30px; }
.blog-detail .detail-wrapper {
  font-weight: 500; }

.product-page .filter-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid #BDBDBD; }
  .product-page .filter-sort p {
    color: #444444;
    font-size: 18px;
    font-weight: 500; }
  .product-page .filter-sort .filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 24px;
    row-gap: 8px;
    flex-wrap: wrap; }
    .product-page .filter-sort .filter > * {
      flex-shrink: 0; }
    .product-page .filter-sort .filter select {
      border-radius: 10px;
      border: 0;
      width: 212px;
      border: 1px solid #b1b1b1; }
      .product-page .filter-sort .filter select:focus {
        box-shadow: none; }
.product-page .filter-tags {
  margin-top: 16px;
  display: flex;
  gap: 10px 18px;
  flex-wrap: wrap; }
  .product-page .filter-tags .tag {
    font-size: 14px;
    width: fit-content;
    font-weight: 500;
    font-family: "Exo", sans-serif !important;
    padding: 6px 10px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
    border-radius: 17px; }
  .product-page .filter-tags img {
    width: fit-content; }
  .product-page .filter-tags p {
    margin-inline: 6px !important;
    display: inline;
    font-weight: 600; }
  .product-page .filter-tags a {
    font-size: 12px;
    color: #FF7474 !important; }
.product-page aside {
  padding-right: 20px; }
  .product-page aside .clear-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 26px;
    border-bottom: 1px solid #bdbdbd; }
    .product-page aside .clear-filter figure {
      width: fit-content; }
    .product-page aside .clear-filter p {
      display: inline;
      font-size: 18px;
      font-family: "Exo", sans-serif !important;
      letter-spacing: 1px; }
    .product-page aside .clear-filter a {
      color: #FF9C10 !important; }
  .product-page aside .wrapper {
    position: relative;
    padding-left: 16px;
    user-select: none;
    margin-bottom: 12px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .product-page aside .wrapper:last-child {
      margin-bottom: 0; }
    .product-page aside .wrapper .quantity {
      font-size: 14px; }
    .product-page aside .wrapper label {
      padding-left: 16px; }
    .product-page aside .wrapper input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .product-page aside .wrapper input:checked ~ .checkmark {
        background-color: #e1f4fa; }
        .product-page aside .wrapper input:checked ~ .checkmark:after {
          display: block; }
    .product-page aside .wrapper label {
      cursor: pointer;
      font-size: 18px;
      font-weight: 500; }
    .product-page aside .wrapper .checkmark {
      position: absolute;
      top: 5px;
      left: 0;
      height: 16px;
      width: 16px;
      background-color: #EDEFFF;
      border: 1px solid #6E82FF;
      border-radius: 4px; }
      .product-page aside .wrapper .checkmark:after {
        content: "";
        position: absolute;
        display: none; }
      .product-page aside .wrapper .checkmark:after {
        transform: rotate(45deg);
        left: 5px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid #061574;
        border-width: 0 2px 2px 0; }
  .product-page aside .range_container {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column; }
    .product-page aside .range_container .filter-wrapper {
      margin-bottom: 26px;
      padding-bottom: 26px;
      border-bottom: 1px solid #bdbdbd; }
      .product-page aside .range_container .filter-wrapper:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0; }
    .product-page aside .range_container .filter-title {
      font-size: 18px;
      font-weight: 600;
      margin-block: 0 20px;
      color: black; }
    .product-page aside .range_container .slider-title {
      font-size: 18px;
      font-weight: 600;
      margin-block: 20px 70px;
      color: black; }
    .product-page aside .range_container .sliders_control {
      position: relative; }
      .product-page aside .range_container .sliders_control .slider-tooltip {
        position: absolute;
        top: -3.5rem;
        left: 0;
        width: max-content;
        background-color: #f5f5f5;
        color: #FF9C10;
        font-size: 0.8rem;
        border-radius: 4px;
        padding: 0.5rem 1rem;
        text-align: center;
        translate: -50% 0;
        font-weight: 500; }
        .product-page aside .range_container .sliders_control .slider-tooltip::before {
          content: "";
          position: absolute;
          bottom: -0.25rem;
          left: 50%;
          translate: -50% 0;
          width: 0.5rem;
          height: 0.5rem;
          rotate: 45deg;
          z-index: -1;
          background-color: inherit; }
      .product-page aside .range_container .sliders_control input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        pointer-events: all;
        width: 18px;
        height: 18px;
        background-color: #FF9C10;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 0 0 4px #061574, 0 0 0 1px #FF9C10;
        /* outer border */
        z-index: 10; }
      .product-page aside .range_container .sliders_control input[type="range"]::-moz-range-thumb {
        -webkit-appearance: none;
        pointer-events: all;
        width: 15px;
        height: 15px;
        background-color: #FF9C10;
        border-radius: 50%;
        box-shadow: 0 0 0 1px #FF9C10;
        cursor: pointer; }
      .product-page aside .range_container .sliders_control input[type="range"]::-webkit-slider-thumb:hover {
        background: #f7f7f7; }
      .product-page aside .range_container .sliders_control input[type="range"]::-webkit-slider-thumb:active {
        box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
        -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe; }
      .product-page aside .range_container .sliders_control input[type="range"] {
        -webkit-appearance: none;
        appearance: none;
        height: 6px;
        width: 100%;
        position: absolute;
        background-color: #061574;
        pointer-events: none;
        border-radius: 10px; }
      .product-page aside .range_container .sliders_control #fromSlider {
        background: transparent; }
    .product-page aside .range_container .scale {
      display: flex;
      justify-content: space-between;
      margin-top: 2rem;
      position: relative;
      width: calc(100% - 15px);
      margin-inline: auto;
      font-size: 0.8rem; }
      .product-page aside .range_container .scale div {
        position: absolute;
        translate: -50% 0;
        font-weight: 500;
        color: #444444; }
        .product-page aside .range_container .scale div::before {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          translate: -50% -125%;
          width: 1px;
          height: 10px;
          background-color: #666; }

.product-details .f-panzoom {
  aspect-ratio: 105/86;
  background-color: #f3f3f3; }
  .product-details .f-panzoom img {
    object-fit: contain;
    width: auto !important;
    height: auto !important; }
.product-details .owl-sync {
  margin-top: 30px;
  position: relative; }
  .product-details .owl-sync figure {
    width: 197px;
    height: 146px;
    cursor: pointer;
    background-color: #f3f3f3; }
    .product-details .owl-sync figure img {
      object-fit: contain; }
  .product-details .owl-sync .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 20px;
    pointer-events: none; }
    .product-details .owl-sync .owl-nav button {
      pointer-events: all; }
.product-details .title {
  display: flex;
  align-items: center;
  gap: 1rem; }
  .product-details .title p {
    font-size: 32px;
    font-weight: 500;
    color: #444444;
    line-height: 40px; }
.product-details .star {
  margin-block: 16px; }
  .product-details .star img {
    margin-right: 6px; }
.product-details .price {
  color: #061574;
  font-family: "Exo", sans-serif !important;
  font-size: 28px;
  font-weight: 500;
  margin-block: 14px;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 18px; }
.product-details .color-wrapper {
  display: flex;
  gap: 16px; }
  .product-details .color-wrapper .color {
    width: 18px;
    height: 18px;
    border-radius: 50%; }
.product-details .description {
  font-size: 18px;
  margin-block: 30px;
  line-height: 29px; }
.product-details .specs div {
  display: flex;
  font-size: 18px;
  margin-bottom: 0.7rem;
  color: #444444; }
  .product-details .specs div p {
    flex-basis: 160px;
    font-weight: 500;
    font-weight: 600; }
.product-details .add-to-cart-button {
  margin-top: 30px; }
  .product-details .add-to-cart-button form {
    display: flex;
    justify-content: space-between;
    gap: 0;
    flex-wrap: wrap; }
    .product-details .add-to-cart-button form .value-button {
      width: fit-content;
      background: #DDE1FF;
      color: #444444;
      font-size: 24px;
      border: 1px solid #D0D5FE;
      flex-grow: 1;
      border-radius: 50%;
      height: 41px;
      width: 41px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Exo", sans-serif !important;
      font-weight: 600; }
    .product-details .add-to-cart-button form .value-button:hover {
      cursor: pointer; }
    .product-details .add-to-cart-button form #input-wrap {
      margin: 0px;
      padding: 0px; }
    .product-details .add-to-cart-button form input[type="number"] {
      border: 1px solid #8694FF;
      text-align: center;
      padding: 11px 0;
      margin: 0px;
      width: 108px !important;
      height: 44px !important;
      background-color: #DDE1FF;
      color: #444444;
      font-size: 22px;
      font-weight: 500;
      border-radius: 6px; }
      @media (max-width: 768px) {
        .product-details .add-to-cart-button form input[type="number"] {
          width: 90px !important; } }
    .product-details .add-to-cart-button form input[type="number"]::-webkit-inner-spin-button,
    .product-details .add-to-cart-button form input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .product-details .add-to-cart-button .add-to-card {
    border-radius: 10px;
    color: #444444;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 11px 23px;
    background: #D0D5FE;
    color: #444444;
    border: 1px solid #061574;
    font-family: "Exo", sans-serif !important;
    width: 100%; }
    .product-details .add-to-cart-button .add-to-card:hover {
      background-color: #8c9bff !important; }
  .product-details .add-to-cart-button .appoitment {
    border-radius: 10px;
    font-family: "Exo", sans-serif !important;
    color: #444444;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 11px 23px;
    background: #FF9C10;
    color: #444444;
    border: 1px solid #061574; }
    .product-details .add-to-cart-button .appoitment:hover {
      background-color: #d57d00;
      color: #ffffff !important; }
  .product-details .add-to-cart-button .card-wishlist {
    background-color: #ffffff;
    width: fit-content;
    height: fit-content;
    border-radius: 50%;
    padding: 5px 10px;
    transition: 300ms all;
    border: 1px solid #D7D7D7; }
    .product-details .add-to-cart-button .card-wishlist:not(.active):hover .heart-stroke {
      animation: pulse 1s ease-out infinite; }
    .product-details .add-to-cart-button .card-wishlist.active {
      background-color: red !important; }
      .product-details .add-to-cart-button .card-wishlist.active svg path {
        fill: white; }
.product-details .primary-btn {
  font-size: 20px;
  font-weight: 500;
  padding-inline: 50px;
  width: 100%;
  background-color: #061574; }
  .product-details .primary-btn:hover {
    background-color: #8c9bff !important; }
.product-details .request-quote {
  font-size: 20px;
  font-weight: 500;
  color: #061574 !important;
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #061574;
  padding: 10px;
  font-family: "Exo", sans-serif !important; }
  .product-details .request-quote:hover {
    background-color: #f3f3f3; }
  .product-details .request-quote i {
    padding-left: 10px; }
.product-details .nav-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 10px;
  margin-top: 30px; }
  .product-details .nav-tabs .nav-item:first-child .nav-link {
    padding-left: 0 !important; }
  .product-details .nav-tabs .nav-link {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    color: #808080 !important;
    transition: none !important; }
    @media (max-width: 480px) {
      .product-details .nav-tabs .nav-link {
        font-size: 18px !important;
        line-height: 10px !important; } }
    .product-details .nav-tabs .nav-link:hover {
      background-color: transparent !important;
      border-color: #e9ecef00; }
  .product-details .nav-tabs .active {
    background-color: transparent !important;
    border: none !important;
    color: #FF9C10 !important; }
.product-details .tab-pane .reviews .review-wrapper {
  padding-block: 20px;
  border-bottom: 1px dashed #B9B9B9; }
  .product-details .tab-pane .reviews .review-wrapper .star img {
    margin-right: 0;
    scale: 0.8; }
.product-details .tab-pane .reviews .reviewer-name {
  display: flex;
  gap: 14px;
  margin-block: 10px; }
  .product-details .tab-pane .reviews .reviewer-name p {
    font-size: 18px;
    font-weight: 500;
    color: #FF9C10;
    text-transform: uppercase; }
  .product-details .tab-pane .reviews .reviewer-name .date {
    color: #989898; }
.product-details .tab-pane .reviews .description {
  margin: 0 !important; }
.product-details .tab-pane .review-title {
  margin-top: 30px;
  font-weight: 500;
  font-size: 20px;
  color: #444444; }
.product-details .tab-pane .review-sub-title {
  color: #8B8B8B;
  font-size: 18px;
  font-family: "Exo", sans-serif !important;
  margin-block: 8px 16px; }
.product-details .tab-pane form p {
  font-size: 14px;
  color: #444444;
  margin-bottom: 6px !important; }
.product-details .tab-pane form textarea {
  margin-top: 20px; }
.product-details .tab-pane form .primary-btn {
  margin: 0 auto;
  margin-top: 20px;
  width: fit-content; }
  .product-details .tab-pane form .primary-btn:hover {
    background-color: #001499; }

.wishlist .table th, .wishlist .table td {
  text-align: center;
  vertical-align: middle; }
.wishlist .table thead {
  font-weight: 600;
  font-size: 18px; }
  .wishlist .table thead th {
    color: #444444;
    text-transform: uppercase;
    padding: 2rem 0.5rem; }
.wishlist .table tbody figure img {
  width: 190px !important; }
  @media (max-width: 768px) {
    .wishlist .table tbody figure img {
      width: 110px !important; } }
.wishlist .table tbody td {
  color: #444444;
  padding: 20px 0.5rem; }
.wishlist .table tbody i {
  cursor: pointer; }
  .wishlist .table tbody i:hover {
    color: red; }
.wishlist .table tbody .product-name {
  font-weight: 500;
  width: 315px; }
.wishlist .table tbody input {
  width: 50px;
  background: #DDE1FF;
  border: 1px solid #DCDCDC;
  padding: 6px 6px 6px 10px;
  color: #444444;
  font-weight: 500; }
.wishlist .table tbody input[type="number"] {
  -moz-appearance: textfield; }
  .wishlist .table tbody input[type="number"]::-webkit-outer-spin-button, .wishlist .table tbody input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button;
    opacity: 1;
    cursor: pointer;
    background: transparent;
    filter: hue-rotate(100deg) saturate(0.5) brightness(0.8) sepia(1) hue-rotate(-120deg); }
.wishlist .btn-wrapper {
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 10px; }
  .wishlist .btn-wrapper a {
    display: inline-block;
    font-size: 18px;
    width: 260px !important;
    text-align: center; }
.wishlist .checkout {
  border-radius: 30px;
  margin-left: 30px; }
.wishlist .btn-wrapper {
  display: flex;
  justify-content: end; }
  .wishlist .btn-wrapper .primary-btn {
    background-color: #061574; }
    .wishlist .btn-wrapper .primary-btn img {
      filter: brightness(0) invert(1); }
  .wishlist .btn-wrapper .secondary-btn {
    flex-grow: 0;
    font-size: 20px;
    font-weight: 500;
    color: #061574 !important;
    width: 100%;
    text-align: center;
    border: 0;
    border-bottom: 2px solid #061574;
    padding: 6px;
    margin-right: 30px;
    background-color: transparent;
    border-radius: 0; }
.wishlist .secondary-btn {
  flex-grow: 0;
  font-size: 18px;
  font-weight: 500;
  background-color: #DDE1FF;
  width: 100%;
  text-align: center;
  border: 1px solid #8694FF;
  padding: 10px;
  border-radius: 6px; }

.my-cart .table tbody input {
  padding: 6px 6px 6px 9px; }
.my-cart .product-name {
  width: 365px !important; }
.my-cart .grand-total {
  font-size: 20px;
  font-weight: 600;
  color: #444444;
  margin-block: 10px 30px;
  text-align: end; }
.my-cart .btn-wrapper {
  display: flex;
  justify-content: end; }
  .my-cart .btn-wrapper .primary-btn {
    background-color: #061574; }
    .my-cart .btn-wrapper .primary-btn:hover {
      background-color: #8c9bff !important; }
  .my-cart .btn-wrapper .secondary-btn {
    flex-grow: 0;
    font-size: 20px;
    font-weight: 500;
    color: #061574 !important;
    width: 100%;
    text-align: center;
    border: 0;
    border-bottom: 2px solid #061574;
    padding: 10px;
    margin-right: 30px;
    background-color: transparent;
    border-radius: 0; }
    .my-cart .btn-wrapper .secondary-btn:hover {
      background-color: #f3f3f3; }

.checkout form .section-title {
  font-size: 32px;
  font-weight: 500;
  color: #505050;
  text-transform: uppercase;
  margin-bottom: 30px; }
.checkout form .section-title-sub {
  font-size: 22px;
  font-weight: 500;
  color: #505050;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Exo", sans-serif !important; }
.checkout form .billing-form {
  margin-bottom: 30px; }
  .checkout form .billing-form:last-child {
    margin-bottom: 0; }
  .checkout form .billing-form label {
    color: #7C7C7C;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Exo", sans-serif !important; }
  .checkout form .billing-form input, .checkout form .billing-form select {
    height: 56px;
    border-color: #898989;
    padding-left: 24px;
    color: #6d6d6d;
    font-weight: 500;
    font-size: 18px; }
    .checkout form .billing-form input::placeholder, .checkout form .billing-form select::placeholder {
      color: #c9c9c9;
      font-weight: 500;
      font-size: 18px; }
  .checkout form .billing-form input[type="checkbox" i] {
    height: auto !important;
    margin-bottom: 26px;
    accent-color: #85D6FF;
    margin-right: .5rem; }
.checkout form .product-summary {
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  position: sticky;
  top: 0; }
  .checkout form .product-summary .section-title {
    font-size: 24px; }
    .checkout form .product-summary .section-title span {
      color: #FF9C10 !important; }
  .checkout form .product-summary .order-products {
    margin-bottom: 36px; }
  .checkout form .product-summary .products {
    margin-bottom: 20px;
    color: #444444;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px; }
    .checkout form .product-summary .products .flex-grow {
      height: 90px;
      border-radius: 6px; }
    .checkout form .product-summary .products p {
      width: 160px;
      line-height: 20px;
      font-weight: 500; }
    .checkout form .product-summary .products span {
      font-weight: 500;
      margin-left: auto;
      flex-shrink: 0; }
    .checkout form .product-summary .products:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
  .checkout form .product-summary .total-wrapper {
    border-top: 1px solid #CCCCCC;
    padding-top: 30px; }
    .checkout form .product-summary .total-wrapper .total {
      margin-bottom: 10px; }
      .checkout form .product-summary .total-wrapper .total span {
        font-family: "Exo", sans-serif !important; }
    .checkout form .product-summary .total-wrapper .titles {
      color: #444444;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 16px;
      font-size: 18px;
      font-weight: 500; }
      .checkout form .product-summary .total-wrapper .titles.total {
        font-weight: 700;
        font-size: 18px; }
    .checkout form .product-summary .total-wrapper .primary-btn {
      margin: 0 auto;
      margin-top: 20px;
      width: 247px;
      text-align: center;
      justify-content: center; }
.checkout form .delivery-method-wrapper .delivery-method-card {
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  padding: 14px 20px;
  border-radius: 10px;
  cursor: pointer; }
  .checkout form .delivery-method-wrapper .delivery-method-card:hover {
    background-color: #effaff; }
  .checkout form .delivery-method-wrapper .delivery-method-card.active {
    background-color: #DDE1FF;
    border: 1px solid #8795FF; }
    .checkout form .delivery-method-wrapper .delivery-method-card.active figure {
      background-color: #061574 !important; }
      .checkout form .delivery-method-wrapper .delivery-method-card.active figure img {
        filter: brightness(0) invert(1); }
  .checkout form .delivery-method-wrapper .delivery-method-card .details {
    display: flex;
    align-items: center;
    gap: 18px; }
    .checkout form .delivery-method-wrapper .delivery-method-card .details figure {
      background-color: #F2F2F2;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .checkout form .delivery-method-wrapper .delivery-method-card .details figure img {
        width: auto !important;
        height: auto !important; }
    .checkout form .delivery-method-wrapper .delivery-method-card .details .title {
      font-weight: 600;
      font-family: "Exo", sans-serif !important;
      margin-bottom: 6px; }
    .checkout form .delivery-method-wrapper .delivery-method-card .details p {
      font-size: 12px; }
  .checkout form .delivery-method-wrapper .delivery-method-card span {
    font-size: 12px;
    font-weight: 500; }

.payment .title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #444444; }
.payment .accordion .accordion-item {
  border: 1px solid #8CDDF6;
  background: #B5BDFF; }
  .payment .accordion .accordion-item h2, .payment .accordion .accordion-item h3, .payment .accordion .accordion-item h4, .payment .accordion .accordion-item h5, .payment .accordion .accordion-item h6 {
    color: #27ccff;
    font-weight: 500;
    margin: 0 !important; }
    .payment .accordion .accordion-item h2 .accordion-button, .payment .accordion .accordion-item h3 .accordion-button, .payment .accordion .accordion-item h4 .accordion-button, .payment .accordion .accordion-item h5 .accordion-button, .payment .accordion .accordion-item h6 .accordion-button {
      font-size: 20px;
      font-weight: 500;
      color: #444444 !important;
      background: #DDE1FF;
      padding-block: 20px; }
      .payment .accordion .accordion-item h2 .accordion-button::before, .payment .accordion .accordion-item h3 .accordion-button::before, .payment .accordion .accordion-item h4 .accordion-button::before, .payment .accordion .accordion-item h5 .accordion-button::before, .payment .accordion .accordion-item h6 .accordion-button::before {
        content: ' ';
        width: 23px;
        height: 23px;
        background-color: #ffffff;
        border-radius: 50%;
        display: block;
        border: 1px solid #c9c9c9;
        margin-right: 20px; }
      .payment .accordion .accordion-item h2 .accordion-button:focus, .payment .accordion .accordion-item h3 .accordion-button:focus, .payment .accordion .accordion-item h4 .accordion-button:focus, .payment .accordion .accordion-item h5 .accordion-button:focus, .payment .accordion .accordion-item h6 .accordion-button:focus {
        box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0) !important; }
      .payment .accordion .accordion-item h2 .accordion-button:not(.collapsed), .payment .accordion .accordion-item h3 .accordion-button:not(.collapsed), .payment .accordion .accordion-item h4 .accordion-button:not(.collapsed), .payment .accordion .accordion-item h5 .accordion-button:not(.collapsed), .payment .accordion .accordion-item h6 .accordion-button:not(.collapsed) {
        background-color: transparent !important;
        box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0) !important; }
        .payment .accordion .accordion-item h2 .accordion-button:not(.collapsed)::before, .payment .accordion .accordion-item h3 .accordion-button:not(.collapsed)::before, .payment .accordion .accordion-item h4 .accordion-button:not(.collapsed)::before, .payment .accordion .accordion-item h5 .accordion-button:not(.collapsed)::before, .payment .accordion .accordion-item h6 .accordion-button:not(.collapsed)::before {
          box-shadow: inset 0 0px 0px 6px #FF9C10 !important; }
  .payment .accordion .accordion-item .accordion-body {
    padding-top: 0;
    font-weight: 300;
    font-size: 16px; }
    .payment .accordion .accordion-item .accordion-body p {
      margin-bottom: 14px !important; }
    .payment .accordion .accordion-item .accordion-body ol {
      list-style-position: inside; }
      .payment .accordion .accordion-item .accordion-body ol li {
        list-style-type: decimal; }
    .payment .accordion .accordion-item .accordion-body .info {
      background-color: #FFEBEB;
      padding: 10px;
      width: fit-content;
      margin-bottom: 16px; }
    .payment .accordion .accordion-item .accordion-body figure {
      width: fit-content;
      background-color: #ffffff;
      padding: 10px; }
    .payment .accordion .accordion-item .accordion-body .instruction {
      font-weight: 500;
      color: #444444;
      margin-bottom: 10px !important; }
    .payment .accordion .accordion-item .accordion-body .card-detail {
      color: #8e8e8e !important;
      text-decoration: underline !important;
      font-weight: 500; }
    .payment .accordion .accordion-item .accordion-body .primary-btn {
      margin-top: 18px; }
.payment aside {
  background-color: #DDE1FF;
  padding: 40px 30px;
  position: sticky;
  top: 0; }
  .payment aside .title {
    font-size: 24px;
    margin-bottom: 30px; }
  .payment aside .order-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #444444;
    font-weight: 300;
    gap: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ACACAC; }
    .payment aside .order-summary:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
  .payment aside .order-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 26px; }
    .payment aside .order-summary-total .grand-total {
      font-family: "Exo", sans-serif !important; }

.order-confirm-wrapper .order-confirm-bg figure {
  width: fit-content;
  margin: 0 auto 30px !important; }
.order-confirm-wrapper .order-confirm-bg .order-confirm {
  background-color: #ffffff;
  padding: 40px 53px;
  border-radius: 20px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  text-align: center; }
  .order-confirm-wrapper .order-confirm-bg .order-confirm .title {
    font-size: 32px;
    font-weight: 500;
    color: #505050;
    text-align: center;
    font-family: "Exo", sans-serif !important; }
  .order-confirm-wrapper .order-confirm-bg .order-confirm .welcome {
    font-size: 20px;
    font-weight: 600;
    margin-block: 16px 10px; }
  .order-confirm-wrapper .order-confirm-bg .order-confirm span {
    font-family: "Exo", sans-serif !important;
    margin-bottom: 20px !important;
    font-size: 18px;
    display: block; }
  .order-confirm-wrapper .order-confirm-bg .order-confirm .confirmed-details {
    display: flex;
    gap: 30px;
    font-family: "Exo", sans-serif !important;
    margin-bottom: 10px;
    padding-left: 50px; }
    .order-confirm-wrapper .order-confirm-bg .order-confirm .confirmed-details .flex-grow {
      flex-basis: 160px;
      font-weight: 500;
      text-align: left; }
    .order-confirm-wrapper .order-confirm-bg .order-confirm .confirmed-details:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
  .order-confirm-wrapper .order-confirm-bg .order-confirm a {
    margin-top: 30px !important;
    margin-inline: auto; }

.user-table-wrapper {
  overflow-x: auto; }
  .user-table-wrapper table {
    min-width: 935px; }

/*# sourceMappingURL=style.css.map */
