  /*----- Default CSS -----*/
  :root {
    --dark-bg: #31312f;
    --main: #C39B3B;
    --light-text: #ffffff;
  }

  * {
    padding: 0;
    margin: 0;
  }

  body {
    background-color: var(--dark-bg);
    color: var(--light-text);
    font-family: "Cairo", sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .text-right {
    text-align: right;
  }

  .text-left {
    text-align: left;
  }
.btn-close:focus {
    outline: 0;
    box-shadow: none;}
  .text-main {
    color: var(--m-main);
  }

  .border-light {
    border: 1px solid #fdd7bc !important;
  }

  .bgc-light {
    background-color: #feefe4;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
    color: #000;
    line-height: 1.3;
  }

  h3 {
    font-size: 20px;
  }

  .row {
    margin: 0;
  }

  .display-4 {
    line-height: 1;
  }

  .border-rl {
    border-right: 2px solid #e4e4e4;
    border-left: 2px solid #e4e4e4;
  }

  .landing-page-title {
    font-size: 48px;
    font-family: 'Overlock SC', sans-serif !important;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
    color: #000;
  }

  p {
    line-height: 1.7;
    margin: 0;
  }

  .right {
    text-align: right;
    float: right;
  }

  a {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    text-decoration: none;
  }

  /* img {
    max-width: 100%;
  } */

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  ::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    height: 5px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--main);
  }

  ::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  ::-moz-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    height: 5px;
  }

  ::-moz-scrollbar-thumb {
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #CB9453;
  }

  ::-o-scrollbar-track {
    -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  ::-o-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    height: 5px;
  }

  ::-o-scrollbar-thumb {
    border-radius: 5px;
    -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #CB9453;
  }

  .scroller {
    overflow-y: scroll;
    scrollbar-color: #0A4C95 #C2D2E4;
  }

  .main-nav nav .right .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar {
    width: 3px;
  }

  .d-table {
    width: 100%;
    height: 100%;
  }

  .d-table-cell {
    vertical-align: middle;
  }

  .ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pt-0 {
    padding-top: 0;
  }

  .pt-100 {
    padding-top: 100px;
  }

  .pt-30 {
    padding-top: 30px;
  }

  .mt-30 {
    margin-top: 30px;
  }

  .pt-50 {
    padding-top: 50px;
  }

  .pb-70 {
    padding-bottom: 70px;
  }

  .pb-50 {
    padding-bottom: 50px;
  }

  .pb-100 {
    padding-bottom: 100px;
  }

  .mb-100 {
    margin-bottom: 100px;
  }

  .mb-20 {
    margin-bottom: 30px;
  }

  .mb-50 {
    margin-bottom: 50px;
  }

  .rounded-lg {
    border-radius: 12px;
  }

  .max-w-7xl {
    max-width: 80rem;
  }

  .max-w-3xl {
    max-width: 48rem;
  }

  .max-w-2xl {
    max-width: 42rem;
  }

  button:focus {
    outline: 0;
  }

  .btn.focus,
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  ul {
    margin: 0;
    padding: 0;
  }

  .bk-wihte {
    background: #fff;
  }

  .s-pad {
    padding: 0 8px;
  }

  .l-pad {
    padding-left: 0;
  }


  .main-btn {
    background-color: var(--main);
    color: #fff !important;
    border: 1px solid var(--main);
    border-radius: 10px;
    transition-property: all;
    transition-timing-function:
      cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 16px;
    border-radius: 16px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
  }

  .rounded-3 {
    border-radius: 8px !important;
  }


  .main-btn:hover {
    background-color: #b49446 !important;
    color: #fff !important;
    /* border: 1px solid #C39B3B80; */
  }

  .main-outline-btn {
   background-color: #fff;
    color: #070707 !important;
    border: 1px solid var(--main);
    border-radius: 10px;
    transition-property: all;
    transition-timing-function:
      cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 16px;
    border-radius: 16px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
  }

  .main-outline-btn:hover {
    /* transform: scale(1.05); */
    background-color: var(--main);
    color: #070707 !important;
    border: 1px solid var(--main);
  }



  /* Top Navbar Customization */
  .navbar-top {
    padding: 1rem 0 28px;
  }

  .search-wrap {
    position: relative;
  }

  .search-bar {
    background: transparent;
    border: 1px solid #F2F2F2;
    border-radius: 44px;
    color: white;
    height: 60px;
    padding-inline: 20px;
  }

  .search-bar::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: white;
  }

  .btn-search {
    position: absolute;
    background-color: var(--main);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-radius: 50%;
    right: 12px;
    top: 10px;
  }

  /* Navigation Pills */
  .nav-link {
    color: white !important;
    font-weight: 700;
    font-size: 18px;
  }

  .nav-pills {
    /* padding-left: 25px; */
  }

  .nav-pills .nav-link.active {
    border-radius: 100px;
    background-color: #C39B3B80
  }

  /* Sidebar Icons */
  .sidebar {
    width: 80px;
    background-color: #333;
    min-height: 100vh;
  }

  .sidebar-icon {
    color: var(--main);
    font-size: 1.5rem;
    padding: 15px 0;
    cursor: pointer;
    border-left: 3px solid transparent;
  }

  .sidebar-icon:hover {
    background: rgba(197, 160, 68, 0.1);
    border-left: 3px solid var(--main);
  }

  /* Hero Section */
  .hero-section {
    /* height: 550px; */
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 6;
  }

  .hero-section img {
    /* height: 550px !important; */
    max-width: 100% !important;
    object-fit: cover;
  }

  .cart-wrap {
    background-color: var(--main);
    border-radius: 26px;
    text-decoration: none;
    padding: 5px 10px 5px 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    margin-right: 24px;
    position: relative;
  }

  .cart_icon {

    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #070707;
    font-size: 20px;
    margin-right: 10px;
  }

  .number_wrap {
    position: absolute;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: var(--main);
    font-size: 12px;
    box-shadow: 0px 4px 4px 0px #00000040;
    right: 0px;
    top: -3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
  }

  .heart-wrap {
    position: relative;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #C39B3B;
    color: #070707;
    font-size: 20px;
  }

  .heart-wrap .number_wrap {
    right: -7px;
    top: -7px;
  }

  .owl-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 30px;
    width: 100%;
  }

  .products-owl .owl-dots ,.categories-owl .owl-dots {
    bottom: -35px;
  }

  .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #fff !important;
    margin: 5px;
    border-radius: 50%;
  }

  .owl-dots .owl-dot.active {
    background-color: #070707 !important;
  }

  /*home css*/
  .wrapper {
    width: 100%;
    /* height: 100vh; */
    background: #31312f;
    position: relative;
    overflow: hidden;
  }

  .sidebar {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    width: 250px;
    max-width: 250px;
    background: #2e2e2e;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 30px 8px 20px;
    position: absolute;
    z-index: 100;
    height: 100%;
  }

  .sidebar.collapsed {
    width: 80px;
    text-align: center;
    position: relative;
  }

  .sidebar .hide_space {
    display: block;
    border-top: 1px solid #FFFFFF80;
    padding-top: 16px
  }
 .sidebar.collapsed .collapseLi{padding-left:0px;}


