  @font-face {
      font-family: 'persian';
      src: url('../fonts/persian/OnSemiBold.ttf');
  }

  @font-face {
      font-family: 'Ahang';
      src: url('../fonts/Ahang-Regular.ttf');
  }

  :root {
      --green: #05362e
  }

  body {
      background: #fff;
      font-size: 13px;
      font-family: 'Ahang' !important;
      text-align: right;
      font-size: 14px;
      font-weight: 600;
  }

  .logo-m {
      max-width: 150px;
  }

  .mean-nav {
      text-align: center;
  }

  .sticky,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  span,
  p,
  a {
      font-family: 'Ahang' !important;
  }

  .btn-link:hover,
  a:hover,
  .user-profile-sidebar-list li a i {
      color: #055046;
  }

  #continue,
  .btn-submit,
  #cart-attribute ul li.red-bullet:before,
  .desc-cart-attribute span.red-border:before,
  .pagination li.active span,
  #final-price-detial,
  #product-info-fixed .cart-button,
  .user-profile-sidebar-list .active,
  .user-profile-form .btn,
  .contact-info-icon i,
  .contact-form button {
      background: #055046 !important;
  }

  .widgets .social-share-link a {
      border: 2px solid #055046 !important;
      color: #055046 !important;
  }

  .btn-primary.focus,
  .btn-primary:focus,
  .btn-primary:hover {
      background-color: #055046;
      border-color: #055046;
      color: #fff;
  }

  .c-ui-select {
      border: 1px solid #055046;
      color: #055046;

  }

  .sorting li.active {
      border-bottom: 2px solid #055046 !important;
  }

  p.color,
  p.attibute {
      font-size: 12px !important;
  }

  .faq-area {
      height: auto;
      padding: 50px 0px;
  }

  .web-service {
      position: fixed;
      top: 9px;
      left: 0;
      width: 100%;
      z-index: 100;
      text-align: left;
  }

  .owl-carousel .owl-item img {
      margin: auto;
  }

  .bg-gray {
      background: #f5f5f5;
  }

  .phone-box {
      display: flex;
      align-items: anchor-center;
      gap: 5px
  }

  .btn01 {
      background: transparent;
      border: unset;
  }

  .btn01 i {
      color: #fff;
  }

  #quick-access li {
      padding-right: 0px;
  }

  nav.side-slide {
      z-index: 10000;
      background-color: var(--green);
      top: 0;
      right: -300px;
      height: 100%;
      position: fixed;
      width: 300px;

      button {
          color: #222;
          top: 25px;
          left: 240px;
      }
  }

  nav.side-slide ul {
      margin-top: 30px;
      border-top: 1px solid #c2a675;
  }

  nav.side-slide li {
      text-align: center;
      border-bottom: 1px solid#c2a675;
      line-height: 40px;
      list-style-type: none;
      padding-right: 0px !important;

      &:hover {
          background-color: var(--green);
      }
  }

  .blog p,
  .page p {
      font-size: 14px;
  }

  nav.side-slide a {
      color: #222;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;

      &:hover {
          color: #fff;
      }
  }


  #main {
      margin-top: -120px;
  }

  .top-header {
      position: relative;
      direction: rtl;
      background: var(--green);
      color: #fff;
      height: 84px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      max-width: 1200px;
      margin: 0 auto;
      margin-top: 2rem;
      padding: 0 15px;
      top: 10px;
      right: 0%;
      width: 80%;
      z-index: 1000;
  }

  .header-inner {
      max-width: 100%;

      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;

      flex-wrap: wrap;
  }

  .header-left,
  .header-right {
      display: flex;
      align-items: center;
      gap: 20px;

  }

  .header-right {
      margin-right: 10px;
  }

  .header-left {
      margin-left: 10px;
  }

  .offcanvas-header {
      border-bottom: 1px solid #ddd;
      background-color: #eee;
      justify-content: center;
      position: relative;
  }

  .offcanvas {
      background-color: rgb(221, 221, 221);
  }

  .offcanvas-body .nav-link {
      color: #333;
      font-size: 16px;
      padding: 10px 12px;
      border-radius: 6px;
      transition: 0.3s;
  }

  .offcanvas-body .nav-link:hover {
      background-color: #05362e;
      color: #fff;
  }

  .offcanvas-body .nav-link.active {
      background-color: #000;
      color: #fff;
  }

  .dropdown-menu {
      border-radius: 8px;
      border: none;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
      padding: 8px 0;
      min-width: 180px;
  }

  .dropdown-item {
      padding: 10px 16px;
      font-size: 14px;
      color: #333;
      transition: all 0.2s ease-in-out;
      text-align: right;
  }

  .dropdown-item:hover {
      background-color: var(--green);
      color: #fff;
  }

  .dropdown-divider {
      margin: 6px 0;
      border-top: 1px solid #eee;
  }

  .icon-btn {
      color: #ffffffcc;
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 14px;
      text-decoration: none;
  }

  .icon-btn .bi {
      font-size: 18px
  }

  .cart-badge {
      position: relative;
  }

  .cart-badge .badge {
      position: absolute;
      top: -12px;
      left: -14px;
      background: #c2a675;
      color: #fff;
      font-size: 12px;
      padding-top: 7px;
      width: 22px;
      height: 22px;
      border-radius: 100%;
  }

  .btn-outline-light-custom {
      border: 1px solid rgba(255, 255, 255, 0.12);
      color: #fff;
      background: transparent;
      padding: 8px 12px;
      border-radius: 6px;
      font-size: 14px;
  }

  .logo-placeholder {
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      flex: 1;
  }

  .search-box {
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
      transition: all 0.3s ease;
  }

  .search-input {
      width: 0;
      opacity: 0;
      transition: all 0.3s ease;
  }

  .search-box.active .search-input {
      width: 250px;
      opacity: 1;
      margin-right: 8px;
  }

  .logo-box {
      justify-content: center;
      margin-left: 30%;
  }

  .btn:hover,
  .btn {
      color: #fff;
  }

  #header-search-box {
      display: flex;
      justify-content: center;
      align-items: anchor-center;
  }


  .justify-content-space-between {
      justify-content: space-between;
  }

  .accordion a:before,
  .accordion a:after {
      content: unset;
  }

  .accordion-button {
      font-size: 18px;
      padding: 15px;
      background: #fff;
  }

  .accordion p {
      font-size: 18px;
  }

  .line-right,
  .line-left {
      height: 1px;
      background: #c2a675;
      width: 48%;
  }

  .resent-title h3 {
      margin-bottom: 10px;
      width: 100%;
      border-bottom: 1px solid #c2a675;
      height: 80px;
      font-size: 20px;

  }

  .page {
      background: #f0ede4;
      padding: 15px;
      margin-left: 20px !important;
  }

  .page img {
      border-radius: 0px;
  }

  .resent-title i,
  .resent-title span {
      color: #c2a675;
      font-size: 14px;
  }

  .section-sub-title {
      color: #c2a675;
      font-size: 14px;
  }

  #owl-carousel-slider-category a {
      background: transparent;
  }

  .line-box {
      justify-content: center;
      align-items: anchor-center;
  }

  .owl-nav {
      display: flex;
      justify-content: center;
      gap: 20px;
  }

  #owl-carousel-new .owl-nav {
      justify-content: space-between;
      position: absolute;
      top: 50%;
      width: 100%;
  }

  #owl-carousel-tops .owl-nav ,#owl-carousel-slider-category .owl-nav{
      justify-content: space-between;
      position: absolute;
      top: 50%;
      width: 100%;
  }

  .owl-prev,
  .owl-next {
      padding: 0px 10px;
      background: #fff;
      font-size: 11px;
  }

  #owl-carousel-new .owl-prev,
  #owl-carousel-new .owl-next,
  #owl-carousel-tops .owl-prev,
  #owl-carousel-tops .owl-next,
  #owl-carousel-slider-category .owl-prev,
  #owl-carousel-slider-category .owl-next {
      color: #c2a675;
      border: 1px solid #c2a675;
  }
  .products__item-gift-price {
    display: none;
  }

  .row-more {
      position: absolute;
      top: 85%;
      left: 48%;
  }

  .price-box-off .fi-bs-flame {
      font-size: 18px;
      color: #fe0000;
      line-height: 0;
  }

  .timer {
      font-size: 12px;
      color: #ff4f09;
      font-weight: bold;
  }

  #mobile-menu-area {
      display: block;
  }

  .mean-container a.meanmenu-reveal {
      color: #fff;
  }

  .mean-container .mean-bar::before {
      background-position: top left;
  }

  .meanmenu-reveal.meanclose:hover {
      color: #fff !important;
  }

  .mean-container a.meanmenu-reveal:hover span {
      background: #fff;
  }

  .mobile-menu-area {
      background-color: transparent;
      box-shadow: none;
  }

  .productitem-2 .info-title-box {
      height: auto;
  }

  @keyframes breath {
      0% {
          animation-timing-function: cubic-bezier(0.9647, 0.2413, -0.0705, 0.7911);
          transform: scale(0.9099999999999999);
      }

      51% {
          animation-timing-function: cubic-bezier(0.9226, 0.2631, -0.0308, 0.7628);
          transform: scale(1.02994);
      }

      100% {
          transform: scale(0.9099999999999999);
      }
  }

  #search-box {
      width: 85%;
  }

  .dreamit_nav_manu {
      margin-bottom: -100px;
      padding-top: 30px;
  }

  .dreamit_nav_manu.sticky {
      margin-bottom: -68px;
      padding-top: 0px;
  }

  #owl-carousel-slider .owl-dots {
      position: absolute;

      @if (empty($widgets['mobiletemplate'])) bottom: 100px;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: right !important;
      @endif width: 100%;
  }

  #owl-carousel-slider a img {
      margin-bottom: 20px;
      width: 100%;
  }

  .category-link h2 {
      display: block;
      padding: 1px 0;
      font-size: 14px;
      color: #222;
      margin-bottom: 74px;
  }

  #owl-carousel-article .item {
      border: 1px solid #dee2e6;
      border-radius: 30px;
  }

  #owl-carousel-article .item h6 {
      font-size: 13px;
      font-weight: normal;
      text-align: right;
      padding: 6px 20px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #000;
  }

  .ui-autocomplete {
      background-color: #fff;
  }

  .category-link {
      width: 100%;
      border-radius: 0px !important;
  }

  .category-link img {
      width: 50%;
      border-radius: 0px !important;
      margin: auto;
  }

  #owl-carousel-slider-category .owl-item.active:first-child a {
      background: unset;
  }

  #owl-carousel-slider-category .owl-item.active a {
      transform: scale(0.8);
      opacity: 0.6;
  }

  #owl-carousel-slider-category .owl-item.active .title-box {
      display: none;
  }

  #owl-carousel-slider-category .owl-item.active.center a {

      transform: scale(1.5);
      opacity: 1 !important;
  }

  #owl-carousel-slider-category .owl-stage-outer {
      padding: 70px 0px;
  }

  #owl-carousel-slider-category .owl-item.active.center .title-box {
      display: flex !important;
      flex-flow: column;

  }

  #owl-carousel-slider-category .title-box p {
      color: #1e5f54;
      margin: 0;
      font-size: 10px;
  }


  #owl-carousel-slider-category .owl-item.active.center img {
      width: 100% !important;
  }

  .section-title {
      position: relative;
      display: block;
  }

  .section-title h2 {
      font-weight: bold;
      font-size: 30px;
  }

  .bg-category {
      background-image: linear-gradient(#f1e6dc, #e6ccb6, #f7f3ed);
      margin-top: -22px;
  }

  .owl-carousel-advers {
      margin-top: -17%;
  }

  .productitem-2:after {
      content: unset;
  }

  .productitem-2 {
      border-radius: 0px;
  }

  .btn_more1 {
      display: block !important;
      width: 120px !important;
      margin: 15px;
      background: #055046;
      margin: 15px auto;
      text-align: center;
      padding: 5px 15px;
      color: #fff !important;
      border: 1px solid #fff;
  }

  .menubox2 {
      display: block;
      padding: 25px 10px;
      text-align: center;
      border-radius: 100px 2px 100px 1px;
      margin: 10px;
      color: #fff;
      font-size: 22px;
      background: linear-gradient(to right, #c3a66e, rgb(210 174 61));
      width: 80%;
  }

  .menubox1 {
      display: block;
      padding: 25px 10px;
      text-align: center;
      border-radius: 2px 100px 1px 100px;
      margin: 10px;
      color: #fff;
      font-size: 22px;
      background: linear-gradient(to right, rgb(4 82 71), rgb(1 146 99));
      width: 80%;
  }

  .tops-product {
      position: absolute;
      right: 0;
      left: -50px;
  }

  .new-product {
      position: absolute;
      left: 0;
      right: -50px;
      z-index: 100;
  }

  footer {
      background-color: #05362e;
      color: #fff;
      padding: 2rem 0;
      margin-top: 20px;
  }

  .footer-top {

      font-size: 16px;
      margin-top: 2rem;
      background-color: #ffffff;
      color: #c2a675;
      padding: 1rem 0;
  }

  .list-unstyled strong i {
      margin-left: 5px;
  }

  .footer-icon {
      font-size: 2rem;
      margin-bottom: 0.5rem;
  }

  .footer-links a {
      display: block;
      color: #fff;
      margin-bottom: 0.5rem;
      text-decoration: none;
  }

  .footer-links a:hover {
      text-decoration: underline;
  }

  .social-icons a {

      color: #fff;
      font-size: 1.5rem;
      margin: 0 0.5rem;
  }

  h5 {
      color: #c2a675;
  }

  #copyright {
      color: #c2a675;
      direction: rtl;

  }

  #quick-access {
      columns: 2;
  }


  .scroll-top-btn {

      width: 30px;
      height: 30px;
      border: 1px solid #c2a675;
      background-color: #05362e;
      color: #c2a675;
      font-size: 20px;
      cursor: pointer;
      border-radius: 4px;
      transition: all 0.3s ease;
  }

  .list-unstyled a {
      color: #fff;
      white-space: nowrap;
  }


  @media only screen and (min-width: 320px) and (max-width: 599px) {
      #owl-carousel-slider-category .owl-stage-outer {
          padding: 20px 0px !important;
      }
        #owl-carousel-slider-category .owl-item.active.center a {

            transform: scale(1.1) !important;
            opacity: 1 !important;
        }
      #owl-carousel-slider-category .owl-item.active a {
          transform: scale(0.8) !important;
          opacity: 0.6 !important;
      }

      .category-link img {
          width: 70% !important;
          border-radius: 0 !important;
      }

      .owl-carousel-advers {
          margin-top: 0%;
          text-align: center;
      }

      .tops-product {
          left: 0;
          margin-top: 30px;
      }


      .row-more {
          position: relative;
          top: unset;
          left: unset;
      }

      .footer-container {
          grid-template-columns: 1fr;
      }

      .title-col {
          text-align: center;
      }

      .tops-product,
      .new-product {
          position: relative;
      }

      .ui-autocomplete {
          background-color: #e3ecf3;
      }

      .menubox2,
      .menubox1 {
          width: 100% !important;
      }

      .icon-footer {
          justify-content: center;
      }
  }


  @media (max-width: 768px) {
      #main{
          margin-top: 0px !important;
      }
      #mobile-toolbar {
            position: absolute;
            top: 30px;
            right: 10%;
            width: 80%;
            z-index: 100;
            left: 0;
        }
      .search-form{
          background: #f3e7e3 !important;
      }
      #quick-access {
          columns: 3;
      }

      .footer-container {
          grid-template-columns: repeat(2, 1fr);
      }

      .top-header {
          padding: 0 10px;
          min-height: 70px;
      }

      .header-inner {
          gap: 8px;
      }

      .header-left,
      .header-right {
          gap: 8px;
      }

      .btn-outline-light-custom {
          padding: 6px 10px;
          font-size: 13px;
          padding: 6px 10px;
          font-size: 13px;
          margin: 3px 5px;
          color: #fff;
          background: #05362e;
      }

      .logo-placeholder {
          height: 48px;
      }
  }


  @media (min-width: 769px) and (max-width: 1200px) {
      .top-header {
          padding: 0 20px;
          min-height: 80px;
      }

      .header-inner {
          gap: 10px;
      }

      .btn-outline-light-custom {
          font-size: 13px;
          padding: 7px 11px;
      }
  }


  @media (min-width: 1400px) {
      .top-header {
          padding: 0px;
      }

      .header-inner {
          max-width: 1400px;
          margin: 0 auto;
      }

      .btn-outline-light-custom {
          font-size: 15px;
          padding: 10px 14px;
      }

      .logo-placeholder {
          height: 64px;
      }
  }