@font-face {
  font-family: "Helvetica";
  src: url("fonts/Helvetica.ttf") format("truetype"); }
@font-face {
  font-family: "Helvetica-bold";
  src: url("fonts/Helvetica-Bold.ttf") format("truetype"); }
.alertify-notifier .ajs-message {
  padding-right: 60px !important;
  /* Adjust padding for the icon */
  width: 300px;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
  /* Place icon on the right */
  background-size: 15px !important;
  /* Adjust size of the icon */
  background-image: url("https://cdn-icons-png.flaticon.com/512/1828/1828778.png") !important;
  /* Close icon from Flaticon */ }

body {
  color: #414141;
  font-family: Helvetica;
  letter-spacing: 1px;
  font-size: 15px;
  overflow-x: hidden;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  body .container {
    max-width: 1320px; }
  body a {
    text-decoration: none; }
  body ::-webkit-scrollbar {
    width: 3px; }
  body ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    background-color: #ccc;
    border-radius: 10px; }
  body ::-webkit-scrollbar-thumb {
    background: #9b070b;
    border-radius: 10px; }
  body ::-webkit-scrollbar-thumb:hover {
    background: #9b070b; }

.form-control {
  padding: 15px 10px;
  border: 1px solid #A8A8A8; }
  .form-control:focus {
    border-color: #9b070b;
    box-shadow: none; }

header .custome-btn-heading {
  line-height: 18px;
  padding: 6px 15px;
  color: #9b070b;
  border-radius: 4px;
  border: 1px solid #9b070b; }
  header .custome-btn-heading:first-child {
    margin-right: 10px; }
  header .custome-btn-heading .check {
    display: none;
    font-size: 12px;
    margin-right: 3px; }
  header .custome-btn-heading:hover {
    background: #9b070b;
    color: #fff;
    padding: 7px 15px; }
  header .custome-btn-heading.active {
    background: #9b070b;
    color: #fff;
    padding: 7px 15px;
    border: 1px solid #9b070b; }
    header .custome-btn-heading.active .check {
      display: inline-block; }
header .top-cart-profile-btn .custome-btn {
  color: #9b070b;
  text-decoration: none;
  position: relative; }
  header .top-cart-profile-btn .custome-btn:hover {
    border: 0px; }
  header .top-cart-profile-btn .custome-btn .icon {
    margin-right: 3px;
    height: 24px; }
  header .top-cart-profile-btn .custome-btn svg {
    width: 30px;
    height: 30px; }
    header .top-cart-profile-btn .custome-btn svg path {
      fill: #9b070b;
      width: 30px;
      height: 30px; }
  header .top-cart-profile-btn .custome-btn .cart-count {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: #9b070b;
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: 0px;
    margin-top: -7px;
    left: 12px;
    padding: 4px;
    text-align: center;
    line-height: 12px;
    letter-spacing: 0px; }
header .top-cart-profile-btn i {
  color: #9b070b;
  font-size: 16px;
  margin-left: 5px; }
header .top-nav-menu .nav-item {
  margin-right: 20px; }
  header .top-nav-menu .nav-item:last-child {
    margin-right: 0px; }
  header .top-nav-menu .nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    color: #414141; }
    header .top-nav-menu .nav-item .nav-link:hover, header .top-nav-menu .nav-item .nav-link.active {
      /* color: $color-secondary;*/ }
header .search-box {
  border: 1px solid #414141;
  border-radius: 5px;
  padding: 3px 3px;
  width: 360px; }
  header .search-box .form-control {
    border: none;
    padding: 10px; }
    header .search-box .form-control:focus {
      box-shadow: none; }
    header .search-box .form-control::placeholder {
      color: #ccc; }
  header .search-box .btn {
    border: 0px;
    color: #9b070b;
    width: 44px;
    height: 44px; }

.mb-10 {
  margin-bottom: 100px; }

.section-title .section-heading {
  color: #9b070b;
  font-weight: bolder;
  margin-bottom: 20px;
  font-size: 38px;
  font-family: "Helvetica-bold";
  font-weight: 600; }
  .section-title .section-heading hr {
    width: 20%;
    margin-bottom: -10px;
    margin-left: 5px;
    height: 2px;
    background-color: #000;
    display: inline-block;
    border: 0px; }
.section-title .section-text {
  color: #575757; }

.slider .product-slider .slick-slide,
.slider .product-slider1 .slick-slide {
  padding: 15px; }

.product-card {
  text-align: center;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 15px 5px;
  position: relative; }
  .product-card .product-link {
    display: block; }
    .product-card .product-link .remove-btn-wishlist {
      border: 0px;
      height: 25px;
      width: 25px;
      border-radius: 50%;
      float: right; }
      .product-card .product-link .remove-btn-wishlist:hover {
        background: #9b070b;
        color: #fff; }
  .product-card .badge-container {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 10px;
    margin-left: -5px;
    height: 39px;
    width: 120px;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    text-transform: uppercase; }
  .product-card .product-img-container {
    width: 94%;
    height: 250px;
    margin-bottom: 15px;
    transition: opacity 0.5s ease;
    display: block;
    position: relative;
    margin: 0 auto 15px; }
    .product-card .product-img-container .product-image {
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px; }
      .product-card .product-img-container .product-image.hover-image {
        opacity: 0;
        transition: opacity 0.5s ease; }
    .product-card .product-img-container .proHover {
      display: none;
      background: rgba(225, 225, 225, 0.702);
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      position: absolute;
      display: block;
      padding: 10px; }
    .product-card .product-img-container:hover .hover-image {
      opacity: 1; }
    .product-card .product-img-container:hover .proHover .product-offer-btn {
      margin-top: 45%; }
  .product-card .product-name {
    margin-bottom: 7px;
    text-transform: capitalize;
    color: #000;
    display: -webkit-box;
    /* Enable multi-line truncation */
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    /* Vertical orientation for multi-line truncation */
    overflow: hidden;
    /* Hide the overflow text */
    text-overflow: ellipsis;
    /* Optional: Adds "..." for overflowed text */
    line-height: 1.2;
    /* Adjust the line-height as needed for spacing */
    height: 2.4em;
    /* Height for exactly 2 lines (1.2 * 2 lines) */ }
  .product-card .product-price {
    font-size: 18px;
    color: #9b070b;
    font-weight: 700;
    margin-bottom: 20px; }
  .product-card .product-cart-btn {
    background: linear-gradient(90deg, #ff4e55 0%, #850b10 70%);
    color: #fff;
    width: 94%;
    visibility: hidden;
    font-weight: 600; }
  .product-card .product-offer-btn {
    background: linear-gradient(90deg, #ff4e55 0%, #850b10 70%);
    color: #fff;
    width: 94%;
    margin-bottom: 10px;
    font-weight: 600; }
  .product-card:hover {
    box-shadow: 0px 0px 15px 0px #2525251A;
        /* .product-img-container {
            .hover-image {
                opacity: 1;
            }

              .default {
                opacity: 0;
            }
        }*/ }
    .product-card:hover .product-cart-btn {
      visibility: visible; }
  .product-card .proItem .proWishlist {
    text-align: right; }
    .product-card .proItem .proWishlist svg path {
      fill: #A8A8A8; }
    .product-card .proItem .proWishlist.active svg path {
      fill: #9b070b; }

.product-category-tabs {
  border: 0px; }
  .product-category-tabs .nav-item {
    border: none;
    padding: 15px; }
    .product-category-tabs .nav-item .nav-link {
      border: none;
      padding: 14px, 24px !important;
      box-shadow: 0px 0px 10px 0px #2525251A;
      border-radius: 15px;
      text-transform: uppercase;
      color: #414141; }
      .product-category-tabs .nav-item .nav-link.active {
        background: linear-gradient(90deg, #ff4e55 0%, #850b10 70%);
        color: #fff; }

.slick-prev,
.slick-next {
  background-color: #575757;
  border-radius: 50%; }

.update-testimonials .section-heading {
  font-family: "Helvetica-bold";
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left; }
.update-testimonials .news-update-container .scrollable-list {
  max-height: 350px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #9b070b transparent; }
  .update-testimonials .news-update-container .scrollable-list::-webkit-scrollbar {
    width: 3px; }
  .update-testimonials .news-update-container .scrollable-list::-webkit-scrollbar-thumb {
    background-color: #9b070b;
    border-radius: 10px; }
  .update-testimonials .news-update-container .scrollable-list .list-group-item {
    border: 0px;
    padding: 0px 10px; }
    .update-testimonials .news-update-container .scrollable-list .list-group-item .recent-news-item {
      border: 0px;
      padding: 10px 0px 10px 10px; }
      .update-testimonials .news-update-container .scrollable-list .list-group-item .recent-news-item .news-details {
        padding-top: 5px; }
        .update-testimonials .news-update-container .scrollable-list .list-group-item .recent-news-item .news-details .card-title {
          font-size: 16px;
          padding-bottom: 10px;
          font-weight: 700;
          display: block;
          border-bottom: 1px solid #575757; }
    .update-testimonials .news-update-container .scrollable-list .list-group-item:hover {
      background: none; }
.update-testimonials .testimonial-slider .testimonial-card {
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  margin: 10px; }
  .update-testimonials .testimonial-slider .testimonial-card img {
    width: 150px;
    height: 150px;
    border-radius: 15px;
    margin: 0 auto 15px; }
  .update-testimonials .testimonial-slider .testimonial-card .testimonial-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px; }
  .update-testimonials .testimonial-slider .testimonial-card .testimonial-position {
    font-size: 13px;
    color: #000;
    margin-bottom: 15px; }
  .update-testimonials .testimonial-slider .testimonial-card .testimonial-review {
    color: #575757; }

.client-logo-slider .client-logo {
  padding: 10px;
  text-align: center;
  height: 70px; }
  .client-logo-slider .client-logo img {
    height: 100%;
    display: block;
    margin: 0 auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease; }
    .client-logo-slider .client-logo img:hover {
      filter: grayscale(0); }

.footercontainer {
  background-color: #000;
  color: #fff; }

.footer-logo {
  margin-bottom: 20px; }

.newsletter {
  padding-right: 30px; }
  .newsletter input[type="checkbox"] {
    margin-right: 10px; }
  .newsletter input[type="email"] {
    border-radius: 10px 0 0 15px;
    padding: 10px 20px;
    color: #fff;
    background: none; }
    .newsletter input[type="email"]::placeholder {
      color: #ccc; }
  .newsletter button {
    border-radius: 0 10px 10px 0;
    border: none;
    padding: 10px 20px;
    background-color: #fff;
    color: #000; }

.footer-section h6 {
  font-weight: bold;
  margin-bottom: 20px; }
.footer-section .terms {
  color: #ccc;
  font-weight: 300; }
  .footer-section .terms #terms {
    accent-color: none; }
.footer-section .footer-links {
  padding-top: 150px; }
.footer-section h6 {
  margin-bottom: 35px;
  text-transform: uppercase; }
.footer-section a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 15px;
  font-weight: 300; }
  .footer-section a:hover {
    color: #ccc; }

.social-icons a {
  color: #fff;
  margin-right: 15px;
  font-size: 20px; }

.footer-bottom {
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 20px;
  text-align: center; }
  .footer-bottom .social-text {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff; }
  .footer-bottom .payment-icons img {
    margin-right: 15px;
    height: 25px; }

/* Slick slider dots container */
.slick-dots {
  display: flex !important;
  /* Use flex to line up the dots */
  justify-content: center;
  align-items: center; }

/* Style for each dot */
.slick-dots li {
  width: auto;
  /* Allow custom widths */
  margin: 0 5px;
  /* Add some space between the dots */ }

/* Inactive dots - line with 50px length */
.slick-dots li button {
  width: 25px;
  /* Set the length of the inactive line */
  height: 2px;
  /* Set the height of the line */
  background-color: #ccc;
  /* Color of the inactive line */
  border: none;
  padding: 0;
  cursor: pointer; }

/* Remove the default dot */
.slick-dots li button::before {
  content: none; }

/* Active dot - line with 100px length and red color */
.slick-dots li.slick-active button {
  width: 145px;
  /* Set the length of the active line */
  background-color: #9b070b;
  /* Color of the active line */ }

/*Product Details*/
.product-details-section {
  padding: 0px 30px;
  position: relative; }
  .product-details-section .product-details-info {
    box-shadow: 0px 0px 10px 0px #2525251A;
    border-radius: 10px;
    /*promotions*/
    /*promotions*/ }
    .product-details-section .product-details-info .badge-container {
      margin-left: -20px;
      top: 15px;
      position: absolute;
      z-index: 2; }
    .product-details-section .product-details-info .main-img {
      text-align: center;
      justify-content: center;
      padding-top: 50px; }
      .product-details-section .product-details-info .main-img img {
        height: 400px; }
    .product-details-section .product-details-info .main-description {
      padding-top: 50px; }
      .product-details-section .product-details-info .main-description .product-title {
        font-family: "Helvetica-bold";
        font-size: 38px;
        font-weight: 700;
        line-height: 58.8px;
        color: #9b070b; }
      .product-details-section .product-details-info .main-description .reviw-rating {
        color: #575757; }
        .product-details-section .product-details-info .main-description .reviw-rating i {
          color: #efc75e; }
        .product-details-section .product-details-info .main-description .reviw-rating a {
          color: #575757; }
      .product-details-section .product-details-info .main-description .price-area {
        color: #000;
        font-size: 26px;
        font-weight: 800;
        line-height: 38.4px; }
      .product-details-section .product-details-info .main-description .quantity button,
      .product-details-section .product-details-info .main-description .quantity input {
        padding: 8px 15px;
        font-size: 18px;
        border-radius: 10px; }
      .product-details-section .product-details-info .main-description .quantity input {
        padding: 12px 15px;
        height: 47px;
        width: 90px;
        text-align: center;
        border: 1px solid #000; }
      .product-details-section .product-details-info .main-description .custom-btn {
        color: #fff;
        padding: 10px 62px 10px 62px;
        width: 350px;
        border-radius: 10px;
        opacity: 0px;
        font-weight: 600;
        background: linear-gradient(90deg, #FF4E55 0%, #850B10 70%); }
    .product-details-section .product-details-info .product-details .details-title {
      color: #000;
      text-transform: capitalize;
      font-weight: 800; }
    .product-details-section .product-details-info .product-details .description {
      color: #575757; }
    .product-details-section .product-details-info .proPromotions {
      border-radius: 8px;
      margin: 20px auto;
      /* Header styling */
      /* Promotion radio styling */
      /* Offer percentage, price, and items */
      /* Mobile responsiveness */ }
      .product-details-section .product-details-info .proPromotions .head {
        font-size: 1.5em1rem;
        color: #414141;
        font-weight: bold;
        margin-bottom: 15px; }
      .product-details-section .product-details-info .proPromotions .allForm {
        background-color: #f1f1f1;
        border-radius: 15px;
        padding: 15px; }
      .product-details-section .product-details-info .proPromotions .form-rdiochk {
        display: flex;
        align-items: center;
        padding: 7px;
        border-bottom: 1px dashed #6c757d; }
        .product-details-section .product-details-info .proPromotions .form-rdiochk:last-child {
          border-bottom: 0px; }
      .product-details-section .product-details-info .proPromotions .promotion-radio {
        accent-color: #9b070b;
        cursor: pointer; }
      .product-details-section .product-details-info .proPromotions .rdiochklabel {
        font-size: 1em;
        color: #333;
        margin-left: 10px;
        cursor: pointer; }
        .product-details-section .product-details-info .proPromotions .rdiochklabel:hover {
          color: #9b070b; }
      .product-details-section .product-details-info .proPromotions .promoOff {
        font-weight: bold;
        color: #9b070b;
        font-size: 1.1em; }
      .product-details-section .product-details-info .proPromotions .allpromolist {
        margin-left: 15px;
        padding-top: 0px; }
        .product-details-section .product-details-info .proPromotions .allpromolist .rdiochklabel {
          color: #A8A8A8;
          font-size: 0.9em;
          font-weight: normal;
          display: flex;
          align-items: center; }
        .product-details-section .product-details-info .proPromotions .allpromolist a {
          color: #575757;
          text-decoration: none;
          font-weight: 500; }
        .product-details-section .product-details-info .proPromotions .allpromolist span {
          margin-left: 5px;
          color: #b4292e;
          font-weight: bold; }
      .product-details-section .product-details-info .proPromotions input[type="checkbox"] {
        accent-color: #4CAF50; }
      @media (max-width: 600px) {
        .product-details-section .product-details-info .proPromotions {
          padding: 15px; }
          .product-details-section .product-details-info .proPromotions .head {
            font-size: 1.2em; }
          .product-details-section .product-details-info .proPromotions .rdiochklabel {
            font-size: 0.95em; } }

/* Main image - left */
.buttons .block {
  margin-right: 5px; }

.quantity input {
  border-radius: 0;
  height: 40px; }

/*product listing*/
.breadcrumb {
  margin-bottom: 0px; }
  .breadcrumb .breadcrumb-item {
    text-transform: uppercase;
    font-size: 14px; }
    .breadcrumb .breadcrumb-item a {
      color: #414141; }
    .breadcrumb .breadcrumb-item.active {
      color: #9b070b; }

.custom-checkbox {
  margin-bottom: 5px; }
  .custom-checkbox input[type="checkbox"] {
    display: none; }
    .custom-checkbox input[type="checkbox"] + label {
      position: relative;
      cursor: pointer;
      padding-left: 35px; }
      .custom-checkbox input[type="checkbox"] + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 18px;
        height: 18px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: white; }
      .custom-checkbox input[type="checkbox"] + label:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 7px;
        width: 7px;
        height: 7px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }
    .custom-checkbox input[type="checkbox"]:checked + label:before {
      background-color: #9b070b; }

.filters-holder {
  border-radius: 16px;
  box-shadow: 0px 0px 10px 0px #2525251A;
  padding: 15px 11px; }
  .filters-holder .filter-sction-heading {
    display: block;
    position: relative;
    padding: 25px 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #9b070b;
    margin-bottom: 25px; }
    .filters-holder .filter-sction-heading h3 {
      font-size: 16px;
      margin-bottom: 0px;
      font-weight: 800;
      padding: 0px 15px 5px; }
  .filters-holder .filters {
    padding: 0px 10px; }
    .filters-holder .filters .filter-section {
      border-bottom: 1px solid #ddd;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .filters-holder .filters .filter-section .toggle-filter {
        width: 100%;
        text-align: left;
        text-decoration: none;
        color: #414141;
        text-transform: uppercase;
        padding: 5px 0px;
        /* Arrow icon styling */ }
        .filters-holder .filters .filter-section .toggle-filter .toggle-arrow {
          transition: transform 0.3s;
          float: inline-end; }
        .filters-holder .filters .filter-section .toggle-filter .toggle-arrow.rotate {
          transform: rotate(180deg); }
      .filters-holder .filters .filter-section .view-btn-holder {
        display: block;
        height: 25px;
        position: relative;
        margin-bottom: 0px; }
        .filters-holder .filters .filter-section .view-btn-holder a {
          color: #9b070b; }
    .filters-holder .filters .filter-options {
      max-height: 250px;
      overflow-y: auto; }

.product-list-container .heading-sotring-container {
  border-bottom: 1px solid #575757; }
  .product-list-container .heading-sotring-container h1 {
    font-size: 34px;
    font-weight: 800;
    color: #000; }
  .product-list-container .heading-sotring-container p {
    color: #9b070b; }
.product-list-container .sorting-dropdown {
  background: none;
  border: 1px solid #9b070b;
  text-transform: capitalize; }
  .product-list-container .sorting-dropdown .toggle-arrow {
    margin-left: 8px;
    transition: transform 0.3s ease; }
  .product-list-container .sorting-dropdown.dropdown-toggle[aria-expanded="true"] .toggle-arrow {
    transform: rotate(180deg); }
  .product-list-container .sorting-dropdown.dropdown-toggle::after {
    display: none; }
.product-list-container .see-more-btn .btn {
  background: #9b070b;
  color: #fff !important;
  border-radius: 5px;
  padding: 10px 40px;
  display: inline-block;
  width: 250px;
  font-size: 16px; }

/*product listing*/
/*cart Page*/
.cart-detail h1 {
  font-size: 34px;
  font-weight: 800;
  color: #9b070b; }
.cart-detail .delete-all-btn {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  float: right;
  border: 0px;
  margin-top: -45px; }
.cart-detail .remove-btn {
  background: #fff;
  padding: 10px 15px;
  border: 0px; }
  .cart-detail .remove-btn:hover {
    box-shadow: 0px 0px rgba(0, 0, 0, 0.5); }
.cart-detail .table thead th {
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #ced4da; }
.cart-detail .table tbody tr {
  vertical-align: middle; }
  .cart-detail .table tbody tr td {
    color: #575757;
    border: 0px; }
    .cart-detail .table tbody tr td .product-image {
      display: inline-block;
      margin-right: 15px;
      padding: 5px;
      text-align: center;
      width: 90px;
      height: 90px; }
      .cart-detail .table tbody tr td .product-image img {
        height: 80px;
        width: auto; }
.cart-detail .table .form-select {
  background-color: #ddd;
  border-color: #444;
  color: #414141; }
  .cart-detail .table .form-select:focus {
    border-color: #ccc;
    box-shadow: none; }
.cart-detail .order-summery-container {
  padding: 15px 10px;
  color: #414141;
  line-height: 20px;
  border: 1px solid #ced4da;
  border-width: 1px 0px; }
  .cart-detail .order-summery-container .summary-text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px; }
.cart-detail .continue-shopping {
  background: #9b070b;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 16px;
  padding: 20px 25px;
  position: relative;
  width: 280px;
  text-align: left; }
  .cart-detail .continue-shopping i {
    position: absolute;
    right: 20px;
    top: 37%; }
.cart-detail .custom-select-container {
  display: inline-block;
  width: 90px;
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  padding: 0.375rem;
  position: relative;
  padding: 2px 0px; }
  .cart-detail .custom-select-container select {
    border: none;
    outline: none;
    width: 100%;
    background: none !important; }
  .cart-detail .custom-select-container .divider {
    border-left: 1px solid #ced4da;
    height: 100%;
    /* margin: 0 0.5rem; */
    position: absolute;
    top: 6%;
    right: 40px;
    height: 88%; }
  .cart-detail .custom-select-container .dropdown-icon {
    position: absolute;
    right: 15px;
    top: 25%; }
.cart-detail .btn-outline-light {
  color: #ddd;
  border-color: #ddd; }
  .cart-detail .btn-outline-light:hover {
    background-color: #ddd;
    border-color: #ddd; }

.cart-bill {
  background: #F6F6F6;
  border-radius: 16px;
  padding: 15px; }
  .cart-bill h3 {
    width: 100%;
    border-bottom: 1px solid #414141;
    font-size: 16px;
    text-transform: uppercase;
    color: #9b070b;
    font-weight: 600;
    padding: 10px 5px;
    margin-bottom: 20px; }
  .cart-bill .details {
    padding: 8px; }
    .cart-bill .details h4 {
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 20px; }
    .cart-bill .details .grand-total {
      padding: 15px 0px 0px;
      font-size: 16px;
      font-weight: 600; }
      .cart-bill .details .grand-total hr {
        height: 1px;
        width: 96%;
        margin: 0 auto;
        border: 0px;
        background-color: #414141;
        margin-bottom: 10px; }

.checkout-with-us {
  margin-top: 25px;
  text-align: center; }
  .checkout-with-us h3 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #414141;
    font-weight: 600;
    text-transform: capitalize; }
  .checkout-with-us button,
  .checkout-with-us .check_allowance_quota {
    padding: 10px;
    border-radius: 16px;
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 14px;
    background: none;
    font-weight: 600; }
    .checkout-with-us button:hover,
    .checkout-with-us .check_allowance_quota:hover {
      background: linear-gradient(90deg, #ff4e55 0%, #850b10 70%);
      color: #fff;
      border-color: #9b070b; }
      .checkout-with-us button:hover span,
      .checkout-with-us .check_allowance_quota:hover span {
        color: #fff !important; }
  .checkout-with-us span {
    color: #9b070b;
    font-weight: 600;
    font-size: 14px;
    padding: 0px 3px; }

/*cart Page*/
/*checkout page*/
.checkout-details h1 {
  font-size: 34px;
  font-weight: 800;
  color: #9b070b; }
.checkout-details .checkout-form-details .customer-info {
  border: 1px solid #000;
  border-radius: 8px;
  padding: 40px 45px 30px;
  position: relative;
  position: relative; }
  .checkout-details .checkout-form-details .customer-info h4 {
    font-size: 22px;
    font-weight: 600;
    color: #414141; }
.checkout-details .checkout-form-details .form-control,
.checkout-details .checkout-form-details .form-select {
  padding: 15px;
  padding: 15px; }
  .checkout-details .checkout-form-details .form-control::placeholder,
  .checkout-details .checkout-form-details .form-select::placeholder {
    color: #ccc; }
.checkout-details .checkout-form-details .form-select option.default-select {
  color: #ccc; }
.checkout-details .checkout-form-details .checkbox-info {
  color: #6c757d; }
  .checkout-details .checkout-form-details .checkbox-info a {
    color: #6c757d;
    border-bottom: 1px solid #6c757d; }
    .checkout-details .checkout-form-details .checkbox-info a:hover {
      color: #9b070b;
      border-bottom-color: #9b070b; }
.checkout-details .checkout-form-details .cod-value {
  padding: 20px;
  text-align: center;
  border: 1px solid #9b070b;
  color: #9b070b;
  width: 100%;
  border-radius: 15px; }
.checkout-details .checkout-form-details .bottom-text-holder {
  border-top: 1px solid #6c757d;
  padding: 15px;
  text-align: center;
  color: #6c757d;
  display: block; }
.checkout-details .checkout-form-details .complete-order {
  background-color: #9b070b;
  color: #fff;
  padding: 10px;
  border-radius: 15px;
  border: 0px; }
.checkout-details .checkout-form-details .new-passport {
  font-weight: 600;
  font-size: 18px;
  color: #9b070b;
  margin-top: 25px;
  display: block; }
.checkout-details .checkout-products-details .cart-items .list-group-item {
  display: flex;
  align-items: center;
  /* Vertically aligns the content */
  justify-content: space-between;
  /* Ensures proper spacing between elements */
  padding: 5px 5px 5px 40px;
  margin-bottom: 0px;
  position: relative; }
  .checkout-details .checkout-products-details .cart-items .list-group-item .count-badg {
    position: absolute;
    width: 20px;
    line-height: 20px;
    background-color: #9b070b;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    top: 15px;
    margin-left: -30px;
    display: inline-block; }
  .checkout-details .checkout-products-details .cart-items .list-group-item .img-holder {
    border-radius: 15px;
    width: 120px;
    display: inline-block;
    text-align: center;
    border: 1px solid #575757;
    padding: 10px;
    margin-right: 10px; }
    .checkout-details .checkout-products-details .cart-items .list-group-item .img-holder img {
      max-width: 40px;
      /* Adjusts the image size */
      height: auto;
      margin-right: 0px;
      /* Adds some space between the image and product details */ }
  .checkout-details .checkout-products-details .cart-items .list-group-item .product-list {
    flex-grow: 1;
    /* Makes the product details take up available space */
    margin-left: 10px; }
    .checkout-details .checkout-products-details .cart-items .list-group-item .product-list h6 {
      margin-bottom: 10px;
      /* Removes the default margin for the heading */
      font-size: 16px;
      font-weight: 600;
      color: #414141; }
  .checkout-details .checkout-products-details .cart-items .list-group-item small {
    display: block;
    /* Ensures the small tag appears below the product name */ }
  .checkout-details .checkout-products-details .cart-items .list-group-item .text-muted {
    white-space: nowrap;
    /* Prevents the price from wrapping onto a new line */ }
  .checkout-details .checkout-products-details .cart-items .list-group-item .details {
    font-size: 0.9rem;
    margin-bottom: 7px; }
.checkout-details .select-voucher-discount {
  padding-left: 45px; }
  .checkout-details .select-voucher-discount .dropdown-section-container {
    border: 1px solid #575757;
    border-radius: 15px;
    padding: 10px;
    width: 100%;
    /* Customizing the button */ }
    .checkout-details .select-voucher-discount .dropdown-section-container .custom-dropdown {
      width: 50%;
      padding: 5px;
      /* Customizing the dropdown menu */
      /* Customizing the dropdown items */
      /* Customizing the dropdown arrow */ }
      .checkout-details .select-voucher-discount .dropdown-section-container .custom-dropdown:first-child {
        border-right: 1px solid #414141; }
      .checkout-details .select-voucher-discount .dropdown-section-container .custom-dropdown .custom-btn {
        display: inline-block;
        /* Custom background color */
        /* Custom text color */
        /* Rounded corners */
        padding: 10px 20px;
        /* Padding for the button */
        font-size: 16px;
        width: 100%;
        text-align: left;
        font-weight: 600; }
        .checkout-details .select-voucher-discount .dropdown-section-container .custom-dropdown .custom-btn img {
          margin-right: 10px; }
        .checkout-details .select-voucher-discount .dropdown-section-container .custom-dropdown .custom-btn i {
          float: right; }
        .checkout-details .select-voucher-discount .dropdown-section-container .custom-dropdown .custom-btn:active {
          border: 0px; }
      .checkout-details .select-voucher-discount .dropdown-section-container .custom-dropdown .custom-btn:hover {
        background-color: #f8f9fa;
        /* Darker green on hover */ }
      .checkout-details .select-voucher-discount .dropdown-section-container .custom-dropdown .custom-menu {
        background-color: #f9f9f9;
        /* Light background color for the dropdown */
        border: 1px solid #ccc;
        /* Add border */
        border-radius: 8px;
        /* Rounded dropdown */
        min-width: 200px;
        /* Minimum width for dropdown */
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        /* Add shadow for depth */ }
      .checkout-details .select-voucher-discount .dropdown-section-container .custom-dropdown .custom-item {
        color: #333;
        /* Text color */
        padding: 10px 20px;
        /* Padding for each item */
        font-size: 14px;
        /* Font size for items */ }
      .checkout-details .select-voucher-discount .dropdown-section-container .custom-dropdown .custom-item:hover {
        background-color: #f1f1f1;
        /* Background color on hover */
        color: #000;
        border: 0px;
        /* Text color on hover */ }
      .checkout-details .select-voucher-discount .dropdown-section-container .custom-dropdown .dropdown-menu {
        width: calc(100% - 10px); }
      .checkout-details .select-voucher-discount .dropdown-section-container .custom-dropdown .dropdown-toggle::after {
        display: none;
        /* Hide the default arrow */ }
      .checkout-details .select-voucher-discount .dropdown-section-container .custom-dropdown .custom-btn::after {
        content: '\25BC';
        /* Custom arrow */
        padding-left: 10px;
        /* Space between text and arrow */
        font-size: 12px;
        /* Arrow size */ }
.checkout-details .cart-pricing-details {
  padding-left: 50px; }
  .checkout-details .cart-pricing-details .pricing-value {
    margin: 10px 0px;
    color: #414141; }
  .checkout-details .cart-pricing-details .pricing-value-total {
    border-top: 1px solid #414141;
    padding: 15px 0px;
    font-size: 20px;
    font-weight: 600;
    color: #9b070b; }
.checkout-details .remove-passenger {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: -10px;
  margin-top: -10px; }

/*checkout page*/
/*forgot pwd*/
.pwd-forgot .forgot-password-form {
  padding: 10px;
  /*  width: 100%;*/
  /* max-width: 400px;*/ }
  .pwd-forgot .forgot-password-form h2 {
    color: #9b070b;
    letter-spacing: 2px;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 800;
    text-transform: uppercase; }
  .pwd-forgot .forgot-password-form .input-holder {
    margin-bottom: 30px !important; }
  .pwd-forgot .forgot-password-form .email-input {
    border-radius: 15px;
    padding: 12px 20px;
    border: 2px solid #9b070b;
    color: #333; }
    .pwd-forgot .forgot-password-form .email-input.isd-input {
      border-radius: 15px 0px 0px 15px; }
    .pwd-forgot .forgot-password-form .email-input.mob-input {
      border-radius: 0px 15px 15px 0px; }
  .pwd-forgot .forgot-password-form .form-text {
    font-size: 0.9rem; }
  .pwd-forgot .forgot-password-form .btn-submit {
    background: linear-gradient(to right, #A50705, #D21F1B);
    border-radius: 15px;
    padding: 12px;
    width: 100%;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    letter-spacing: 1px; }
  .pwd-forgot .forgot-password-form .btn-submit:hover {
    background: linear-gradient(to right, #D21F1B, #A50705); }
  .pwd-forgot .forgot-password-form .links-holder {
    color: #414141;
    border-top: 1px solid #414141;
    padding-top: 15px; }
    .pwd-forgot .forgot-password-form .links-holder a {
      font-weight: 700;
      color: #9b070b;
      text-decoration: underline;
      /* &:first-child{margin-right: 25px;}*/ }
      .pwd-forgot .forgot-password-form .links-holder a.fgpass {
        color: #575757;
        text-decoration: none; }
.pwd-forgot .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  margin: 0 auto;
  color: #575757; }
  .pwd-forgot .divider::before, .pwd-forgot .divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #000;
    margin: 0 5px;
    /* Adjust space between line and "or" */ }
  .pwd-forgot .divider span {
    padding: 0 5px;
    text-transform: capitalize;
    font-size: 16px; }

/*forgot pwd*/
/*custome cards*/
.confirmation-card {
  border-radius: 15px;
  color: #fff;
  padding: 2rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 20px;
  padding: 120px 50px 150px; }
  .confirmation-card.pg404 {
    background: url("images/Plane.png") no-repeat;
    background-size: contain;
    background-position: center; }
  .confirmation-card.confirmation {
    background: url("images/thankyou.png") no-repeat;
    background-size: contain;
    background-position: right; }
  .confirmation-card .content {
    max-width: 50%; }
    .confirmation-card .content h1 {
      font-size: 2rem;
      font-weight: bold; }
    .confirmation-card .content .order-number {
      font-weight: bold;
      color: white; }
    .confirmation-card .content .btn-container {
      margin-top: 1rem; }
      .confirmation-card .content .btn-container .btn-primary {
        background-color: #fff;
        color: #d43f3a;
        border-radius: 30px;
        padding: 10px 20px;
        font-weight: bold;
        border: none; }
      .confirmation-card .content .btn-container .or-text {
        margin: 1rem 0; }
      .confirmation-card .content .btn-container .btn-link {
        color: #fff;
        font-weight: bold;
        text-decoration: underline; }

@media (max-width: 768px) {
  .confirmation-card {
    flex-direction: column;
    text-align: center; }
    .confirmation-card .content,
    .confirmation-card .plane {
      max-width: 100%; } }
/*custome cards*/
/*megamenu*/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate; }

.nav-item.dropdown.dropdown-mega {
  position: static; }
  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%; }

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none; }
  .navbar-toggler:focus {
    box-shadow: none; }
  .navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right; }
    .navbar-toggler .hamburger-toggle .hamburger {
      position: absolute;
      transform: translate(-50%, -50%) rotate(0deg);
      left: 50%;
      top: 50%;
      width: 50%;
      height: 50%;
      pointer-events: none; }
      .navbar-toggler .hamburger-toggle .hamburger span {
        width: 100%;
        height: 4px;
        position: absolute;
        background: #333;
        border-radius: 2px;
        z-index: 1;
        transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
        left: 0px; }
        .navbar-toggler .hamburger-toggle .hamburger span:first-child {
          top: 10%;
          transform-origin: 50% 50%;
          transform: translate(0% -50%) !important; }
        .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
          top: 50%;
          transform: translate(0, -50%); }
        .navbar-toggler .hamburger-toggle .hamburger span:last-child {
          left: 0px;
          top: auto;
          bottom: 10%;
          transform-origin: 50% 50%; }
      .navbar-toggler .hamburger-toggle .hamburger.active span {
        position: absolute;
        margin: 0; }
        .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
          top: 45%;
          transform: rotate(45deg); }
        .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
          left: 50%;
          width: 0px; }
        .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
          top: 45%;
          transform: rotate(-45deg); }

.icons {
  display: inline-flex;
  margin-left: auto; }
  .icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none; }
    .icons a:hover {
      color: white;
      text-shadow: 0 0 30px white; }

/*megamenu*/
/*magnification*/
.magnifier-container {
  position: relative;
  cursor: crosshair; }

/* The magnifying glass */
.magnifier {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  pointer-events: none;
  /* Size of magnifier glass */
  width: 250px;
  height: 250px;
  visibility: hidden;
  background-repeat: no-repeat;
  background-size: 200%;
  /* Larger to simulate zoom */
  z-index: 10; }

/*magnification*/
/*mga menu*/
.main_menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -2px; }
.main_menu ul li {
  position: relative; }
  .main_menu ul li a {
    font-size: 15px;
    color: #353535;
    padding: 20px 0px;
    display: block;
    text-transform: uppercase; }
    .main_menu ul li a img {
      margin-top: -5px; }
  .main_menu ul li .active, .main_menu ul li:hover > a {
    color: var(--hover-color); }
  .main_menu ul li ul {
    width: 25%;
    background: #fff;
    transition: 0.5s;
    box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75); }
    .main_menu ul li ul li a {
      padding: 10px 25px;
      font-size: 15px; }
      .main_menu ul li ul li a i {
        float: right; }
    .main_menu ul li ul li ul {
      left: 100%;
      top: 0; }
.main_menu .mega_menu_item a {
  padding: 10px 0; }
  .main_menu .mega_menu_item a:hover {
    color: var(--hover-color); }
.main_menu .mega_menu_item .nav-pills .nav-link {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border-radius: 0px;
  border-bottom: 1px solid #A8A8A8;
  text-transform: capitalize; }
  .main_menu .mega_menu_item .nav-pills .nav-link:last-child {
    border-bottom: 0px; }
  .main_menu .mega_menu_item .nav-pills .nav-link.active {
    background: linear-gradient(90deg, #ff4e55 0%, #850b10 70%);
    color: #fff; }
.main_menu .mega_menu_item .tab-description {
  width: 50%;
  display: inline-block;
  padding: 20px 30px !important; }
  .main_menu .mega_menu_item .tab-description .tab-content {
    width: 100%;
    display: block; }
.main_menu .mega_menu_item h3 {
  margin-bottom: 15px; }
.main_menu .mega_menu_item img {
  width: 100%; }
.main_menu .mega_menu_item.tab-container {
  background: #f0f0f0;
  overflow-y: auto;
  max-height: 308px; }
.main_menu .tab-pane .sub-menu-list {
  box-shadow: none;
  display: none;
  padding: 0;
  width: 100%;
  display: block;
  margin-top: 0px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }
  .main_menu .tab-pane .sub-menu-list a {
    text-transform: capitalize; }
.main_menu .tab-pane.show .sub-menu-list {
  display: block; }
.main_menu .mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9; }

.mega_menu_dropdown {
  position: static !important; }

.mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.1s; }
  .mega_menu .mega_menu_item {
    width: 25%;
    padding: 30px 20px;
    height: 320px;
    overflow-y: hidden; }
    .mega_menu .mega_menu_item.tab-description {
      padding: 20px 35px;
      overflow-y: auto;
      max-height: 310px; }
    .mega_menu .mega_menu_item .sub-menu-list {
      list-style: none; }

.mobile_btn {
  display: none; }

/*mga menu*/
/*my order*/
/*.my-order {
    .my-order-header-section {
        background: $color-secondary;
        color: $color-text-white;

        .breadcrum-holder {
            .breadcrumb-item {
                color: $color-text-white;

                &::before {
                    color: $color-text-white;
                }

                a {
                    color: $color-text-white;
                }

            }
        }

        h1 {
            font-size: 34px;
            font-weight: 700;
        }
    }

    .orders-info {
        h2 {
            font-size: 24px;
            color: $color-secondary;
            margin-bottom: 30px;
            font-weight: 600;

            span {
                font-size: 16px;
                font-weight: 400;
            }
        }

        .my-order-content {
            padding: 15px 15px 0px;

            .order-info {
                border-bottom: 1px solid $color-text-dark;
                padding-bottom: 15px;

                .img-container {
                    text-align: center;

                    img {
                        width: 100px;
                    }
                }

                h3 {
                    font-size: 18px;
                    font-weight: 600;
                    margin-bottom: 15px;
                }

                p {
                    margin-bottom: 10px;
                }

                .product-details {
                    border-right: 1px solid $color-dark-gray;

                }
            }

            .btns-holder {

                .reschedule,
                .cancel-btn {
                    padding: 20px 25px;
                    max-width: 240px;
                    width: auto;
                    font-weight: 600;
                    float: right;
                }
            }

            .reschedule {
                color: $color-text-dark
            }

            .cancel-btn {
                color: $color-secondary;
            }
        }
    }
}*/
.my-order-content {
  padding: 15px 15px 0px; }
  .my-order-content h2 {
    font-size: 18px;
    color: #9b070b;
    margin-bottom: 30px;
    font-weight: 600; }
    .my-order-content h2 span {
      font-size: 16px;
      font-weight: 400; }
  .my-order-content .search-box {
    border: 1px solid #A8A8A8;
    width: 350px;
    border-radius: 7px; }
    .my-order-content .search-box .form-control {
      border: 0px;
      padding: 5px 10px; }
  .my-order-content .order-info-cont {
    box-shadow: none !important;
    border: 1px solid #A8A8A8 !important;
    border-radius: 10px;
    padding-bottom: 0px !important; }
    .my-order-content .order-info-cont .order-info {
      border-bottom: 1px solid #000;
      padding-bottom: 15px;
      box-shadow: none !important; }
      .my-order-content .order-info-cont .order-info .img-container {
        text-align: center; }
        .my-order-content .order-info-cont .order-info .img-container img {
          width: 100px; }
      .my-order-content .order-info-cont .order-info h3 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px; }
      .my-order-content .order-info-cont .order-info p {
        margin-bottom: 10px; }
      .my-order-content .order-info-cont .order-info .product-details {
        border-right: 1px solid #575757; }
    .my-order-content .order-info-cont .btns-holder .reschedule,
    .my-order-content .order-info-cont .btns-holder .cancel-btn {
      padding: 20px 25px;
      max-width: 240px;
      width: auto;
      font-weight: 600;
      float: right; }
    .my-order-content .order-info-cont .reschedule {
      color: #000; }
    .my-order-content .order-info-cont .cancel-btn {
      color: #9b070b; }

/*my order*/
/*cacel order*/
.cancel-order .cancelation-content {
  border: 0px; }
  .cancel-order .cancelation-content .cancel-description .img-container {
    text-align: center; }
    .cancel-order .cancelation-content .cancel-description .img-container img {
      width: 150px; }
  .cancel-order .cancelation-content .cancel-description h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px; }
  .cancel-order .cancelation-content .cancel-description .order-stats {
    font-size: 16px;
    margin-top: 25px; }
    .cancel-order .cancelation-content .cancel-description .order-stats span {
      border-bottom: 1px solid #575757;
      padding: 5px 0px; }
  .cancel-order .cancelation-content .cancel-description .buttons-holder {
    margin-top: 50px; }
    .cancel-order .cancelation-content .cancel-description .buttons-holder button {
      padding: 10px 40px;
      font-weight: 600;
      display: inline-block;
      text-transform: capitalize;
      font-size: 18px;
      background: none;
      border-radius: 10px; }
      .cancel-order .cancelation-content .cancel-description .buttons-holder button.keep-order {
        color: #9b070b; }

/*cacel order*/
.contact-us .card {
  border: 0px; }
.contact-us .contact-title {
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  color: #9b070b;
  margin-bottom: 15px; }
.contact-us .contact-info-container {
  border-radius: 15px; }
  .contact-us .contact-info-container .card {
    box-shadow: 0px 0px 10px 0px #2525251A;
    padding: 15px; }
    .contact-us .contact-info-container .card .map-holder {
      width: 100%;
      height: 160px;
      color: #ddd;
      display: block;
      margin-bottom: 40px; }
    .contact-us .contact-info-container .card .contact-info h3 {
      font-size: 16px;
      font-weight: 600; }
    .contact-us .contact-info-container .card .contact-info p {
      color: #414141; }
      .contact-us .contact-info-container .card .contact-info p span {
        color: #9b070b; }
        .contact-us .contact-info-container .card .contact-info p span a {
          color: #9b070b; }
        .contact-us .contact-info-container .card .contact-info p span.heading-email {
          color: #000;
          font-weight: 600; }
        .contact-us .contact-info-container .card .contact-info p span.timing {
          color: #414141;
          font-size: 14px; }
      .contact-us .contact-info-container .card .contact-info p .contact-email {
        color: #9b070b;
        text-decoration: none;
        display: block; }

.contact-form button {
  background: linear-gradient(90deg, #FF4E55 0%, #850B10 70%) !important;
  color: #fff !important;
  text-transform: uppercase;
  width: 100%;
  padding: 10px;
  margin-top: 20px; }
.contact-form .isd-container {
  border-radius: 5px 0px 0px 5px; }
.contact-form .mobile-number {
  border-radius: 0px 5px 5px 0px; }

/*contact-us*/
/*quick links*/
.quick-links-pages h1 {
  margin-top: 1px;
  font-weight: 800;
  margin-bottom: 0px;
  font-size: 26px;
  color: #9b070b; }
  .quick-links-pages h1.title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 0px;
    margin-bottom: 0px; }
.quick-links-pages .quick-links {
  box-shadow: 0px 0px 10px 0px #2525251A;
  padding: 0px;
  border-radius: 15px;
  z-index: 1; }
  .quick-links-pages .quick-links h5 {
    padding: 25px 20px;
    margin-bottom: 0px;
    font-weight: 600; }
  .quick-links-pages .quick-links hr {
    width: 100%;
    height: 2px;
    margin-bottom: 0px;
    background-color: #9b070b;
    margin-top: 0px; }
  .quick-links-pages .quick-links .links-menu {
    padding: 20px; }
    .quick-links-pages .quick-links .links-menu li {
      padding: 5px;
      margin-bottom: 10px;
      text-transform: uppercase; }
      .quick-links-pages .quick-links .links-menu li svg {
        width: 30px;
        height: 28px;
        margin-right: 20px; }
        .quick-links-pages .quick-links .links-menu li svg path {
          fill: #414141; }
      .quick-links-pages .quick-links .links-menu li a {
        color: #575757;
        font-size: 14px; }
      .quick-links-pages .quick-links .links-menu li:last-child {
        margin-bottom: 0px; }
      .quick-links-pages .quick-links .links-menu li.active svg path {
        fill: #9b070b; }
      .quick-links-pages .quick-links .links-menu li.active a {
        color: #9b070b; }
.quick-links-pages .description-section {
  padding-left: 30px; }
  .quick-links-pages .description-section .description-header {
    border-bottom: 1px solid #9b070b;
    margin-bottom: 30px;
    padding-top: 0px !important; }
  .quick-links-pages .description-section .dark-text {
    color: #9b070b;
    font-style: italic; }
  .quick-links-pages .description-section h5 {
    font-weight: 600;
    color: #9b070b;
    font-size: 16px; }
  .quick-links-pages .description-section ol li {
    margin-bottom: 10px; }
    .quick-links-pages .description-section ol li span {
      font-weight: 600;
      color: #4d4d4d; }
  .quick-links-pages .description-section .descriptions {
    margin-bottom: 30px; }
    .quick-links-pages .description-section .descriptions h5 {
      text-transform: uppercase; }
    .quick-links-pages .description-section .descriptions a {
      color: #9b070b; }
  .quick-links-pages .description-section ul.no-style {
    list-style: none; }
  .quick-links-pages .description-section ul li {
    margin-bottom: 30px; }
    .quick-links-pages .description-section ul li h5 {
      text-transform: capitalize; }
  .quick-links-pages .description-section .card {
    border: 0px;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px #2525251A; }
    .quick-links-pages .description-section .card h4 {
      font-weight: 600; }
    .quick-links-pages .description-section .card label {
      font-weight: 600;
      display: flex;
      align-items: center;
      height: 100%; }
  .quick-links-pages .description-section .bottom-btn-holder .btn {
    color: #fff !important;
    background: linear-gradient(90deg, #FF4E55 0%, #850B10 70%);
    text-transform: uppercase;
    margin-top: 20px; }

/*quick links*/
/*custome form*/
/* Star Rating Styles */
.rating-container {
  display: block;
  width: 100%;
  padding: 3px 15px;
  border: 1px solid #A8A8A8;
  border-radius: 5px;
  position: relative;
  vertical-align: middle;
  font-size: 1rem;
  color: #575757; }
  .rating-container span {
    line-height: 48px;
    display: inline-block;
    margin-top: -5px; }

.star-rating {
  direction: rtl;
  display: inline-flex;
  vertical-align: middle; }

.star-rating input {
  display: none; }

.star-rating label {
  font-size: 2rem;
  color: #ddd;
  cursor: pointer; }

.star-rating input:checked ~ label {
  color: #f5c518; }

.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #f5c518; }

/* Custom Select2 styles */
.select2-selection--single,
.select2-container--default,
.select2-selection__rendered {
  height: 55px !important;
  font-size: 1rem; }
  .select2-selection--single .select2-selection__arrow,
  .select2-container--default .select2-selection__arrow,
  .select2-selection__rendered .select2-selection__arrow {
    top: 15px !important; }

.select2-selection__rendered {
  line-height: 54px !important; }

.select2-container--default .select2-selection--single {
  border-radius: 10px; }

.feedback-text {
  font-size: 12px;
  color: #575757; }

/*custome form*/
/*dropdown menu*/
.dropdown-profile .dropdown-menu {
  min-width: 180px;
  padding: 10px 0;
  border-radius: 8px;
  border: 1px solid #A8A8A8;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); }
  .dropdown-profile .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff; }
.dropdown-profile .dropdown-item {
  padding: 8px 15px;
  color: #414141;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease; }
  .dropdown-profile .dropdown-item:hover {
    background-color: #9b070b;
    color: #fff; }
  .dropdown-profile .dropdown-item:active {
    background-color: #9b070b;
    color: #fff; }

/*dropdown menu*/
/*quicklinks*/
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  /* Adjust the top offset */ }

/*quicklinks*/
/*age modal*/
.agemodal .modal-content {
  border: none;
  border-radius: 0px;
  background-color: #fff; }
  .agemodal .modal-content .modal-header {
    position: relative;
    align-items: center;
    justify-content: space-between; }
    .agemodal .modal-content .modal-header img {
      max-height: 90px;
      margin-right: 10px;
      margin: 0 auto; }
    .agemodal .modal-content .modal-header .btn-close {
      position: absolute;
      top: 15px;
      right: 15px;
      background: none;
      border: none; }
  .agemodal .modal-content .modal-body {
    text-align: center;
    padding: 0px; }
    .agemodal .modal-content .modal-body .please-section {
      background: linear-gradient(90deg, #FF4E55 0%, #850B10 70%);
      color: #fff;
      padding: 25px 15px;
      font-weight: bold;
      margin-bottom: 1.5rem; }
      .agemodal .modal-content .modal-body .please-section p {
        margin-bottom: 0px; }
    .agemodal .modal-content .modal-body .form-label {
      color: #e74c3c;
      font-size: 1rem;
      font-weight: 500; }
    .agemodal .modal-content .modal-body input.form-control,
    .agemodal .modal-content .modal-body select {
      border: none;
      border-bottom: 1px solid #000;
      border-radius: 0;
      padding: 15px 0;
      text-align: center; }
      .agemodal .modal-content .modal-body input.form-control:focus,
      .agemodal .modal-content .modal-body select:focus {
        box-shadow: none;
        border-bottom-color: #e74c3c; }
      .agemodal .modal-content .modal-body input.form-control::placeholder,
      .agemodal .modal-content .modal-body select::placeholder {
        color: #9b070b; }
    .agemodal .modal-content .modal-body .btn-danger {
      background: linear-gradient(90deg, #FF4E55 0%, #850B10 70%);
      border: none;
      padding: 0.75rem;
      font-weight: 600;
      border-radius: 5px; }
    .agemodal .modal-content .modal-body.log-reg .input-holder {
      text-align: left; }
    .agemodal .modal-content .modal-body.log-reg .form-label,
    .agemodal .modal-content .modal-body.log-reg input.form-control,
    .agemodal .modal-content .modal-body.log-reg select {
      text-align: left; }

/*age modal*/
.ajs-header {
  background-color: #9b070b !important;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600; }

.ajs-content {
  text-align: center;
  font-size: 1rem; }

.ajs-footer {
  border-top: 1px solid #A8A8A8; }
  .ajs-footer button {
    border-radius: 7px;
    border: 0px; }
    .ajs-footer button.ajs-ok {
      background: linear-gradient(90deg, #FF4E55 0%, #850B10 70%);
      color: #fff; }

/*dropdown menu*/
.dropdown-profile .dropdown-menu {
  min-width: 180px;
  padding: 10px 0;
  border-radius: 8px;
  border: 1px solid #A8A8A8;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); }
  .dropdown-profile .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff; }
.dropdown-profile .dropdown-item {
  padding: 8px 15px;
  color: #414141;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease; }
  .dropdown-profile .dropdown-item:hover {
    background-color: #9b070b;
    color: #fff; }
  .dropdown-profile .dropdown-item:active {
    background-color: #9b070b;
    color: #fff; }

/*dropdown menu*/
/*auto search dropdown*/
.ui-autocomplete-input {
  padding: 10px 10px; }

.ui-menu {
  width: 350px;
  height: 250px;
  overflow-y: auto;
  background: #fff; }
  .ui-menu .ui-menu-item {
    padding: 10px !important;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .ui-menu .ui-menu-item img {
      margin-right: 15px;
      height: 45px;
      border-color: #ccc; }
    .ui-menu .ui-menu-item .ui-menu-item-wrapper {
      display: flex;
      align-items: center;
      font-weight: 300; }
    .ui-menu .ui-menu-item:hover .ui-menu-item-wrapper {
      background: none;
      color: #4d4d4d;
      border: 0px; }
    .ui-menu .ui-menu-item:hover img {
      border-color: #ccc; }
    .ui-menu .ui-menu-item:hover {
      background: #ffdede; }
  .ui-menu:hover .ui-menu-item .ui-menu-item-wrapper {
    background: none;
    color: #4d4d4d;
    border: 0px; }

/*dropdown*/
/*hero slider*/
.hero-banner {
  position: relative; }
  .hero-banner .hero-slider img {
    width: 100%; }
  .hero-banner .btn-wrap {
    width: calc(100% - 30px);
    display: block;
    position: absolute;
    top: 44%;
    left: 15px;
    right: 15px; }
    .hero-banner .btn-wrap .arrow-btn {
      font-size: 60px;
      background: none;
      border: 0px;
      color: #fff;
      opacity: 0.6; }
      .hero-banner .btn-wrap .arrow-btn:hover {
        opacity: 1;
        color: #333; }
      .hero-banner .btn-wrap .arrow-btn.next-btn {
        float: right; }
      .hero-banner .btn-wrap .arrow-btn.prev-btn {
        left: 15px; }

/*message*/
.msg.msg-error {
  color: #d30000 !important; }

/*message*/
/*cart mobile*/
.custom-card {
  border: none;
  background-color: #f8f9fa; }
  .custom-card .card-img {
    position: relative;
    height: 100px;
    padding: 10px;
    text-align: center;
    width: 80px; }
    .custom-card .card-img img {
      border-radius: 4px;
      height: 100%; }
    .custom-card .card-img .checkbox-container {
      position: absolute;
      top: 0;
      left: -10px; }
      .custom-card .card-img .checkbox-container input[type="checkbox"] {
        transform: scale(1.2);
        margin-left: 10px; }
  .custom-card .card-title {
    font-size: 0.9rem;
    font-weight: 600; }
  .custom-card .quantity label {
    font-size: 0.8rem;
    color: #6c757d; }
  .custom-card .quantity select {
    font-size: 0.8rem;
    width: 60px; }
  .custom-card p {
    font-size: 0.8rem;
    margin-bottom: 0; }
    .custom-card p.mb-2 {
      margin-bottom: 0.5rem; }
  .custom-card .remove-btn {
    background: #fff;
    padding: 10px 15px;
    border: 0px;
    color: #000;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px; }

/*cart mobile*/
.ui-datepicker .ui-datepicker-title .form-select {
  display: inline-block;
  width: 48%;
  margin: 0px 1%;
  padding: 0px;
  position: relative;
  background-image: none; }
  .ui-datepicker .ui-datepicker-title .form-select select {
    width: 100%;
    border: 0px; }

/*hero slider*/
@media (max-width: 992px) {
  body {
    font-size: 13px;
    letter-spacing: 0;
    overflow-x: hidden; }

  .container {
    padding: 0 15px; }

  .mb-10 {
    margin-bottom: 50px; }

  .slider.mt-5 {
    margin-top: 30px !important; }

  .section-title .section-heading {
    font-size: 22px;
    margin-bottom: 10px; }
    .section-title .section-heading hr {
      width: 25%;
      margin-bottom: 0; }

  .product-category-tabs .nav-item {
    padding: 10px; }

  .list-group-item .recent-news-item .news-details {
    margin-top: 10px;
    padding: 5px 0; }

  .footer-section .footer-links {
    padding-top: 15px; }
    .footer-section .footer-links h6 {
      font-size: 16px;
      margin-bottom: 15px; }

  .footer-bottom {
    padding-bottom: 15px; }
    .footer-bottom .payment-icons img {
      height: 20px; }

  .slick-dots li button {
    width: 15px; }
  .slick-dots li.slick-active button {
    width: 40px; }

  /*confirm  404 page*/
  .confirmation-card.pg404 {
    background: url("images/plane-mob.png") no-repeat;
    background-size: contain;
    background-position: center; }
  .confirmation-card.confirmation {
    background: url("images/thankyou-mob.png") no-repeat;
    background-size: contain;
    background-position: center; }

  /*confirm  404 page*/ }
@media (min-width: 768px) {
  ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 5px; }

  ul li:hover > ul,
  ul li:hover > .mega_menu {
    visibility: visible;
    opacity: 1;
    z-index: 99; } }
@media (max-width: 768px) {
  /*headr deign*/
  header .container {
    padding: 0px 15px; }
  header .custome-btn-heading {
    font-size: 11px;
    line-height: 13px;
    padding-bottom: 3px; }
  header .top-cart-profile-btn {
    margin: 10px 0px !important; }
  header .mob-search-container {
    width: 100%; }
    header .mob-search-container .search-box {
      width: 100%; }
  header .offcanvas {
    overflow-y: scroll; }

  /*headr deign*/
  /*section*/
  .slider.mt5 {
    margin-top: 30px !important; }

  /*section*/
  /*product-filteration*/
  .product-category-tabs .nav-item .nav-link {
    font-size: 11px;
    padding: 5px 8px;
    border-radius: 7px; }

  /*product-filteration*/
  /*latest update*/
  .update-testimonials .section-heading h3 {
    font-size: 20px;
    margin-bottom: 3px; }
  .update-testimonials .section-heading hr {
    margin-top: 10px; }
  .update-testimonials .news-update-container .scrollable-list .list-group-item .recent-news-item .news-details .card-title {
    font-size: 14px; }

  /*latest update*/
  /*footer*/
  .footercontainer {
    padding-top: 0px !important; }
    .footercontainer .footer-section h6 {
      margin-bottom: 15px;
      font: size 16px; }
    .footercontainer .footer-section .footer-links {
      margin-bottom: 10px !important; }
    .footercontainer .footer-section a {
      margin-bottom: 7px; }
    .footercontainer .footer-bottom img {
      height: 24px; }
    .footercontainer .footer-bottom .payment-icons img {
      height: 15px; }

  /*footer*/
  /*menu*/
  #offcanvasNavbar .offcanvas-body .nav-item {
    padding: 7px 5px;
    border-bottom: 1px solid #ccc;
    margin-right: 0px; }
    #offcanvasNavbar .offcanvas-body .nav-item a {
      font-size: 14px; }
    #offcanvasNavbar .offcanvas-body .nav-item .dropdown-toggle::after {
      float: right;
      margin-top: 8px; }
    #offcanvasNavbar .offcanvas-body .nav-item .dropdown-menu {
      border: 0px;
      background: #e5e5e5; }
      #offcanvasNavbar .offcanvas-body .nav-item .dropdown-menu .mobile-sub-menu {
        list-style: none;
        padding-left: 0px; }
        #offcanvasNavbar .offcanvas-body .nav-item .dropdown-menu .mobile-sub-menu li {
          padding: 5px;
          border-bottom: 1px solid #ccc; }
          #offcanvasNavbar .offcanvas-body .nav-item .dropdown-menu .mobile-sub-menu li a {
            font-size: 14px; }

  /*menu*/
  .slider .product-slider .slick-slide, .slider .product-slider1 .slick-slide {
    padding: 10px; }

  .hero-banner {
    position: relative; }
    .hero-banner .btn-wrap {
      width: calc(100% - 30px);
      display: block;
      position: absolute;
      top: 44%; }
      .hero-banner .btn-wrap .arrow-btn {
        font-size: 30px;
        opacity: 1; }

  .product-card {
    margin: 15px 0px 15px 5px;
    width: 95% !important; }
    .product-card .product-cart-btn {
      visibility: visible; }

  .section-title .section-heading {
    font-size: 22px;
    margin-bottom: 5px; }
    .section-title .section-heading hr {
      width: 25%;
      margin-bottom: 0; }

  .quick-links {
    display: none; }

  /*product details*/
  .product-details-section .product-details-info .main-description .product-title {
    font-size: 22px;
    line-height: 30px; }
  .product-details-section .product-details-info .main-description .price-area {
    font-size: 18px; }
  .product-details-section .product-details-info .main-description .buttons {
    margin: 15px 0px !important; }
  .product-details-section .product-details-info .main-description .custom-btn {
    width: auto;
    padding: 10px; }
  .product-details-section .product-details-info .main-description .quantity button {
    padding: 5px; }
  .product-details-section .product-details-info .main-description .quantity input {
    padding: 5px;
    width: 70px; }

  /*product details*/
  .breadcrumb .breadcrumb-item {
    font-size: 11px; }

  /*product listing*/
  .product-list-container .heading-sotring-container h1 {
    font-size: 24px; }

  /*product listing*/
  /*cart*/
  .cart-detail {
    margin-bottom: 35px; }
    .cart-detail h1 {
      font-size: 24px; }
    .cart-detail .delete-all-btn {
      padding: 5px 10px;
      margin-top: -35px;
      border-radius: 7px; }
    .cart-detail .continue-shopping {
      background: #9b070b;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      border-radius: 16px;
      padding: 15px 20px;
      margin-bottom: 20px; }

  .cart-mob-view {
    display: block !important;
    width: 100%; }
    .cart-mob-view .produt-card {
      padding: 15px; }

  /*cart*/
  /*checkout*/
  .checkout-details h1 {
    font-size: 24px; }
  .checkout-details .checkout-form-details {
    margin-bottom: 50px; }
    .checkout-details .checkout-form-details .customer-info {
      padding: 15px; }
      .checkout-details .checkout-form-details .customer-info h4 {
        font-size: 16px; }
    .checkout-details .checkout-form-details .complete-order {
      font-size: 16px;
      font-weight: 600; }
    .checkout-details .checkout-form-details .new-passport {
      font-size: 16px; }
  .checkout-details .checkout-products-details .cart-items {
    padding-left: 0px; }
    .checkout-details .checkout-products-details .cart-items .list-group-item .img-holder {
      width: 80px; }
      .checkout-details .checkout-products-details .cart-items .list-group-item .img-holder img {
        width: 30px; }
    .checkout-details .checkout-products-details .cart-items .list-group-item .product-list h6 {
      font-size: 14px;
      margin-bottom: 5px; }
  .checkout-details .select-voucher-discount {
    padding-left: 0px;
    margin-bottom: 30px; }
    .checkout-details .select-voucher-discount .dropdown-section-container {
      display: block; }
      .checkout-details .select-voucher-discount .dropdown-section-container .custom-dropdown {
        width: 100%; }
        .checkout-details .select-voucher-discount .dropdown-section-container .custom-dropdown:first-child {
          border-right: 0px;
          border-bottom: 1px solid #414141; }
        .checkout-details .select-voucher-discount .dropdown-section-container .custom-dropdown .custom-btn {
          padding: 10px 5px; }
  .checkout-details .cart-pricing-details {
    padding-left: 0px; }
    .checkout-details .cart-pricing-details .pricing-value-total {
      font-size: 16px; }

  /*checkout*/
  /*contact info*/
  .contact-form {
    padding: 0px !important;
    margin-bottom: 20px; }

  .contact-us .contact-title {
    font-size: 24px; }

  .contact-info-container {
    padding: 0px !important; }

  /*contact info*/
  /*static pages*/
  .quick-links-pages .quick-links h5 {
    font-size: 16px; }
  .quick-links-pages .description-section {
    padding-left: 0px; }
    .quick-links-pages .description-section .description-header h1 {
      font-size: 24px; }
    .quick-links-pages .description-section .no-style {
      padding-left: 0px; }
  .quick-links-pages .btn-primary {
    display: block;
    width: 100%;
    padding: 15px 10ox;
    background: #fff;
    border: 1px solid #9b070b;
    color: #414141; }

  /*static pages*/
  /*cancel order*/
  .cancel-order .cancel-message {
    padding: 0px !important; }
  .cancel-order .cancelation-content .cancel-description h2 {
    font-size: 16px;
    margin-bottom: 10px; }
  .cancel-order .cancelation-content .cancel-description .img-container {
    margin-bottom: 30px; }
    .cancel-order .cancelation-content .cancel-description .img-container img {
      width: 100px; }
  .cancel-order .cancelation-content .cancel-description .order-stats span {
    font-size: 12px;
    text-align: center; }
  .cancel-order .cancelation-content .cancel-description .buttons-holder button {
    font-size: 14px;
    padding: 10px 15px; }

  /*cancel order*/
  /*pwd screens*/
  .pwd-forgot .forgot-password-form h2 {
    font-size: 18px;
    margin-bottom: 15px !important; }
  .pwd-forgot .forgot-password-form .btn-submit {
    font-size: 14px; }

  /*pwd screens*/
  /*my order*/
  .my-order .my-order-header-section {
    padding: 20px 15px !important; }
    .my-order .my-order-header-section h1 {
      font-size: 24px;
      margin-bottom: 0px; }
  .my-order .orders-info .my-order-content .search-box {
    width: 100%;
    margin-bottom: 25px; }
  .my-order .orders-info .my-order-content .order-info .img-container {
    margin-bottom: 30px; }
  .my-order .orders-info .my-order-content .order-info h3 {
    font-size: 16px; }
  .my-order .orders-info .my-order-content .order-info .product-details {
    padding: 0px 15px !important;
    border-right: 0px;
    border-bottom: 1px solid #414141;
    margin-bottom: 20px; }
  .my-order .orders-info .my-order-content .order-info .col-md-5.px-5 {
    padding: 0px 15px !important; }
  .my-order .orders-info .my-order-content .search-box {
    width: 100%;
    margin-bottom: 30px; }

  /*my order*/ }
@media (max-width: 540px) {
  .cart-detail .delete-all-btn {
    margin-top: 0px;
    float: left;
    display: block;
    margin-bottom: 10px; } }

/*# sourceMappingURL=style.css.map */