.collapseLi{padding-left:20px;}
  .sidebar.collapsed .hide_space {
    display: none;
  }

  .sidebar.collapsed ul.components li {
    font-size: 14px;
  }

  .sidebar .collapseLi {
    margin-bottom: 14px;
  }

  .sidebar.collapsed ul.components .collapseLi {
    display: flex;
    justify-content: center;
  }

  .sidebar.collapsed ul.components li a {
    padding: 10px 0;
  }

  .sidebar.collapsed ul.components li a i {
    margin-right: 0;
    display: block;
    font-size: 20px;
  }

  .sidebar ul li {
    font-size: 16px;
  }

  .sidebar ul li>ul {
    margin-left: 10px;
  }

  .sidebar ul li>ul li {
    font-size: 14px;
  }

  .sidebar ul li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    color: #fff;
  }

  .sidebar ul.components li a:hover {
    color: #fff;
  }

  .sidebar ul li a img {
    margin-right: 15px;
    width: 60px;
  }


  .sidebar ul li.active a {
    color: var(--m-main);
  }

  .sidebar.collapsed ul li {
    background: transparent;
  }

  .sidebar.collapsed ul li span,
  .sidebar.collapsed .logout .logout-content,
  .sidebar.collapsed .logout .logout-icon {
    display: none;
  }

  @media (max-width: 991.98px) {
    .sidebar {
      min-width: 80px;
      max-width: 80px;
      text-align: center;
      margin-left: -80px !important;
    }

    .sidebar.collapsed {
      margin-left: 0 !important;
    }
  }

  a[data-toggle="collapse"] {
    position: relative;
  }

  .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  @media (max-width: 991.98px) {
    .sidebarCollapse span {
      display: none;
    }
  }


  .user_ic img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    /* margin-right: 12px; */
  }




  #content {
    /* width: 100%; */
    width: calc(100% - 80px);

  }

  .toggle-btn {
    cursor: pointer !important;
  }

  .toggle-btn:focus-visible,
  .toggle-btn:focus,
  .toggle-btn:active {
    box-shadow: none;
    outline: none;
    border: none;
  }

  .toggle-btn img {
    width: 32px;
    cursor: pointer !important;
  }


  /* Header */
  .section-title {
    text-align: center;
    margin: 40px 0;
    color: #fff;
    font-family: "Orienta", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;

  }

  /* Category Icons */
  .category-circle {
    width: 150px;
    height: 150px;
    border: 1px solid #F2F2F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    overflow: hidden;
  }

  .category-text {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
  }

  /* Hero Section */
  .offer-wrapper {
    position: relative;
    margin-top: 60px;
    /*height: 600px;*/
    width: 100%;
    aspect-ratio: 14 / 9;
  }

  .offer-wrapper .offer-img {
    width: 100%;
    height: 100%;
  }

  .promo-box {
    position: absolute;
    top: 0%;
    right: 10%;
    width: 250px;

  }

  .promo-box img {
    width: 100%;
  }

  /* Products */
  .product-card {
    background: #fff;
    color: #000;
    border-radius: 16px;

  }

  .product-body {
    padding: 24px 16px;
  }

  .product-image-wrap {
    overflow: hidden;
  }

  .product-image {
    max-width: 100%;
    height: 265px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    transition: 0.5s;
    overflow: hidden;
  }

  .product-card:hover .product-image {
    transform: scale(1.2);
  }

  .product-category {
    color: #070707;
    font-weight: 400;
    font-size: 18px;

  }

  .product-name {
    color: #07070780;
    font-weight: 400;
    font-size: 18px;
  }

  .badge-sale {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 1;
    border-radius: 100px;
    font-weight: 700;
    font-size: 18px;
    padding-block: 8px;

  }

  .price-old {
    text-decoration: line-through;
    color: #07070780;
    font-size: 16px;
  }

  .price-new {
    color: var(--main);
    font-weight: 700;
    font-size: 20px;
  }

  .card-custom {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: #1e1e1e;
    border: none;
  }

  .card-custom img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .card-title-custom {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
  }


  .card-footer-btn {
    position: absolute;
    bottom: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  footer {
    background: #111111;
    padding: 40px 0;
  }

  .footer_title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
  }

  footer a {
    color: #F7FAFE;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
  }

  footer a:hover {
    color: #fff;
  }

  .footer-bottom {
    background: var(--main);
    padding-block: 14px;
    color: #FAF7F2;
    font-size: 16px;
    box-shadow: 0px 2px 10px 0px #00000040 inset;

  }


  .social-icons i {
    font-size: 20px;
    margin-right: 15px;
  }

  .category-wrapper {
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: clip;
    padding-bottom: 10px;
    padding-inline: 0;
  }

  .category-wrap {
       position: relative;
    text-align: center;
    min-width: 120px;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    transition: 0.3s;
    overflow: hidden;
  }

  .category-wrap img {
    transition: 0.5s;
      position: absolute;
    inset: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
}

  .category-wrap:hover img {
    transform: scale(1.3);
  }

  .nav-tabs .nav-link {
    border: unset;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: transparent;
    border-color: transparent;
  }


  .nav-tabs .nav-link:focus,
  .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: unset;
  }

  .category-item:hover,
  .category-item:focus,
  .category-item:focus-visible {
    border: unset !important;
    outline: none;
    box-shadow: none;
  }

  .category-item.active .category-text,
  .category-item:hover .category-text {
    color: var(--main);
  }



  /* Breadcrumb */
  .breadcrumb {
    background: transparent;
    margin-bottom: 0;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFFB2;
    font-size: 16px;
  }

  .breadcrumb-item a {
    color: #FFFFFFB2;
    text-decoration: none;
    font-size: 18px;
  }

  .breadcrumb-item+.breadcrumb-item {
    font-size: 18px;
  }

  .breadcrumb-item.active {
    color: #fff;
  }

  .categories_page .form-select {
    background-color: #fff;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 700;
    width: 120px;
  }

  .breadcrumb-box .breadcrumb-item+.breadcrumb-item::before,
  .breadcrumb-box .breadcrumb-item a,
  .breadcrumb-box .breadcrumb-item.active {
    color: #070707;
  }

  .breadcrumb-box {
    background: #fff;
    color: #070707;
    border-radius: 20px;
    padding: 42px 24px;
    margin-bottom: 30px;
  }

  .breadcrumb-box .breadcrumb-item {
    position: relative;
  }

  .breadcrumb-box .breadcrumb-item.activee::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    border-radius: 50px;
    background-color: var(--main);
    left: 10px;
    bottom: -42px;
  }

  .mb-150 {
    margin-bottom: 150px;
  }

  .categories_page {
    border-top: 1px solid #F2ECDD1A
  }




  .mb-90 {
    margin-bottom: 90px;
  }

 .main-img {
        background: #eee;
    border-radius: 20px;
    position: relative;
    width: 100%;
    aspect-ratio: 10 / 9;
  }

  .main-img img {
   position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    /* aspect-ratio: 18 / 9; */
    border-radius: 20px;
  }
.thumb-wrap{
        overflow: auto;
    max-height:800px;
}
  .thumb-img img {
    /*object-fit: none;*/
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    width: 180px;
    height: 140px;
    border-radius: 8px;

  }

  .product-details-title {
    color: #fff;
    font-weight: 700;
    font-size: 28px;

  }

  .product-details-price {
    color: var(--main);
    font-weight: 700;
    font-size: 24px;
  }

  .add-wishlist {
    font-size: 18px;
    font-weight: 700;
    color: #fff;

  }

  .add-wishlist i {
    padding-right: 10px;
    font-size: 20px;
  }


  .btn-whatsapp {
    background-color: #1A1714;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 8px;
    transition-property: all;
    transition-timing-function:
      cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    font-size: 16px;
    /*line-height: 20px;*/
    padding: 8px 16px;
    border-radius: 8px;
    height: 50px;
        display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn-whatsapp:hover {
    background-color: var(--main);
    color: #fff !important;
    border: 1px solid var(--main);
  }
.add_quote{
      background-color: #fff;
    padding-block: 34px;
    color: #000 !important;
    justify-content: left;
}
.add_quote:hover{
    background: var(--main);
    color: #fff !important;
    border: 1px solid #1A1714;
}
.br_8{
   border-radius: 8px !important;
}
.main-outline-btn.br_8{
      
    color: var(--main) !important;
}
.main-outline-btn.br_8:hover{
    color: #fff !important;
}

  .product-details-desc {
    color: #FFFFFFB2;
    font-size: 22px;
  }

  .fs-24 {
    font-size: 24px;
  }

  .accordion-button {
    background-color: transparent;
    color: #fff;
    padding-inline: 0;
    font-size: 20px;
    font-weight: 400;
  }

  .accordion-item {
    color: #fff;
    background-color: transparent;
  }

  .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #fff;
  }

  .accordion-button::after {
    content: unset;
  }

  .accordion-body {
    background-color: transparent;
  }

  .accordion-button:focus {
    box-shadow: none;
  }

  .video-thumb {
    position: relative;
    background: #fff;
    border-radius: 20px;

    text-align: center;
  }

  .video-thumb .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #07070780;
    top: 0;
    border-radius: 20px;
    font-size: 32px;
    color: #fff;
  }

  .video-thumb img {
    width: 100%;
    border-radius: 20px;
  }



  .cart-card {
    position: relative;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: #31312F;
  }

  .cart-item {
    gap: 15px;
  }

 .cart-item-image{
    position:relative;
     width: 160px;
    height: 150px;
    border-radius: 8px;
    background: #fff;
        overflow: hidden;
}
  .cart-item-image img {
      position:absolute;
      inset:0;
      margin:auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
     transition: 0.5s;
  }
   .cart-item-image:hover  img {
         transform: scale(1.2);
  }

  .cart-title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
  }

  .cart-price {
    color: var(--main);
    font-weight: 700;
    font-size: 24px;
  }

  .qty-box {
    background: #fff;
    border-radius: 8px;
    padding: 5px 10px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .in-num {
    width: 65px;
    height: 35px;
    border: none;
    color: #070707;
    text-align: center;
    padding: 0;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
  }

  .num-in span {
    cursor: pointer;
  }

  .cart-summary {
    background: #ffffff;
    color: #070707;
    border-radius: 20px;
    padding: 24px;
  }

  .summary-title,
  .checkout-title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .summary-line {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 20px;
  }

  .main-dark {
    color: #070707;
  }

  .cart-summary .total {
    font-weight: 700;
    font-size: 20px;
    color: var(--main);
  }

  .cart-summary a {
    font-weight: 700;
  }



  .remove-btn {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .order-time {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 24px;
  }

  .billing-card {
    background: #fff;
    padding: 24px 14px;
    border-radius: 20px;
  }

  .billing-card .form-control,
  .billing-card .form-select {
    border-radius: 8px;
    border: 1px solid var(--main);
    font-size: 14px;
    height: 50px;
    color: #070707;
  }

  .billing-card .form-control::placeholder,
  .billing-card .form-select::placeholder {
    font-size: 14px;
    font-weight: 400 !important;
    color: #070707;
  }

  .billing-card textarea.form-control::placeholder {
    font-size: 14px;
    font-weight: 400 !important;
    color: #07070780;
  }

  .billing-card .form-control:focus,
  .billing-card .form-select:focus {
    border-color: var(--main);
    box-shadow: none;
  }

  .address-wrap {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    direction: rtl;
    text-align: left;
  }

  label span.optional {
    color: #07070780;
  }

  textarea {
    height: auto !important;
  }

  .billing-card .link-new-address {
    font-size: 20px;
    color: var(--main);
    text-decoration: none;
    font-weight: 700;
  }

  .billing-card .link-small:hover {
    text-decoration: underline;
  }

  .billing-card label {
    font-size: 16px;
    margin-bottom: 4px;
    color: #070707;
  }

  .required::after {
    content: " *";
    color: red;
  }

  .form-check-label {
    font-size: 13px;
  }


  .custom-checkbox label {
    display: flex;
    align-items: center;
    color: #070707;
    position: relative;
  }

  .custom-checkbox input {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
  }

  .custom-checkbox label>span {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    border: 2px solid #070707;
    margin-right: 15px;
    border-radius: 3px;
    transition: all .3s;
  }

  .custom-checkbox input:checked+label>span {
    border: 10px solid var(--main);
    animation: bounce 250ms;
  }

  .custom-checkbox input:checked+label>span::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 6px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    animation: checked-box 125ms 250ms forwards;
  }

  @keyframes checked-box {
    0% {
      width: 0;
      height: 0;
      border-color: #fff;
      transform: translate(0, 0) rotate(45deg);
    }

    33% {
      width: 5px;
      height: 0;
      border-color: #fff;
      transform: translate(0, 0) rotate(45deg);
    }

    100% {
      width: 5px;
      height: 9px;
      border-color: #fff;
      transform: translate(0, -8px) rotate(45deg);
    }
  }

  @keyframes bounce {
    0% {
      transform: scale(1);
    }

    33% {
      transform: scale(.7);
    }

    100% {
      transform: scale(1);
    }
  }

  .invoice-card {
    border-radius: 20px;
    background-color: #fff;
    padding: 24px;
  }

  .success-box,
  .header-title {
    background: #fff;
    border-radius: 20px;
    padding: 40px 24px;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    color: #070707;
  }

  .static-page {
    border-radius: 20px;
    background-color: #fff;
    padding: 60px 30px 150px;
  }

  .static-page-title {
    color: var(--main);
    font-size: 28px;
    font-weight: 700;
  }

  .contact-title {
    color: var(--main);
    font-size: 30px;
    font-weight: 700;
  }

  .static-page p {
    color: #070707;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .success-box i {
    color: #00ca5b;
    padding-right: 10px;
  }

  .product-img {
    width: 190px;
    height: 156px;
    border-radius: 8px;
    object-fit: none;
    background-color: #F2F2F2;
  }

  .invoice-price {
    color: var(--main);
    font-weight: 700;
    font-size: 24px;
  }




  .logo-box img {
    width: 100%;
  }

  .invoice-title {
    color: #070707;
    font-size: 24px;
    font-weight: 700;
  }

  .invoice-text {
    color: #070707;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .invoice-text-sm {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #070707;
  }

  p.invoice-text {
    width: 70%;
  }

  .hr-invoice {
    border: 1px solid #0707071A
  }


  .subtitle {
    text-align: center;
    /* margin-bottom: 20px; */
    font-size: 20px !important;
  }

  .contact-page label,
  .profile-card label {
    font-size: 16px;
    margin-bottom: 8px;
    color: #070707;
  }

  .contact-page .form-control,
  .profile-card .form-control {
    border-radius: 8px;
    border: 1px solid var(--main);
    font-size: 14px;
    height: 50px;
    color: #070707;
  }


  .info-card {
    background-color: #F2F2F2;
    border-radius: 20px;
    padding: 24px;
    margin-top: 30px;
  }

  .map-contact iframe {
    height: 380px;
    border-radius: 20px;
  }

  .icon-circle {
    width: 80px;
    height: 80px;
    background-color: var(--main);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 auto 10px;
    font-size: 28px;
  }

  .info-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    color: #070707;
    font-size: 18px;
  }

  .info-text {
    text-align: center;
    font-size: 16px;
    color: #070707;
  }

  .dashboard-list {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 0px;
    list-style: none;
  }

  .dashboard-list-item {
    padding: 12px 24px;
    text-transform: capitalize;

  }

  .dashboard-list-link {
    color: #070707;
    font-weight: 400;
    font-size: 20px;

  }

  .dashboard-list-link.active,
  .dashboard-list-link:hover {
    color: var(--main);
  }

  .dashboard-list-item:last-child {
    border-top: 1px solid #0707071A
  }

  .profile-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 20px 150px;
  }

  .field-icon {
    position: absolute;
    top: 17px;
    right: 16px;
    z-index: 2;
    cursor: pointer;
    color: var(--main);
  }

  .form-control:focus {
    box-shadow: none;
  }

  .profile-card .cart-card {
    margin-bottom: 20px;
  }

  .profile-card .cart-title {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    width: 100%;
  }

  .profile-card .cart-item img {
    width: 140px;
    height: 120px;
    border-radius: 8px;
    background: #fff;
    /*object-fit: unset;*/
  }

  .order-status {
    /* color: #FFCC3D; */
    font-size: 18px;
    font-weight: 700;
    width: 150px;
    text-align: center;
    padding: 6px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 100px;

  }

  .order-status.on-processing {
    color: #FFCC3D;
  }

  .order-status.cancelled {
    color: #FF4949;
  }

  .order-status.delivered {
    color: #00E264;
  }

  .profile-card .cart-card .main-btn {
    font-size: 16px;
    font-weight: 700;
    width: 150px;
    text-align: center;
    margin-top: 50px;
  }

  .address-card label {
    color: #592F16;
  }

  label {
    text-transform: capitalize;
  }

  .address-title {
    font-size: 22px;
    font-weight: 400;
    color: #592F16;
  }

  .required-fields {
    font-size: 16px;
    font-weight: 400;
    color: #592F16;
  }

  .footer-bottom a {
    color: #fff;
    text-decoration: underline;
  }

  .typed-search-box {
    position: absolute;
    background-color: #fff;
    width: 92%;
    border-radius: 0 0 14px 14px;
    padding: 10px;
    left: 4%;
    z-index: 10;
  }

  .typed-search-box ul {
    list-style: none;
    overflow: auto;
    max-height: 260px;
    margin-block: 20px;
  }

  .typed-search-box ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #070707;
  }

  .typed-search-box ul li img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .typed-search-box ul li .product-name {
    font-size: 16px;
    font-weight: 600;
    color: #070707;
  }

  #close-btn {
    right: 12px;
    position: absolute;
    border: none;
    background-color: transparent;
    font-size: 24px;
  }

  .select2-container,
  .select2-container--open {
    width: 100% !important;
  }

  .select2-container--default .select2-selection--single {
    border: 1px solid var(--main) !important;
  }
  #thatiModal .btn{
    min-width:150px;
    border:1px solid var(--main)
}


       .section_image_hotspot {
  position: relative;
}

.section_image_hotspot .image_hotspot {
  position: relative;
  /*display: none;*/
      margin-top: 38px;
  transition: all 0.3s ease;
}

.section_image_hotspot .image_hotspot img {
  width: 100%;
}

.section_image_hotspot .image_hotspot .single_point {
  position: absolute;
  width: 40px;
  height: 40px;
  margin: auto;
  cursor: pointer;
  padding: 50px;
}

@media screen and (max-width: 999px) {
  .section_image_hotspot .image_hotspot .single_point {
    display: block;
    padding: 0px;
  }
}

.section_image_hotspot .image_hotspot .single_point .point_icon .icon {
  width: 40px;
  height: 40px;
  background: #C39B3B75;
  border: 2px solid white;
  border-radius: 50px;
  display: block;
  position: relative;
}

@media screen and (max-width: 999px) {
  .section_image_hotspot .image_hotspot .single_point .point_icon .icon {
    width: 30px;
    height: 30px;
  }
}

.section_image_hotspot .image_hotspot .single_point .point_icon .icon::before {
  content: "";
  background-image: url("https://www.mffco.com/wp-content/themes/mffco/assets/img/icons/plus.png");
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: auto;
  position: absolute;

  inset: 0;
  transition: all 0.4s ease;
}

.section_image_hotspot .image_hotspot .single_point .point_icon .icon::after {
  content: "";
  background-image: url("https://www.mffco.com/wp-content/themes/mffco/assets/img/icons/close.png");
  background-size: 14px;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: auto;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all 0.4s ease;
}

.section_image_hotspot .image_hotspot .single_point .product_widget {
  position: absolute;
  width: 200px;
  height: 200px;
  margin: auto;
  cursor: pointer;
  background: white;
  box-shadow: 0px 7px 14px 0px #00000033;
  border-radius: 8px;
  display: none;
  transition: all 0.4s ease;
}

@media screen and (max-width: 999px) {
  .section_image_hotspot .image_hotspot .single_point .product_widget {
    width: 156px;
    height: 190px;
    z-index: 1;
  }
}

.section_image_hotspot .image_hotspot .single_point .product_widget .product_widget_box {
  position: relative;
  display: block;
  height: 100%;
  transition: all 0.3s ease;
}

.section_image_hotspot .image_hotspot .single_point .product_widget .product_widget_box::before {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 20px;
  background: white;
  top: calc(100% - 1px);
}

@media screen and (max-width: 767px) {
  .section_image_hotspot .image_hotspot .single_point .product_widget .product_widget_box::before {
    display: none;
  }
}

.section_image_hotspot .image_hotspot .single_point .product_widget .product_widget_box .img img {
  height: 100%;
  max-height: 140px;
}

.section_image_hotspot .image_hotspot .single_point .product_widget .product_widget_box .text {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section_image_hotspot .image_hotspot .single_point .product_widget .product_widget_box .text .sec_info {
  width: 80%;
  padding: 10px;
}

.section_image_hotspot .image_hotspot .single_point .product_widget .product_widget_box .text .sec_info .title {
  color: #414241;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section_image_hotspot .image_hotspot .single_point .product_widget .product_widget_box .text .sec_info .price {
  color: #414241;
  font-size: 12px;
  padding-top: 8px;
}

.section_image_hotspot .image_hotspot .single_point .product_widget .product_widget_box .text .open_widget {
  width: 20%;
}

.section_image_hotspot .image_hotspot .single_point .product_widget .product_widget_box .text .open_widget span {
  display: block;
  max-width: 25px;
  height: 25px;
  margin: 0 auto;
  background: #414241;
  border-radius: 50%;
  position: relative;
}

.section_image_hotspot .image_hotspot .single_point .product_widget .product_widget_box .text .open_widget span::before {
  content: "";
  background-image: url(https://www.mffco.com/wp-content/themes/mffco/assets/img/icons/left-arrow-widget.png);
  background-size: 14px;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform:rotate(180deg);
}

.section_image_hotspot .image_hotspot .single_point .product_widget.right .product_widget_box::before {
  right: 20px;
  clip-path: polygon(0 0, 100% 100%, 100% 0%, 1px 0);
}

.section_image_hotspot .image_hotspot .single_point .product_widget.left .product_widget_box::before {
  left: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 0%, 1px 0);
}

.section_image_hotspot .image_hotspot .single_point .product_widget.active {
  display: block;
}

.section_image_hotspot .image_hotspot .single_point:hover .icon {
  background: var(--main);
}

.section_image_hotspot .image_hotspot .single_point:hover .icon::before {
  opacity: 0;
}

.section_image_hotspot .image_hotspot .single_point:hover .icon::after {
  opacity: 1;
}

.section_image_hotspot .image_hotspot .text {
  color: #231f20;
  font-size: 13px;
  font-weight: normal;
  padding-top: 10px;
}

@media screen and (max-width: 999px) {
  .section_image_hotspot .image_hotspot .text {
    font-size: 12px;
  }
}

.section_image_hotspot .image_hotspot .link {
  display: block;
  text-align: center;
  color: red;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid red;
  padding: 15px 10px;
  transition: all 0.3s ease;
  max-width: 250px;
  margin-top: 30px;
}

@media screen and (max-width: 999px) {
  .section_image_hotspot .image_hotspot .link {
    font-size: 12px;
    padding: 12px 10px;
    max-width: 200px;
    margin-top: 20px;
  }
}

.section_image_hotspot .image_hotspot .link:hover {
  color: white;
  background: red;
}



.contact_ic{
     position: fixed;
      width: 50px;
    height: 50px;
    right: 35px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
     overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    margin: 8px 0;
    z-index: 100;
    animation: action 1s infinite alternate;
        display: flex;
    justify-content: center;
    align-items: center;
}
      
.call_icon {
    bottom: 100px;
     background-color: var(--main);
     font-size: 24px;
}
.whatsapp_icon {
    bottom: 35px;
     background-color: #25D366;
     font-size: 28px;
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}
.call_icon:hover {
     background-color: #ca9820;
}
.whatsapp_icon:hover {
    background-color:#17bd55;
    color: #fff;
  
}

.product-desc .btn i{padding-right:10px}
.pagination_thati {margin-top:30px;}
/*.pagination_thati svg{width:25px;}*/
/*.pagination_thati svg path{color:var(--main);}*/
/*.pagination_thati a{color:#2c2c2c;}*/
/*.pagination_thati .bg-white{*/
/*    font-size:14px;*/
/*        color: #ffffff;*/
/*    background-color: transparent !important;}*/
/*.pagination_thati .px-4{*/
/*        padding-right: 10px !important;*/
/*    padding-left: 10px !important;*/
    
/*}*/
/*.pagination_thati .py-2 {*/
/*    padding-top: 4px !important;*/
/*    padding-bottom: 4px !important;*/
/*}*/
/*.pagination_thati span[aria-current="page"] span {*/
/*  border: none !important;*/
/*}*/






.pagination {
    flex-wrap: wrap;}

.pagination a , .pagination span{
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    padding: 4px 10px;
    border: 1px solid #ddd;
    /*margin-right: 10px;*/
    font-weight: 700;
    color: #fff;

}
.pagination a:hover {
    
    background-color: #fff;
    color:#2c2c2c;

}
 .pagination span{
    color: var(--main);

}
.pagination a.disabled {
    border: none;
}