@font-face {
  font-family: 'nimbussanl';
  src:  url('fonts/nimbussanl/NimbusSanL-BolIta.ttf.eot');
  src:  url('fonts/nimbussanl/NimbusSanL-BolIta.ttf.woff') format('woff'),
    url('fonts/nimbussanl/NimbusSanL-BolIta.ttf.svg') format('svg');
  font-weight: bold;
  font-style: italic;
}
/* Base */
body {
  line-height: 1.7;
  color: #8c92a0;
  font-weight: 300;
  font-size: 16px;
  background: #efefef; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

.text-white {
  color: #fff !important; }

.text-black {
  color: #000; }

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.btn {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  text-transform: uppercase;
  border-width: 2px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary:hover {
    background: transparent;
    color: #75b239; }
  .btn.btn-black {
    background: #000;
    color: #fff; }
    .btn.btn-black:hover, .btn.btn-black:active, .btn.btn-black:focus {
      background-color: #75b239;
      color: #000; }

.form-control {
  height: 43px; }
  .form-control:active, .form-control:focus {
    border-color: #75b239; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
  font-size: 30px;
  color: #25262a;
  position: relative; }
  .site-section-heading:before {
    display: none;
    content: "";
    left: 0%;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #75b239; }
  .site-section-heading.text-center:before {
    display: none;
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    background: #75b239; }

.border-top {
  border-top: 1px solid #edf0f5 !important; }

.site-footer {
  /*padding: 6em 0;*/ 
  padding: 1em 0; 
  margin-top: 7.5rem;
  }
  .site-footer ul li {
    margin-bottom: 10px; }
    .site-footer ul li a {
      color: #5c626e; }
      .site-footer ul li a:hover {
        color: #75b239; }
  .site-footer .footer-heading {
    font-size: 1.2rem;
    color: #000;
    margin-bottom: 1rem; }

.ul-check li {
  padding-left: 30px;
  position: relative; }
  .ul-check li:before {
    position: absolute;
    left: 0;
    top: -.4rem;
    font-size: 20px;
    content: '\e5ca';
    font-family: 'icomoon'; }
.mt-5, .my-5{
	margin-top:0px !important;
}	
.pt-5, .py-5{
  margin-top: 10px;
	padding-top:0px !important;
}	

/* Navbar */
.login-lock{
  position: absolute;
  width: 318px;
}
.site-logo{
	/*height:62px;*/
  text-align: center;
}
.site-logo a {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 22px;
  color: #000 !important;
  font-weight: 900; }
  .site-logo a:hover {
    text-decoration: none; }

    .redleaf-slogan{
      color: #000;
      font-style: italic;
      font-weight: bold;
      margin-top: -10px;
      font-family: nimbussanl;
    }

.icons-btn {
  display: inline-block;
  text-align: center; }
  .icons-btn span {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px; }
    @media (max-width: 991.98px) {
      .icons-btn span {
        width: 24px; } }

.site-menu-toggle {
  display: block;
  text-align: center;
  font-size: 28px;
  height: 40px;
  width: 40px;
  line-height: 40px; }
  .site-menu-toggle > span {
    top: 5px;
    position: relative; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  background: #fff; }
  .site-navbar.position-relative {
    position: relative;
    background: #f9f9f9 !important; }
  .site-navbar.transparent {
    background: transparent; }
  .site-navbar .site-navbar-top {
    border-bottom: 1px solid #f3f3f4;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      .site-navbar .site-navbar-top {
        padding-top: 40px;
        padding-bottom: 40px; } }
  .site-navbar .site-search-icon a span {
    display: inline-block;
    margin-right: 10px; }
  .site-navbar .site-search-icon a:hover {
    text-decoration: none; }
  .site-navbar a {
    color: #000; }
    .site-navbar a:hover {
      color: #000; }
  .site-navbar .icon {
    font-size: 20px; }
  .site-navbar .site-top-icons ul, .site-navbar .site-top-icons ul li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .site-navbar .site-top-icons ul li {
    display: inline-block; }
    .site-navbar .site-top-icons ul li a {
      margin-right: 10px; }
      .site-navbar .site-top-icons ul li a.site-cart {
        display: block;
        position: relative; }
        .site-navbar .site-top-icons ul li a.site-cart .count {
          position: absolute;
          top: 0;
          right: 0;
          margin-right: -15px;
          margin-top: -20px;
          font-size: 13px;
          width: 24px;
          height: 24px;
          line-height: 24px;
          border-radius: 50%;
          display: block;
          text-align: center;
          background: #75b239;
          color: #fff;
          -webkit-transition: .2s all ease-in-out;
          -o-transition: .2s all ease-in-out;
          transition: .2s all ease-in-out; }
      .site-navbar .site-top-icons ul li a:hover .count {
        -webkit-box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.3) !important;
        box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.3) !important;
        margin-top: -22px; }
    .site-navbar .site-top-icons ul li:last-child a {
      padding-right: 0; }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important; }
  .site-navbar .site-navigation .site-menu {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0; 
    font-size: 0px;}
    .site-navbar .site-navigation .site-menu .active > a {
      color: #75b239;
      position: relative; }
      .site-navbar .site-navigation .site-menu .active > a:before {
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        height: 2px;
        background: #75b239;
        bottom: 0; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      text-transform: uppercase;
      font-size: 0px;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 0px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 10px;
        color: #25262a;
        font-size: 15px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #000; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
		      color : #87f90b;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
          .site-navbar .site-navigation .site-menu .has-children-hide > a:before {
          position: absolute;
          content: "";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #75b239;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.05);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #75b239 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            text-transform: uppercase;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f4f5f9;
              color: #25262a; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f4f5f9;
            color: #25262a; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #000; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 40px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 20px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase;
        color: #000;
        letter-spacing: .2em;
        font-size: 22px;
        font-weight: 900; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #75b239; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #75b239; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 18px;
        z-index: 20;
        font-family: "icomoon";
        content: "\e313";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

/* Blocks */
.site-wrap {
  /*max-width: 1200px;*/
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 700px;
    height: calc(80vh); }
  .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    min-height: 400px;
    height: 700px; }
  .site-blocks-cover h2 {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    letter-spacing: .2em;
    text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .site-blocks-cover .featured-hero-product {
      margin-top: 10%;
      position: absolute; } }
  .site-blocks-cover h1 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .site-blocks-cover h1 {
        font-size: 70px; } }
  .site-blocks-cover p {
    color: #fff;
    font-size: 20px;
    line-height: 35px; }
  .site-blocks-cover .intro-text {
    font-size: 16px;
    color: #fff;
    line-height: 1.5; }
  .site-blocks-cover.inner-page .site-block-cover-content {
    margin-top: 20%;
    text-align: center; }
    @media (min-width: 768px) {
      .site-blocks-cover.inner-page .site-block-cover-content {
        margin-top: 30%; } }
  .site-blocks-cover .sub-title {
    color: #fff; }
  @media (max-width: 991.98px) {
    .site-blocks-cover .img-1 {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; } }
  .site-blocks-cover .btn {
    padding: 15px 25px;
    background: #fff;
    border-color: #fff;
    color: #75b239;
    letter-spacing: .2rem;
    font-size: 14px;
    font-weight: bold; }
    .site-blocks-cover .btn:hover {
      background: transparent;
      color: #fff; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.2); }

.site-blocks-1 {
  border-bottom: 1px solid #edf0f5; }
  .site-blocks-1 .divider {
    position: relative; }
    .site-blocks-1 .divider:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 1px;
      right: 10px;
      background: #edf0f5; }
    .site-blocks-1 .divider:last-child:after {
      display: none; }
  .site-blocks-1 .icon span {
    position: relative;
    color: #6c757d;
    top: -10px;
    font-size: 50px;
    display: inline-block; }
  .site-blocks-1 .text h2 {
    color: #25262a;
    letter-spacing: .05em;
    font-size: 18px; }
  .site-blocks-1 .text p:last-child {
    margin-bottom: 0; }

.site-blocks-2 .block-2-item {
  display: block;
  position: relative; }
  .site-blocks-2 .block-2-item:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .site-blocks-2 .block-2-item .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden; }
    .site-blocks-2 .block-2-item .image img {
      margin-bottom: 0;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
  .site-blocks-2 .block-2-item .text {
    z-index: 2;
    bottom: 0;
    padding-left: 20px;
    position: absolute;
    width: 100%; }
    .site-blocks-2 .block-2-item .text > span, .site-blocks-2 .block-2-item .text h3 {
      color: #fff; }
    .site-blocks-2 .block-2-item .text > span {
      font-size: 12px;
      letter-spacing: .1em;
      font-weight: 900; }
    .site-blocks-2 .block-2-item .text h3 {
      font-size: 40px; }
  .site-blocks-2 .block-2-item:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.block-3 .no-direction .owl-nav {
  display: none; }

.block-3 .owl-stage {
  padding-top: 40px;
  padding-bottom: 40px; }

.block-3 .owl-nav .owl-prev, .block-3 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem; }

.block-3 .owl-nav .owl-prev {
  left: 0; }

.block-3 .owl-nav .owl-next {
  right: 0; }

.block-3 .owl-dots {
  text-align: center; }
  .block-3 .owl-dots .owl-dot {
    display: inline-block; }
    .block-3 .owl-dots .owl-dot > span {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: inline-block;
      margin: 5px;
      background: #ccc; }
    .block-3 .owl-dots .owl-dot.active > span {
      background: #75b239; }

.block-3 .product {
  border-right: none !important;
  border-left: none !important; }
  .block-3 .product .item {
    border: 1px solid #eee; }

.block-4 {
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
  background: #fff; }
  .block-4 .block-4-text h3 {
    font-size: 20px;
    margin-bottom: 0; }
    .block-4 .block-4-text h3 a {
      text-decoration: none; }

.block-5 ul, .block-5 ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5; }

.block-5 ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  color: #25262a; }
  .block-5 ul li:before {
    top: 0;
    font-family: "icomoon";
    content: "";
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 1;
    color: #75b239; }
  .block-5 ul li.address:before {
    content: "\e8b4"; }
  .block-5 ul li.email:before {
    content: "\f0e0"; }
  .block-5 ul li.phone:before {
    content: "\f095"; }

.block-6 {
  display: block; }
  .block-6 img {
    display: block; }
  .block-6 h3 {
    font-size: 18px; }
  .block-6 p {
    color: #737b8a; }

.block-7 .form-group {
  position: relative; }

.block-7 .form-control {
  padding-right: 96px; }

.block-7 .btn {
  position: absolute;
  width: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3px; }

.block-8 .post-meta {
  color: #c4c7ce; }

.block-8 .block-8-sep {
  margin-left: 10px;
  margin-right: 10px; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 1px !important;
    vertical-align: middle;
    color: #212529;
    font-size: 18px;
    font-weight: normal; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: #212529; }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #75b239 !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000; }

.site-block-top-search {
  position: relative; }
  .site-block-top-search .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .site-block-top-search input {
    padding-left: 40px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .site-block-top-search input:focus, .site-block-top-search input:active {
      padding-left: 25px; }

.site-block-27 ul, .site-block-27 ul li {
  padding: 0;
  margin: 0; }

.site-block-27 ul li {
  display: inline-block;
  margin-bottom: 4px; }
  .site-block-27 ul li a, .site-block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #eee;
    color: #000; }
  .site-block-27 ul li.active a, .site-block-27 ul li.active span {
    background: #343a40;
    color: #fff;
    border: 1px solid transparent; }

#slider-range {
  height: 8px; }
  #slider-range .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none !important;
    background: #75b239; }
    #slider-range .ui-slider-handle:focus, #slider-range .ui-slider-handle:active {
      outline: none; }
  #slider-range .ui-slider-range {
    background-color: #75b239; }

.color-item .color {
  width: 14px;
  height: 14px; }

.block-16 figure {
  position: relative; }
  .block-16 figure .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    width: 90px;
    height: 90px;
    background: #fff;
    display: block;
    border-radius: 50%;
    border: none; }
    .block-16 figure .play-button:hover {
      opacity: 1; }
    .block-16 figure .play-button > span {
      position: absolute;
      left: 55%;
      top: 50%;
      -webkit-transform: translate(-50%, -45%);
      -ms-transform: translate(-50%, -45%);
      transform: translate(-50%, -45%); }

.block-38 .block-38-header .block-38-heading {
  color: #000;
  margin: 0;
  font-weight: 300;
  font-size: 20px; }

.block-38 .block-38-header .block-38-subheading {
  color: #b3b3b3;
  margin: 0 0 20px 0;
  letter-spacing: .1em; }

.block-38 .block-38-header img {
  width: 120px;
  border-radius: 50%;
  margin-bottom: 20px; }

.bag {
  position: relative; }
  .bag .number {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    background: #75b239;
    right: -5px; }

.search-wrap {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease; }
  .search-wrap .container {
    position: relative;
    height: 100%; }
  .search-wrap.active {
    opacity: 1;
    visibility: visible; }
  .search-wrap .form-control {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    z-index: 3;
    font-size: 20px; }
    @media (min-width: 1200px) {
      .container {
          max-width: 1200px;
      }
  }
    @media (max-width: 991.98px) {
      .search-wrap .form-control {
        font-size: 20px; } }
  .search-wrap .search-close {
    z-index: 4;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .search-wrap .search-close span {
      font-size: 30px; }

.title-section h2 {
  display: inline-block;
  color: #000;
  position: relative;
  padding-bottom: 30px; }
  .title-section h2:before {
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 4px;
    background: #75b239;
    content: ""; }

.title-section.text-center h2:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  height: 4px;
  background: #75b239;
  content: ""; }

.product-item {
  overflow: hidden;
  height: 100%;
  position: relative; }
  .product-item .product-category {
    position: absolute;
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    color: #000;
    z-index: 8;
    top: 60%;
    left: 50%;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .product-item .product-category span {
      color: #ced4da;
      font-size: 12px; }
    .product-item .product-category:hover {
      background: #000;
      color: #fff; }
      .product-item .product-category:hover span {
        color: rgba(255, 255, 255, 0.5); }
  .product-item.full-height {
    height: 100% !important; }
    @media (max-width: 991.98px) {
      .product-item.full-height {
        height: 300px !important;
        margin-bottom: 30px; } }
  .product-item.bg-gray {
    background: #f9f9f9; }
  .product-item.sm-height {
    height: 300px;
    padding: 40px; }
  .product-item.md-height {
    height: 700px;
    padding: 40px; }
  .product-item img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    -ms-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
    position: absolute; }

.item-entry .product-item {
  margin-bottom: 30px; }

.item-entry .item-title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0; }
  .item-entry .item-title a {
    color: gray; }
    .item-entry .item-title a:hover {
      color: #000; }

.item-entry .item-price {
  color: #000;
  font-weight: normal; }
  .item-entry .item-price del {
    color: #b3b3b3; }

.custom-border-bottom {
  border-bottom: 1px solid #f9f9f9; }

.custom-border-top {
  border-top: 1px solid #f9f9f9; }

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

.featured-hero-product {
  text-align: center; }
  .featured-hero-product h1, .featured-hero-product h4 {
    color: #000; }
  .featured-hero-product h1 {
    font-size: 4rem;
    letter-spacing: 1rem; }
    @media (max-width: 991.98px) {
      .featured-hero-product h1 {
        font-size: 2rem; } }
  .featured-hero-product h4 {
    font-size: 1rem; }
  .featured-hero-product .price {
    font-size: 2rem;
    color: #000; }
    @media (max-width: 991.98px) {
      .featured-hero-product .price {
        font-size: 1.5rem; } }
    .featured-hero-product .price del {
      margin-left: 10px;
      color: #6c757d; }

.border {
  border: 1px solid #eee !important; }
  .border a {
    display: block;
    padding: 30px; }

.item h3 a {
  color: #000; }

.item .price {
  color: #000; }

.tag {
  position: absolute;
  background: #e86b00;
  color: #fff;
  letter-spacing: .2em;
  padding: 7px 20px;
  font-size: .8rem;
  font-weight: 900;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transform: rotate(-90deg) translateX(-100%) translateY(-70%);
  -ms-transform: rotate(-90deg) translateX(-100%) translateY(-70%);
  transform: rotate(-90deg) translateX(-100%) translateY(-70%); }

.banner-wrap {
  background: #74d12b;
  border-radius: 4px; }
  .banner-wrap a {
    padding: 30px;
    display: block;
    text-align: center; }
    .banner-wrap a h5 {
      font-size: 2rem;
      font-style: italic;
      margin-bottom: 10px; }
    .banner-wrap a h5, .banner-wrap a p {
      color: #fff; }
    .banner-wrap a p {
      color: #fff;
      font-size: 1.4rem; }
      .banner-wrap a p strong {
        font-size: .9rem;
        display: block; }

.banner-1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  display: block;
  min-height: 300px;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
  top: 0; }
  .banner-1:hover {
    top: -10px;
    -webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.4); }
  .banner-1 .banner-1-inner {
    width: 50%; }
    .banner-1 .banner-1-inner h2 {
      color: #000;
      text-transform: uppercase;
      font-weight: 900; }
    .banner-1 .banner-1-inner p {
      color: rgba(0, 0, 0, 0.5);
      font-size: 1.2rem; }

.testimony blockquote p {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  font-style: italic; }

.testimony img {
  width: 70px !important;
  border-radius: 40%;
  margin-bottom: 30px; }

.testimony .author {
  color: #75b239 !important; }

.bg-image {
  background-size: cover;
  position: relative; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(117, 178, 57, 0.8);
      z-index: 1; }
  .bg-image > .container {
    position: relative;
    z-index: 2; }

.section-overlap {
  margin-top: -150px; }

.custom-pill .nav-item {
  margin-right: 4px; }
  .custom-pill .nav-item a {
    background: #f4f4f4;
    color: #000; }
    .custom-pill .nav-item a.active {
      color: #fff !important; }

.custom-table th {
  color: #000;
  font-weight: normal; }

.custom-table td {
  color: #000; }

.feature h3 {
  font-size: 20px;
  color: #000;
  font-weight: 400; }

.feature .wrap-icon {
  font-size: 40px;
  line-height: 70px;
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  display: block;
  text-align: center;
  background: rgba(117, 178, 57, 0.1);
  color: #75b239;
  border-radius: 40%; }

.bg-primary-light {
  background: rgba(117, 178, 57, 0.1) !important; }

.owl-single .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0; }
  .owl-single .owl-nav .owl-prev {
    border-bottom: 1px solid #efefef; }
  .owl-single .owl-nav .owl-prev, .owl-single .owl-nav .owl-next {
    text-align: center;
    line-height: 50px;
    width: 70px;
    height: 50px;
    display: block;
    background: #fff;
    font-size: 24px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .owl-single .owl-nav .owl-prev:hover, .owl-single .owl-nav .owl-next:hover {
      color: #fff;
      background: #75b239; }

.item-v2 {
  overflow: hidden;
  background: #fff;
  position: relative; }
  .item-v2 .onsale {
    position: absolute;
    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    transform: rotate(43deg);
    -webkit-transform-origin: 39px 36px;
    -ms-transform-origin: 39px 36px;
    transform-origin: 39px 36px;
    top: 0;
    right: 0;
    left: unset;
    color: #fff;
    background: #75b239;
    font-size: 10px;
    padding: 4px 20px;
    text-transform: uppercase; }

.step-number > span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  text-align: center;
  line-height: 70px;
  height: 70px;
  width: 70px;
  margin-right: 20px;
  font-size: 26px;
  background: #75b239;
  color: #fff;
  border-radius: 50%; }

.step-number p {
  color: #000; }

.btn-outline-white {
  border-color: #fff;
  color: #fff;
  font-size: 14px;
  letter-spacing: .2rem;
  padding-left: 20px;
  padding-right: 20px; }
  .btn-outline-white:hover {
    color: #75b239;
    background: #fff; }
	
/* Custom Css*/

.site-navbar .site-navigation .site-menu .active-child-menu > a{
	color:#75b239;
}	
.secure-access,.login-form{
	padding-top:30px;
}
/* Login Css */
.whatsapp-icon{
	width:2rem;
}
.error_msg,.err_msg{
	color:#FF0000;
	font-size:14px;
}
.group-frm_error{
	margin: 2rem auto;
}
.menu_container{
	display:flex;
}
.parent-label-container{
	width:45%;
	display:inline-block;
}
.group-lebel-parent{
	margin-left:0.2rem;
	font-weight: bold;
	color:#000;
}
.group-lebel{
	margin-left:0.2rem;
	font-weight: normal;
}
.box-top-border{
	border-top:1px solid #ccc;
	text-align:left;
}
.form-select{
	width: 20% !important;
}
.btn-menu-control{
	width: 30% !important;
	margin: 0 auto;
}
.all-menu-box{
	min-height:12.75rem;
	margin:0.2rem;
	width:48%;
	border:1px solid #ccc;
	border-radius : 0.25rem;
	text-align:center;
}
.item-container{
	display:flex;
	padding-right:0.5rem;
}
.custom-postion{
	text-align:left;
}
.form-check{
	padding-left:0px !important;
}
.action-item{
	margin-left:0.3rem;
}
.menu-box{
	margin: 0 auto;
}
.action-header-container{
	display:inline-block;
	text-align:center;
	color:#5c8b2d;
	font-weight:bold;
	width:50%;
}
.box-error-span{
	/*display:none;*/
}
.success_msg{
	color:#87f90b;
	font-weight: bold;
	font-size:14px;
}
/* Modal Box */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-dialog{
	width: 100% !important;
}
.close-vendor-btn{
	margin-right: 2rem !important;
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.menuclose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position:absolute;
  width:1.5rem;
  right:0.5rem;
}

.menuclose:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.menuclose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position:absolute;
  width:1.5rem;
  right:0.5rem;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline:none;
}
.modal-main-content{
	width:90%;
	min-height:10rem;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items: center;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 80% !important; 
        margin: 1.75rem auto;
    }
}
/* Modal End*/
.container{
	padding-right:5px !important;
	padding-left: 5px !important;
}
.add-new-button{
	width:80% !important;
	height: 3rem !important;
}
.vendor-tabletable,table.dataTable{
	border-spacing:2px !important;
	border-collapse: separate !important;
}
.vendor-tabletable th, td {
  padding: 5px;
}
.thead-dark{
	background-color:#75b239 !important;
	border-color: #75b239 !important;
	color:#fff;
	height:3rem !important;
}
.vid{
	width : 5% !important;
}
.vname{
	width : 10% !important;
}
.vcname{
	width : 15% !important;
}
.vaddress{
	width : 27% !important;
}
.vmob{
	width : 11% !important;
}
.vdl{
	width : 20% !important;
}
.vgt{
	width : 17% !important;
}
.vaction{
	width : 15% !important;
}
table.dataTable.no-footer{
	border-bottom: 1px solid #75b239 !important;
}
table.dataTable thead th, table.dataTable thead td{
	padding: 5px 6px !important;
    border-bottom: 1px solid #75b239 !important;
}
.dataTables_wrapper .dataTables_filter input{
	border: 1px solid #75b239 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	 border: 1px solid #75b239 !important;
}
.dataTables_wrapper .dataTables_length select{
	 border: 1px solid #75b239 !important;
}
table.dataTable tbody th, table.dataTable tbody td{
	padding: 2px 5px !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ecfddb !important;
}
.h4-title{
	color:  #75b239;
	margin-left:1.5rem;
  text-transform: uppercase;
}
.control-label{
	text-transform: uppercase !important;
}
label.required::after { 
    content: "*";
    color: red;
}
.vid-error{
	margin-left:1rem;
}
.capitalize-input {
    text-transform: uppercase;
}
#toast-container.toast-bottom-center>div, #toast-container.toast-top-center>div {
    width: 400px !important;
    margin-left: auto;
    margin-right: auto;
}
.ui-dialog .ui-dialog-titlebar-close{
	display:none;
}
.ui-dialog .ui-dialog-titlebar{
	background: #bff18c !important;
}
.ui-widget button{
	color: #fff !important;
    background-color: #75b239 !important;
    border-color: #75b239 !important;
	width: 5rem !important;
    border-radius: 0.25rem !important;
}
.ui-widget button:focus{
	outline: none !important;
}

.cmgid{
	width : 8% !important;
	padding: 0.5rem
}
.customer_group_name{
	width : 40% !important;
	padding: 0.5rem
}
.group_disc{
	width : 32% !important;
	padding: 0.5rem
}
.caction{
	width : 20% !important;
	padding: 0.5rem
}

.all-table,table.dataTable{
	border-spacing:1px !important;
	border-collapse: separate !important;
	width:100%;
}
.alltable th, td {
  padding: 5px;
}
.toaster-inline{
	position: absolute; 
	top: 20px; 
	right: 20px; 
	min-width: 200px;
	display:none;	
}
.td-padding{
	padding:0.5rem;
}
.vID{
	width: 12%;
}
.vName{
	width: 20%;
}
.cm-grpid{
	width: 30%;
}
.vMobile{
	width: 10%;
}
.vEmail{
	width: 14%;
}
.caction{
	width: 14%;
}
.checkout-modal-content{
	width:50% !important;
}
.checkout-main-modal{
  height: 2rem !important;
}
.checkout-form-body{
	margin: 0 auto;
	width: 90%;
    height: 10rem;
}
.frm-logout{
	width:80%;
}
.dataTables_scrollBody .thead-dark:nth-of-type(1) {
    display: none;
}
.first-th{
	width: 10% !important;
}
.second-th{
	width: 30% !important
}
.third-th{
	width: 10% !important;
}
.fourth-th{
	width: 10% !important;
}
.fifth-th{
	width: 10% !important;
}
.sixth-th{
	width: 10% !important;
}
.seven-th{
	width: 20% !important;
}
#rcdProductTable .odd td:nth-of-type(1){
	width: 11.15% !important;
}
#rcdProductTable .odd td:nth-of-type(2){
	width: 33.35% !important;
}
#rcdProductTable .odd td:nth-of-type(3){
	width: 11.10% !important;
}
#rcdProductTable .odd td:nth-of-type(4){
	width: 11.10% !important;
}
#rcdProductTable .odd td:nth-of-type(5){
	width: 11.15% !important;
}
#rcdProductTable .odd td:nth-of-type(6){
	width: 30% !important;
}
/*#rcdProductTable .odd td:nth-of-type(7){
	width: 20% !important;
}*/

.order-invoice-main-container{
	display:flex;
	justify-content:center;
	padding:0.5rem;
	flex-direction:column;
}
.content-header-section{
	margin-top: 1rem;
	width:100%;
}
.section-module-title{
	width: 50%;
	margin: 0 auto;
	line-height: 2rem;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#000;
  text-transform: uppercase;
}
.section-module-title span{
	font-size: 18px;
	color:#397140;
}
.content-body-section{
	margin-top:1.5rem;
	width:100%;
}
.content-row {
    width: 100%;
}
.form-group-section{
	display:flex;
	flex-direction:row
}
.field-section-45{
	display:flex;
	width:43%;
	align-items:center;
	margin-right:1rem;
}
.field-section-35{
	display:flex;
	width:35%;
	align-items:center;
	margin-right:1rem;
}
.custom-label{
	width:30%;
}
.custom-label-2{
	width:22%;
}
.form-control-2{
	width:25%;	
}
.button-place-holder{
	width:15%;
}
.link-place-holder{
  display: flex;
  justify-content: flex-end;
	width: 46% !important;
	font-weight:bold;
  gap: 10px;
}
.link-text{
	text-decoration:underline;
}
.searchResults{
	margin-left:8rem;
	border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
	width:100%;
	display:none;
	position:absolute;
	top:40px;
	width:32.40%;
	background:#fff;
	z-index:99
}
.result-item {
	padding: 5px;
	cursor: pointer;
}
.result-item:hover {
	background-color: #f0f0f0;
}
.order-list{
	width:100%;
	border:1px solid #000;
	height:35rem;
	overflow-y:auto;
	margin-top:0.5rem;
}
.bottom-section{
	width:100%;
	border:1px solid;
	margin-top:0.5rem;
	padding-left:1rem;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


.o-first-th{
	width: 2% !important;
}
#ordrcdTable td:nth-of-type(1){
	width: 2% !important;
	text-align:center;
}
.o-second-th{
	width: 26.3% !important
}

.o-third-th{
	width: 8.75% !important;
}

.o-fourth-th{
	width: 8.75% !important;
}

.o-fifth-th{
	width: 8.75% !important;
}
#ordrcdTable .odd td:nth-of-type(1){
	width: 2.3% !important;
}
#ordrcdTable .odd td:nth-of-type(2){
	width: 30% !important;
}
#ordrcdTable .odd td:nth-of-type(3){
	width: 10% !important;
}
#ordrcdTable .odd td:nth-of-type(4){
	width: 10% !important;
}
#ordrcdTable .odd td:nth-of-type(5){
	width: 10% !important;
}
.qtyOrderBox{
	width:3rem !important;
}
.bottom-container{
	display:flex;
	width:100%;
}
.bottom-container span{
	width:8.5%;
	padding-top:5px;
}
#vendorName{
	width:22%;
}
.vSearchResult{
	width: 21.4%;
    margin-left: 7rem;
	display:none;
	border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
	position:absolute;
	top:835px;
	background:#fff;
	z-index:99
}
.result-item-vendor{
	padding:5px;
	cursor:pointer !important;
	border-bottom: 1px solid #ccc;
  color: #000;
}
.v-fonts-color{
  color: #000;
}
.confirm-btn{
	margin-left:1rem;
}
.delete-btn{
	margin-left:35rem;
}
.message-box{
	padding:1rem;
	text-align:center;
}
.message-box .err_msg{
	font-size: 16px;
	color: #f40000;
	font-weight:bold;
}
.form-section-error{
	text-align:center;
}
.frm_err_msg{
	font-size: 16px;
	color: #f40000;
	font-weight:bold;
}
.confirm-order-list{
	width:80% !important;
	margin:0 auto;
}
.v-first-th{
	width:10% !important;
}
.v-second-th{
	width:25% !important;
}
.v-third-th{
	width:40% !important;
}
.v-four-th{
	width:25% !important;
}
#confirmOrderTable .odd td:nth-of-type(1){
	width: 6% !important;
}
#confirmOrderTable .odd td:nth-of-type(2){
	width: 15.1% !important;
}
#confirmOrderTable .odd td:nth-of-type(3){
	width: 24.1% !important;
}
#confirmOrderTable .odd td:nth-of-type(4){
	width: 15% !important;
}
.status-icon{
	vertical-align: middle; 
	margin-right: 5px;
	width:25px;
	height:25px;
}
.new-stock-main-container{
	display:flex;
	/*justify-content:center;*/
	flex-direction:column;
	padding:2px;
  min-height: 600px;
}
.new-stock-main-container .content-header-section-stock{
	width:100%;
}
.content-body-section-stock{
	margin-top:0.25rem;
	width:99.5%;
	margin-left:0.25rem;
	
}
.bottom-section-stock{
	width:99.5%;
	border:1px solid;
	margin-top:2px;
	padding-left:0.25rem;
  padding-bottom: 0.5rem;
	height:10rem;
	display: flex;
	flex-direction: row;
	margin-left:0.25rem;
	
}
.bottom-section-button-container{
	width:99.5%;
	margin-top:2px;
	padding-left:0.25rem;
	display: flex;
	flex-direction: row;
	margin-left:0.25rem;
	justify-content:right;
	padding-right:0.25rem;
}
.vendor-info{
	width:100%;
	border:1px solid;
	padding:2px;
	height: 6.5rem;
	display:flex;
	gap:1rem;
	flex-direction:row;
	background:#75b01952;
	border: 1px solid #75b239;
}
/*.product-add-container{
	width:100%;
	border:1px solid;
	margin-top:2px;
	height: 2rem;
}*/
.product-list-container{
	width:100%;
	border:1px solid;
	margin-top:2px;
	/*height: 15rem;
	overflow-y:auto;*/
	height:auto;
}
.vendor-info .v-box-1{
	width:70%;
	height: 7.25rem;
	padding:5px;
}
.vendor-info .v-box-2{
	width:29%;
	height: 7.25rem;
}
.v-box-content-1{
	display:flex;
	width:100%;
	gap:5px;
	line-height:1rem;
	font-size:12px;
}
.elem-vid{
	width:19%;
}
.elem-vid label{
	width:36%;
	color:#397140;
}
.elem-vid #vID{
	width:60%;
}
.elem-vname{
	width:88%;
	color:#397140;
}
.elem-vname #vName{
	width:89.75%;
}
.elem-address{
	width:60%;
	color:#397140;
}
.elem-address #vAdd{
	width:88%;
	margin-left:21px;
}
.elem-phone{
	width:40%;
}
.elem-phone label{
	width:13%;
	color:#397140;
}
.elem-phone #vPho{
	width:75%;
}
.elem-dl{
	width:89%;
}
.elem-dl label{
	width:10.75%;
	color:#397140;
}
.elem-gst{
	width:60%;
	color:#397140;
}
.elem-dl #vDL{
	width:88.4%;
}
.elem-gst #vPho{
	width:80%;
}
.v-box-content-2{
	display:flex;
	width:100%;
	gap:5px;
	line-height:0.75rem;
	font-size:12px;
}
.elem-inv-no, .elem-inv-date, .elem-rcv-date, .elem-ord-no{
	width: 100%;
}
.elem-inv-no label, .elem-inv-date label, .elem-rcv-date label, .elem-ord-no label{
	width: 25%;
	color:#397140;
}
.v-box-2-input{
	width:72%;
}
#stockTable .thead-dark{
	height:1rem !important;
	font-size:12px !important;
}
.product-list-action-container{
	width:100%;
	height:2.25rem;
	padding:2px;
	display:flex;
	gap:5px;
	display:flex;
	/*position:relative;*/
	position: -webkit-sticky;
    position: sticky;
	align-items:center;
	top:0;
	background-color:#FFF;
	
}
.product-add-new-btn{
	width:10%; 
	height:1.65rem;
	background:#75b239;
	cursor:pointer;
	color:#fff;
	font-size:13px;
	text-align:center;
	border-radius:3px;
	margin-top:1px;
	margin-left:5px;
	padding-top:3px;
}
.product-save-btn{
	width:12%; 
	height:1.65rem;
	background:#75b239;
	cursor:pointer;
	color:#fff;
	font-size:13px;
	text-align:center;
	border-radius:3px;
	margin-top:1px;
	border:none;
	padding-top:3px;
}
.product-delete-btn{
	width:8%; 
	height:1.65rem;
	background:#75b239;
	cursor:pointer;
	color:#fff;
	font-size:13px;
	text-align:center;
	border-radius:3px;
	margin-top:1px;
	padding-top:3px;
}
.extra-info{
	margin-left:4rem;
	color:#397140;
}
.cb-label,.mb-label,.dt-label,.creator-name,.creator-dt,.modifier-name,.modifier-dt,.mb-dt-label{
	display:none;
}
.stock-table-container{
	width:100% !important;
	overflow-y:hidden !important;
	/*min-height:13.35rem;
	height:12rem;*/
}
.stockTable{
	width:140%;
}
.stock-sl-th{
	width:1% !important;
	text-align:center;
}
.stock-product-th{
	width:6% !important;
	text-align:center;
}
.stock-p-name{
	line-height:1.25rem !important;
	width:100% !important;
	font-size:13px;
}
.stock-qty-th{
	width:2% !important;
	text-align:center;
}
.stock-qty-name{
	width:90% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.stock-free-th{
	width:2% !important;
	text-align:center;
}
.stock-free-name{
	width:90% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.stock-batch-th{
	width:3% !important;
	text-align:center;
}
.stock-batch-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.stock-exp-th{
	width:3% !important;
	text-align:center;
}
.stock-exp-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.stock-mrp-th{
	width:2% !important;
	text-align:center;
}
.stock-mrp-name{
	width:70% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.stock-rate-th{
	width:2% !important;
	text-align:center;
}
.stock-rate-name{
	width:90% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.stock-disc-th{
	width:1% !important; 
	text-align:center;
}
.stock-disc-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.stock-sdisc-th{
	width:1% !important; 
	text-align:center;
}
.stock-sdisc-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.stock-gst-th{
	width:1% !important;
	text-align:center;
}
.stock-gst-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.stock-amt-th{
	width:5% !important;
	text-align:center;
}
.stock-hsn-th{
	width:4% !important;
	text-align:center;
}
.stock-hsn-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.stock-pack-th{
	width:3% !important;
	text-align:center;
}
.stock-pack-name{
	width:65% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.stock-grp-th{
	width:3% !important;
	text-align:center;
}
.stock-grp-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.stock-mfg-th{
	width:3% !important;
	text-align:center;
}
.stock-mfg-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.new-stock-amount{
	text-align:right;
}
.new-stock-bottom-part-1{
	width:25%;
	
	margin-right:2px;
	height: 8.5rem;
	display:flex;
	flex-direction:column;
}
.new-stock-bottom-part-2{
	width:29%;
	margin-right:2px;
	height: 8.5rem;
	display:flex;
}
.new-stock-bottom-part-3{
	width:30%;
	
	margin-right:2px;
	height: 8.5rem;
	text-align:right;
}
.new-stock-bottom-part-4{
	width:16%;
	margin-right:2px;
	height: 8.5rem;
	text-align:right;
	padding-left:0.5rem;
	font-family:monospace;
}
.stock-remark{
	width:80%;
}
.new-stock-bottom-part-2-content-container{
	width:60%;
}
.new-stock-bottom-part-2-button-container{
	width:40%;
	/*margin-top:2.25rem;*/
	display:flex;
}
.adjust_btn{
	background: #75b239;
    border: none;
    color: #fff;
    font-size: 13px;
    width: 4rem;
    align-items: center;
    display: flex;
    justify-content: center;
	  cursor:pointer;
	  height:1.5rem;
    margin-top: 17px;
    margin-left: 10px;
}
.clear_btn{
	background: #75b239;
    border: none;
    color: #fff;
    font-size: 13px;
    width: 4rem;
    align-items: center;
    display: flex;
    justify-content: center;
	cursor:pointer;
	margin-left:5px;
	height:1.5rem;
  margin-top: 17px;
  margin-left: 10px;
}
.stock-crd-amt{
	margin-top:1rem;
}
.all-bottom-labels{
	line-height:1.2rem;
	font-size:13px;
	color:#397140;
	font-weight:bold;
}
.all-bottom-value{
	line-height:1.2rem;
	font-size:14px;
	color:#75b239;
	font-weight:bold;
	white-space:pre;
	padding-right:18px;
}
.select-cn-list{
	width:98%;
}
.rowSearchResults{
	border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
	width:100%;
	display:none;
	background:#fff;
	z-index:99;
	position:relative;
}
.row-result-item {
	padding: 5px;
	cursor: pointer;
  color:#000;
  font-weight: bold;
}
.row-result-item:hover {
	background-color: #f0f0f0;
}
.ui-dialog-titlebar .alert_msg_close{
	top: 32% !important;
	width: 26px !important;
	height: 25px !important;
	font-size: 12px !important;
}
.alert_msg{
  text-transform: uppercase;
}

.row-result-item.selected {
	background-color: #e0e0e0;
}
.rowSearchResults {
	border: 1px solid #ccc;
	max-height: 200px;
	overflow-y: auto;
	display: none;
}
.rowSearchResults-row{
  position: absolute;
  width: 30%;
}
.row-result-item {
	padding: 5px;
	cursor: pointer;
}
.row-result-item:hover {
	background-color: #f0f0f0;
}
.loader {
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
  margin-left:5.5rem;
  display:none;
}
.return-loader{
	margin: 0 auto;
}
@keyframes l5 {
    0%  {box-shadow: 20px 0 #000, -20px 0 #0002;background: #000 }
    33% {box-shadow: 20px 0 #000, -20px 0 #0002;background: #0002}
    66% {box-shadow: 20px 0 #0002,-20px 0 #000; background: #0002}
    100%{box-shadow: 20px 0 #0002,-20px 0 #000; background: #000 }
}
/* New Stock Calendar Modification */
.month-year-only .ui-datepicker-calendar,
.month-year-only .ui-datepicker-current {
    display: none !important;
}

.month-year-only .ui-datepicker-month, 
.month-year-only .ui-datepicker-year {
    font-weight: bold !important;
}

.month-year-only .ui-datepicker-close {
    text-align: center;
    display: block;
    margin: 0 auto !important;
}
.no-record-found{
	text-align: center;
}
.highlight-label{
	width:5rem;
	display:inline-block;
	background-color: yellow;
}
.highlight-value{
	color:#FF0000;
	font-size:15px;
}
/* End New Stock Calendar Modification */
.remark-container label,.dispute-container label,.new-stock-bottom-part-2-content-container label {
    color: #397140;
}
/* Purchase Return*/
.pReturnTable{
	width:111%;
}
.purchase-return-main-container{
	display:flex;
	justify-content:center;
	flex-direction:column;
	padding:2px;
}

.elem-vname #cName{
	width:89.75%;
}
.elem-address #location{
	width:88%;
	margin-left:21px;
}
.elem-phone #mobile{
	width:76.2%;
}
.elem-dl #email{
	width:88.4%;
}
.elem-gst #salesman{
	width:75.5%;
	margin-left:12px;
}
.purchase-add-new-btn{
	width:7%; 
	height:1.65rem;
	background:#75b239;
	cursor:pointer;
	color:#fff;
	font-size:13px;
	text-align:center;
	border-radius:3px;
	margin-top:1px;
	margin-left:5px;
	padding-top:3px;
}
.purchase-delete-btn{
	width:6%; 
	height:1.65rem;
	background:#75b239;
	cursor:pointer;
	color:#fff;
	font-size:13px;
	text-align:center;
	border-radius:3px;
	margin-top:1px;
	padding-top:3px;
}
.purchase-print-btn{
	width:6%; 
	height:1.65rem;
	background:#75b239;
	cursor:pointer;
	color:#fff;
	font-size:13px;
	text-align:center;
	border-radius:3px;
	margin-top:1px;
	padding-top:3px;
}
.purchase-save-btn{
	width:6%; 
	height:1.65rem;
	background:#75b239;
	cursor:pointer;
	color:#fff;
	font-size:13px;
	text-align:center;
	border-radius:3px;
	margin-top:1px;
	border:none;
	padding-top:3px;
}
#pReturnTable .thead-dark{
	background-color:#75b239 !important;
	border-color: #75b239 !important;
	color:#fff;
	height:1rem !important;
}
.pr-sl-th{
	width:1% !important;
	text-align:center;
	font-size:12px;
}
.pr-product-th{
	width:7% !important;
	text-align:center;
	font-size:12px;
}
.pr-p-name{
	line-height:1.25rem !important;
	width:100% !important;
	font-size:13px;
}
.pr-qty-th{
	width:1.5% !important;
	text-align:center;
	font-size:12px;
}
.pr-qty-name{
	width:90% !important;
	line-height:1.25rem !important;
	font-size:12px;
}
.pr-inv-th{
	width:4% !important;
	text-align:center;
	font-size:12px;
}
.pr-free-name{
	width:90% !important;
	line-height:1.25rem !important;
	font-size:12px;
}
.pr-dt-th{
	width:2.5% !important;
	text-align:center;
	font-size:12px;
}
.pr-batch-th{
	width:4% !important;
	text-align:center;
	font-size:12px;
}
.pr-batch-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:12px;
}
.pr-exp-th{
	width:2.5% !important;
	text-align:center;
	font-size:12px;
}
.pr-exp-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:12px;
}
.pr-mrp-th{
	width:2% !important;
	text-align:center;
	font-size:12px;
}
.pr-mrp-name{
	width:65% !important;
	line-height:1.25rem !important;
	font-size:12px;
}
.pr-rate-th{
	width:2% !important;
	text-align:center;
	font-size:12px;
}
.pr-rate-name{
	width:90% !important;
	line-height:1.25rem !important;
	font-size:12px;
}
.pr-disc-th{
	width:0.25% !important; 
	text-align:center;
	font-size:12px;
}
.pr-disc-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:12px;
}
.pr-sdisc-th{
	width:0.25% !important; 
	text-align:center;
	font-size:12px;
}
.pr-sdisc-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:12px;
}
.pr-gst-th{
	width:0.25% !important;
	text-align:center;
	font-size:12px;
}
.pr-gst-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:12px;
}
.pr-amt-th{
	width:4% !important;
	text-align:center;
	font-size:12px;
}
.pr-hsn-th{
	width:2% !important;
	text-align:center;
	font-size:12px;
}
.pr-mfg-th{
	width:2% !important;
	text-align:center;
	font-size:12px;
}
.elem-remark, .elem-return{
	width: 100%;
}
.elem-remark label, .elem-return label{
	width: 25%;
	color:#397140;
}
.input-wrapper {
  display: inline-flex;
  border: 1px solid rgb(118, 118, 118);
  width:72%;
  background-color: #FFF;
}

.prefix {
  padding: 3px 0 0 3px;
  background-color: #FFF;
  color: #333;
}

.editable-part {
  border: none;
  outline: none;
  font-size:13px;
  color:#397140;
  font-weight:bold;
}
.return-mrp-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:12px;
}
.stock-invno{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:12px;
}
.stock-invdt{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:12px;
}
.batchDD{
	width:100%;
}
.invDD{
	width:100%;
}
.return-table-container{
	width:100% !important;
	overflow:auto !important;
	/*min-height:13.35rem;*/
	min-height:13.5rem;
}
.bottom-section-return{
	width:99.5%;
	border:1px solid;
	margin-top:2px;
	padding-left:0.25rem;
  padding-bottom: 0.5rem;
	height:8.5rem;
	display: flex;
	flex-direction: row;
	margin-left:0.25rem;
	
}
/* sale-invoice */
.content-body-section-sale-invoice{
	margin-top:0.25rem;
	width:99.5%;
	margin-left:0.25rem;
}
.card-body{
	border:1px solid #397140;
	border-radius:4px;
	background:#75b01952;
}
.card-customize{
	width:90%;
	margin:0 auto;
}
.card-title-customer{
	font-size:0.95rem;
    line-height: 18px;
    text-align:center;	
	color:#397140;
	text-decoration:underline;
}	
.user-search-container{
	display:flex;
	flex-direction:row;
}
.user-phone{
	height:1.5rem;
	width:50%;
}
.user-phone label, .user-phone input{
	height:1.5rem;
}
.user-id{
	height:1.5rem;
	width:50%;
}
.user-id label,.user-id input{
	height:1.5rem;
}
.user-search-form-label{
	width:9rem;
}

.user-search-result-container{
	display:flex;
	gap:5px;
	margin-top:5px;
	
}
#userDetail{
	display:none;
	width:100%;
}
.user-search-box{
	width:50%;
}
.user-search-box-item{
	width:100%; 
	height:1.5rem;
	margin-top:5px;
}
.user-search-box-item:nth-of-type(1){
	margin-top:0px;
}
.user-search-result-container label, .user-search-result-container input{
	height:1.5rem;
}
.fieldWidth{
	width:60%;
}
.nextBtn{
	width:100px;
	padding:5px;
	background:#75b239;
	color:#fff;
	text-align: center;
    cursor: pointer;
	margin-top:52px;
	float:right;
	border:none;
	border-radius:4px;
	margin-right:10px;
}
.nextBtn-2{
	width:100px;
	padding:2px;
	background:#75b239;
	color:#fff;
	text-align: center;
    cursor: pointer;
	float:right;
	border:none;
	border-radius:4px;
	margin-right:10px;
}
.add_to_order_btn{
  width:fit-content !important;
  background:#ed1c24;
  color:#fff;
  text-align: center;
  cursor: pointer;
  float:right;
  border:none;
  border-radius:4px !important;
  margin-right:10px;
  line-height: 30px;
  padding: 5px;

}
.nextBtn-2-h{
  height: 38px !important;
}
.nextBtn-3{
	width:150px;
	padding:2px;
	background:#75b239;
	color:#fff;
	text-align: center;
    cursor: pointer;
	float:right;
	border:none;
	border-radius:4px;
	margin-right:10px;
}
.nextBtn-3-h{
  height: 38px !important;
}
.custom-font-rs{
	font-weight:bold;
	color:#3f1cdb;
}
.custom-font-cro-rs{
	font-weight:bold;
	color:#ed1c24;
}
.custom-font-crb-rs{
	font-weight:bold;
	color:#12e212;
}
.custom-font-cs{
	font-weight:bold;
	color:#e52d30;
	font-size:16px;
}
#part-1{
	/*display:none;*/
}
#part-2{
	display:none;
}
#part-3{
	display:none;
}
#product-info{
	width:100%;
}
.card-body-customize{
	padding:2px !important;
	overflow: auto;
	height:28.5rem;
	background:#fff;
}
.card-body-customize-payment{
	padding:2px !important;
	overflow: auto;
	height:28rem;
	background:#75b01952;
}
.title-bar{
	width:100%;
	display:flex;
	justify-content:center;
	color: #397140;
}
.title-bar span{
	text-decoration:underline;
}
.button-container-2{
	margin:0.15rem 3.5rem 0 4rem;
	display:flex;
	width:90%;
}
.button-part-2{
	justify-content:right;
}
.patient-name,.doctor-name{
	margin-left:5px;
	margin-right:5px;
}
.button-contailer-part{
	display:flex;
	gap:5px;
}
.patient-div{
	width:70%;
	margin-left:12rem;
}
.patient-div-15-scale{
	width:70%;
	margin-left:10rem;
}
.button-action{
	width:30%;
	justify-content:right;
}
.entra-info-patient span{
	color:#397140;
}
.entra-info-doctor span{
	color:#397140;
}
.payment-content{
	display:flex;
	flex-direction:column;
	gap:1px;
}
.payment-container-bottom{
	display:flex;
	width:70%;
	margin:3px auto;
	border-top:1px solid #397140;
	min-height:5rem;
	flex-direction:column;
}
.payment-column-header{
	display:flex;
	margin-bottom:1px;
}
.left-col-header{
	width:50%; 
	padding-left:11.15rem;
	color:#000;
	font-weight:bold;
}
.right-col-header{
	width:50%; 
	text-align:right;
	padding-right:18.55rem;
	color:#000;
	font-weight:bold;
}
.payment-box{
	display:flex;
	flex-direction:row;
	width:70%;
	height:24px;
	margin:0 auto;
}
.payment-label{
	width:35%;
	line-height:12px;
	color: #397140;
	font-weight:bold;
	padding:5px;
}
.pod{
  display: none;
}
.payment-extra-info{
	width:42%;
	line-height:12px;
	display:flex;
	padding-right:5px;
}
.extra-span{
	padding-right:5px;
}
.extra-span-label{
	width:22%;
	padding-top:4px;
	font-size:14px;	
}
.payment-input-container{
	width:20%;
	line-height:12px;
}
.payment-input-element{
	height:21px;
}
.payment-input-element-redeem{
	height:21px;
}
.payment-input-element-no{
  height:21px;
}
.payment-input-element-pod{
	height:21px;
}
.gift-input,.cn-input{
	height:20px !important;
}
.payment-summary-box{
	display:flex;
	flex-direction:row;
	width:100%;
	height:24px;
}
.summary-label{
	width:60%;
	color:#ED1C24;
	font-weight:bold;
}
.summary-dot{
	width:17%;
	text-align:right;
	color:#ED1C24;
	font-weight:bold;
}
.round-off{
	color:#000;
}
.dc_payable{
	color:#ed601c;
}
.final_sattlement,.tot_due_amt{
	font-size:18px;
}
.tot-payable{
	color:#3f1cdb;
}
.tot_paid{
	color:#12e212
}
.summary-amount{
	width:23%;
	color:#397140;
	font-weight:bold;
}
.tot_due{
	width:23%;
	color:#ED1C24 !important;
	font-weight:bold;
}
.primeBtn{
	background:#75b239;
	border-radius:4px;
	border:none;
	width:28%;
	font-size:14px;
	color:#fff;
	height:21px;
	cursor:pointer;
	padding:4px;
	text-align:center;
}
.row-highlight{
	background:#edbe78;
	height:21px;
}
.loaderPos{
	margin:0 auto;
	display:none;
}
.invoice-table-container
{
	width:100% !important;
	overflow:auto !important;
	/*min-height:13.35rem;*/
	height:17.5rem;
}
.return-invoice-table-container
{
	width:100% !important;
	overflow:auto !important;
	/*min-height:13.35rem;*/
	height:28rem !important;
}
.calculation-container{
	width:100% !important;
	padding:4px;
	display:flex;
	flex-direction:column;
}
.calculation-item-box{
	display:flex;
	flex-direction:row;
	justify-content:end;
	height:16px;
}
.calculation-label-item{
	width:20%;
	padding-right:0.5rem;
	line-height:15px;
	font-size:14px;
	text-align:right;
	color:#75b239;
	font-weight:bold;
}
.caculate-data{
	width:12%;
	line-height:15px;
	color:#397140;
	font-size:14px;
	font-weight:bold;
	white-space:pre;
	font-family:monospace;
	text-align:right;
	padding-right:6.25rem
}
.final-payment{
	background:yellow;
	color:#397140;
}
#invoiceTable .thead-dark{
	height:1rem !important;
	font-size:12px !important;
}
.invoiceTable{
	width:164%;
}
.element-v-top{
	vertical-align:top;
}
.invoice-sl-th{
	width:1.5% !important;
	text-align:center;
}
.invoice-product-th{
	width:10% !important;
	text-align:center;
}
.invoice-p-name{
	line-height:1.25rem !important;
	width:100% !important;
	font-size:13px;
}
.invoice-qty-th{
	width:3% !important;
	text-align:center;
}
.invoice-qty-name{
	width:90% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.invoice-pqty-name{
	width:90% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.invoice-batch-th{
	width:7% !important;
	text-align:center;
}
.invoice-batch-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.invoice-exp-th{
	width:4% !important;
	text-align:center;
}
.invoice-exp-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.invoice-mrp-th{
	width:4% !important;
	text-align:center;
}
.invoice-mrp-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.invoice-rate-th{
	width:3% !important;
	text-align:center;
}
.invoice-rate-name{
	width:90% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.invoice-disc-th{
	width:3% !important; 
	text-align:center;
}
.invoice-disc-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.invoice-gst-th{
	width:3% !important;
	text-align:center;
}
.invoice-gst-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.invoice-amt-th{
	width:5% !important;
	text-align:center;
}
.invoice-hsn-th{
	width:4% !important;
	text-align:center;
}
.invoice-hsn-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.invoice-primed-th{
	width:4% !important;
	text-align:center;
}
.invoice-prime-amt{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.invoice-primea-th{
	width:4% !important;
	text-align:center;
}
.invoice-prime-disc{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.invoice-ptr-th{
	width:2% !important;
	text-align:center;
}
.invoice-ptr{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.invoice-lqty-th{
	width:2% !important;
	text-align:center;
}
.invoice-lqty{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.invoice-pack-th{
	width:3% !important;
	text-align:center;
}
.invoice-pack-name{
	width:65% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.invoice-grp-th{
	width:3% !important;
	text-align:center;
}
.invoice-grp-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.invoice-mfg-th{
	width:3% !important;
	text-align:center;
}
.invoice-mfg-name{
	width:100% !important;
	line-height:1.25rem !important;
	font-size:13px;
}
.plus-add-new-btn{
	width:25px; 
	height:1.65rem;
	cursor:pointer;
	color:#fff;
	font-size:13px;
	text-align:center;
	border-radius:3px;
	margin-top:1px;
	margin-left:5px;
	padding-top:0px;
}
.product-save-btn{
	width:12%; 
	height:1.65rem;
	background:#75b239;
	cursor:pointer;
	color:#fff;
	font-size:13px;
	text-align:center;
	border-radius:3px;
	margin-top:1px;
	border:none;
	padding-top:3px;
}
.invoice-delete-btn{
	width:25px; 
	height:1.65rem;
	cursor:pointer;
	color:#fff;
	font-size:13px;
	text-align:center;
	border-radius:3px;
	margin-top:1px;
	padding-top:0px;
}
.invoice-cart-btn{
	width:25px; 
	height:1.65rem;
	cursor:pointer;
	color:#fff;
	font-size:13px;
	text-align:center;
	border-radius:3px;
	margin-top:1px;
	padding-top:0px;
}
.cartCnt{
  display: none;
  font-size: 12px;
  color: #28a745;
}
.sales-type{
	padding: 8px 8px 0 4px;
	color : #ed1c24;
	font-weight: bold;
}
/*.loaderSearch {
  width: fit-content;
  font-weight: bold;
  font-family: monospace;
  font-size: 16px;
  background: radial-gradient(circle closest-side,#ed1f27 94%,'') right/calc(200% - 1em) 100%;
  animation: l24 1s infinite alternate linear;
}
.loaderSearch::before {
  content: "Search...";
  line-height: 1em;
  color: #75b239;
  background: inherit;
  background-image: radial-gradient(circle closest-side,'' 94%,#ed1f27);
  -webkit-background-clip:text;
          background-clip:text;
}

@keyframes l24{
  100%{background-position: left}
}*/
.loaderSearch {
  width: 12px;
  height: 12px;
  position: relative;
  border-radius: 50%;
  color: #397140;
  animation: fill 1s ease-in infinite alternate;
}
.loaderSearch::before , .loaderSearch::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: 15px;
  top: 0;
  animation: fill 0.9s ease-in infinite alternate;
}

.loaderSearch::after {
  left: auto;
  right: 15px;
  animation-duration: 1.1s;
}

@keyframes fill {
 0% {  box-shadow: 0 0 0 2px inset }
 100%{ box-shadow: 0 0 0 10px inset }
}

/* Drop down ul li */
.dropdownDocor {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 199px;
  border: 1px solid #ddd;
  z-index: 1;
  max-height: 200px; /* Set a fixed height */
  overflow-y: auto;  /* Enable scrolling */
  padding:0 !important;
  margin: 0 0 0 106px;
  color: #000;
}

.dropdownDocor li {
  padding: 8px 12px;
  cursor: pointer;
  list-style-type: none;
}

.dropdownDocor li:hover,
.dropdownDocor li.active {
  background-color: #c2c2c2;
}

.dropdownDocor-scale-125{
  margin: 0px !important;
}
.part-header-top{
  display:flex;
  gap:10px;
  margin-left:70px;
}
.part-header-top-2{
  display:flex;
  gap:10px;
  margin-left:80px;
}
.customer-id-font{
  font-size: 16px;
  font-weight: bold;
  color:#28a745;
}
.customer-name-font{
  font-size: 16px;
  font-weight: bold;
  color:#3f1cdb;
}
.invoice-font{
  font-size: 16px;
  font-weight: bold;
  color:#e86b00;
}
/* Sales Return */
.sales-return-search-container{
  width: 100%;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.sr-label-1{
  color: #397140;
  font-weight: bold;
  font-size: 14px;;
}
#sr-part-2{
	display:none;
}
#sr-part-3{
	display:none;
}
#srpaymentTbl .thead-dark{
  height: 1rem !important;
  font-size: 12px !important;
  text-align: center;
}
.sr-sl{
  width: 2%;
  text-transform: uppercase;
}
.sr-pname{
  width: 15%;
  text-transform: uppercase;
}
.sr-qty{
  width: 3%;
  text-transform: uppercase;
}
.sr-batch{
  width: 8%;
  text-transform: uppercase;
}
.sr-exp{
  width: 5%;
  text-transform: uppercase;
}
.sr-mrp{
  width: 5%;
  text-transform: uppercase;
}
.sr-disc{
  width: 5%;
  text-transform: uppercase;
}
.sr-gst{
  width: 5%;
  text-transform: uppercase;
}
.sr-amt{
  width: 5%;
  text-transform: uppercase;
}
.card-body-customize-payment-sr{
    padding: 2px !important;
    overflow: auto;
    height: 8rem;
    background: #75b01952;
    width: 90%;
    margin: 5px auto;
}
.payment-box-sr{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 24px;
    margin: 0 auto;
}
.payment-label-sr{
    width: 77%;
    line-height: 12px;
    color: #397140;
    font-weight: bold;
    padding: 5px;
}
.payment-input-container-sr{
    width: 18%;
    line-height: 12px;
    padding-top: 4px;
    color: red;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}
.card-header-container-product{
  display: flex;
  width: 100%;
  border: 1px solid #397140;
  border-radius: 4px;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #defbc2;
  color: #397140;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-weight: bold;
}
.card-header-container{
    display: flex;
    width: 90%;
    border: 1px solid #397140;
    border-radius: 3px;
    height: 2.5rem;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #defbc2;
    color: #397140;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2px;
}
.text-transform-font{
  text-transform: uppercase !important;
}

/* Generate Coupon */
#coupon-part-2{
	display:none;
}
#coupon-part-3{
	display:none;
}
.coupon-form-parameters-box{
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 5px;
}
.coupon-label-item{
  width: 50%;
  text-align: right;
}
.coupon-data{
  width: 50%;
  text-align: left;
}
.coupon-expiry-date{
  width: 7.5rem;
  height: 26px;
}
.content-display{
  display: flex;
  gap:4px;
}
.generate-discount-percent-box{
  width: 7.5rem;
}
#cutomer-info{
  height: 30rem;
  overflow-y: auto;
}
/* Approval Page */
.all-aproval-container{
  width: 100%;
  display: grid;
  height: auto;
  justify-content: center;
  align-items: center;
}
.box-item{
  width: 90%;
  height: 110px;
  gap: 10px;
  display: flex;
}
.item-tile{
  width: 200px;
  height: 100px;
  border: 1px solid #75b239;
  background: #75b239;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
 
}
.tile-label{
  text-transform: uppercase;
  color: #FFF;
  margin: 0 auto;
  font-size: 14px;
}
.vc-sl-no{
  width: 2.5% !important;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
.vc-cname{
  width: 14% !important;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
.vc-mobile{
  width: 8% !important;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
.vc-mobile{
  width: 4% !important;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
.vc-amt{
  width: 4% !important;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
.vc-code{
  width: 6% !important;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
.vc-action{
  width: 15% !important;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
.approve-btn-style{
  display: flex;
  justify-content: left;
}
/* Damage List */
.prTable{
  width: 120%;
}
#prTable .thead-dark{
	height:1rem !important;
	font-size:12px !important;
}
.dm-sl-th{
  width: 0.5% !important;
}
.dm-product-th{
  width: 6% !important;
}
.dm-batch-th{
  width: 4% !important;
}
.dm-qty-th{
  width: 1.5% !important;
}
.dm-exp-th{
  width: 2% !important;
}
.dm-mrp-th{
  width: 2% !important;
}
.dm-disc-th{
  width: 1% !important;
}
.dm-amt-th{
  width: 2.5% !important;
}
.dm-gst-th{
  width: 1% !important;
}
.dm-rate-th{
  width: 2% !important;
}
.dm-grp-th{
  width: 1.5% !important;
}
.dm-mfg-th{
  width: 1.5% !important;
}
.dm-hsn-th{
  width: 1.5% !important;
}
.dm-ptr-th{
  width: 1.5% !important;
}
.row-disable{
  opacity: 0.5;
}
#damageTable .thead-dark{
  height: 1rem !important;
  font-size: 12px !important;
  text-align: center;
}
.dl-mrp{
  width: 4% !important;
}
.dl-gst{
  width: 6% !important;
}
.bm-first-th,.cls-bank-id{
	width:11.5% !important;
}
.bm-second-th, .cls-bank-name{
	width:30.5% !important;
}
.bm-third-th, .cls-account-number{
	width:23% !important;
}
.bm-fourth-th, .cls-account-type{
	width:11% !important;
}
.bm-fifth-th, .cls-actions{
	width:25% !important;
}
/* Customer Payment */
.button-container{
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.cheque-ref{
  width: 90% !important;
}
.customer-payment-card{
  height: 17rem !important;
}
.customer-btn-container{
  height: 45px !important;
}
.uppercaseFont{
  text-transform: uppercase;
}
.dl-id{
  color: #3f1cdb;
  font-weight: bold;
}
.v-payment-name{
  width: 50% !important;
  text-transform: uppercase;
}
.v-payment-vSearchResult {
  width: 24.2% !important;
  margin-left: 9.25rem !important;
  display: none;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  top: 45px !important;
  background: #fff;
  z-index: 99;
}
.result-item-vendor.selected {
	background-color: #c5c3c3;
  color: #000;
}
.vendor-order-list{
  display: flex;
  justify-content: center;
  height: 412px;
  overflow-y: auto;
}
#purchaseOrderList{
  width: 100% !important;
  border: 1px solid #fff;
  margin-top: -16px;
}
#purchaseOrderList .thead-dark {
  height: 1rem !important;
  font-size: 12px !important;
}
.v-inv-date{
  width: 5% !important;
  padding-left: 5px;
}
.v-sl, .v-inv-no, .v-qty{
  padding-left: 5px;
}
.amt-to-paid{
  width: 64%;
  text-align: right;
}
.v-bc{
  width: 96% !important;
  justify-content: end !important;
}
.cnadjustment_container{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cnlistBtn{
  width: 150px !important;
  padding: 5px;
  background: #75b239;
  color: #fff;
  text-align: center;
  cursor: pointer;
  float: right;
  border: none;
  border-radius: 4px;
}
.cnBox{
  display: flex;
  width: 50%;
  height: 5rem;
  overflow: auto;
}
.cn-card{
  display: flex;
  margin-left: 5px;
  height: 2rem;
}
.custom-font-cn-rs{
	font-weight:bold;
	color:#1b41db;
}
.cnajustment, .bank-box, .bank-detail-box{
  margin-top: 10px !important;
}
.vendor-payment-card{
  height: 25rem !important;
}
.cheque_ref{
  display: none;
  width: 80%;
}
.span-to-paid{
  margin-left: 42%;
  color: #28a745;
  font-weight: bold;
}
.v-payment-extra{
  height: 1.5rem !important;
  margin-top: 5px;
}
.v-fonts-grey-color{
  color: #ccc;
}
.v-panel{
  margin-top: 10px;
}
.b-name{
  color: #c928a6;
  font-size: 18px;
  margin-top: 5px;
}
.my-menu-open-modal{
  text-transform: uppercase !important;
  font-size: 13px !important;
}
.total-mrp{
  color: #1b41db;
  font-weight: bold;
}
.rupees-symbol{
  color: #28a745;
}
.tot_mrp{
  color: #e52d30;
}
.total-mrp-span{
  color: #dc860d;
  font-weight: bold;
}
.tot-mrp-sr{
  color: #be1c89 !important;
  font-weight: bold;
}
.sales-total, .coupon-amt{
  text-align: center !important;
}
.pod-invoice{
  width: 100%;
  text-align: center;
}
.pod-invoice-no-label{
  color: #28a745;
  font-weight: bold;
}
/* Dashboard */
.user-dashboard{
  display: flex;
  margin-top: 1.5rem;
  border: 1px solid #1b41db;
  border-radius: 4px;
  height: 4rem;
  align-items: center;
  background: #a4b2e9;
  margin-left: 7px;
  width: 70%;
  gap: 38%;
}
.welcome-dashboard{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #0d2ca7;
  padding-left: 5px;
}
.pharmatree-text{
  font-size: 18px;
  font-weight: bold;
  color: #0d2ca7;
  padding-left: 5px;
}
.user-dashboard-time-container{
  display: flex;
  margin-top: 1.5rem;
  border: 1px solid #28a745;
  border-radius: 4px;
  height: 4rem;
  align-items: center;
  background: #b0e3c6;
  margin-left: 5px;
  flex-direction: column;
  width: 28%;
}
.current-date, .current-time{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #28a745;
}
.dashboard-graph-container{
  margin-top: 10px;
}
.bar-chart {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 300px;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #f9f9f9;
}

.bar {
  width: 115px;
  background-color: #007bff;
  text-align: center;
  color: white;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}

.bar span {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
.cash-bar-bg{
  background-color: #87aaf0 !important;
  }
.card-bar-bg{
background-color: #7dd8b8 !important;
}
.upi-bar-bg{
  background-color: #f0ae6c !important;
}
.credit-bar-bg{
  background-color: #007bff !important;
}
.neft-bar-bg{
  background-color: #f3949f !important;
}
.prime-bar-bg{
  background-color: #ec87d4 !important;
}
.return-bar-bg{
  background-color: #8eefcf !important;
}
.voucher-bar-bg{
  background-color: #d0e664 !important;
}
.pod-bar-bg{
  background-color: #56d5f5 !important;
}
.my-settlement-modal{
  padding-top: 20px !important; 
}
.settlement-inv-list{
  height: 700px !important;
}
.my-settle-close{
  display: flex;
  justify-content: flex-end;
}
.my-settlement-content{
  width: 100% !important;
  border: 1px solid #12e212;
  border-radius: 4px;
  min-height: 580px !important;
  overflow-y: auto;
}
.settle-table{
  border: 1px solid #333;
  width: 100%;
  margin-top: 20px;
}
.thead-bottom{
  border-bottom: 1px solid #333;
}
.all-settle{
  width: 10%;
  padding-left: 5px;
}
.settle-ref-no{
  width: 20%;
  padding-left: 5px;
}
.settle-amount{
  width: 20%;
  padding-left: 5px;
}
.settle-date{
  width: 20%;
  padding-left: 5px;
}
.settle-button-container{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
.ui-dialog {
  z-index: 9999 !important;
}
.ui-widget-overlay {
  z-index: 9998 !important;
}
.no-record{
  text-align: center;
  text-transform: uppercase;
}
/* Style for the switch */
.switch-container{
  display:flex;
}
    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #007bff;
        transition: 0.4s;
        border-radius: 34px;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: 0.4s;
        border-radius: 50%;
    }

    input:checked + .slider {
        background-color: #4caf50;
    }

    input:checked + .slider:before {
        transform: translateX(26px);
    }
    .switch-label-status{
      margin-top:5px;
      margin-left: 10px;
      color: #fff;
      font-weight: bold;
    }
    .manager-mode{
      width: 100%;
    }
    .thead-approval{
      background-color: #75b239 !important;
      border-color: #75b239 !important;
      color: #fff;
      height: 2rem !important;
    }
    .username-th{
      width: 20%;
      text-transform: uppercase;
    }
    .all-same-width{
      width: 8.88%;
    }
    .bar-chart-appr {
      width: 100%;
      max-width: 600px;
      margin: 20px auto;
      font-family: Arial, sans-serif;
  }

  .bar-container-appr {
      display: flex;
      align-items: center;
      margin: 10px 0;
  }

  .label-appr {
      width: 100px;
      text-align: right;
      margin-right: 10px;
      font-size: 14px;
  }

  .bar-appr {
      height: 25px;
      background-color: #3498db;
      color: white;
      text-align: right;
      padding-right: 5px;
      line-height: 25px;
      border-radius: 3px;
      transition: width 0.5s ease;
  }

  .value-appr {
      font-size: 12px;
      margin-left: 10px;
  }
  .cash-appr-bg{
    background-color: #87aaf0 !important;
    }
    .appr-cash-font{
      color :  #87aaf0 !important;
      font-weight: bold;
    }
  .card-appr-bg{
  background-color: #7dd8b8 !important;
  }
  .appr-card-font{
    color :  #7dd8b8 !important;
    font-weight: bold;
  }
  .upi-appr-bg{
    background-color: #f0ae6c !important;
  }
  .appr-upi-font{
    color :  #f0ae6c !important;
    font-weight: bold;
  }
  .credit-appr-bg{
    background-color: #007bff !important;
  }
  .appr-credit-font{
    color :  #007bff !important;
    font-weight: bold;
  }
  .neft-bar-bg{
    background-color: #f3949f !important;
  }
  .appr-neft-font{
    color :  #f3949f !important;
    font-weight: bold;
  }
  .prime-appr-bg{
    background-color: #ec87d4 !important;
  }
  .appr-prime-font{
    color :  #ec87d4 !important;
    font-weight: bold;
  }
  .cn-appr-bg{
    background-color: #8eefcf !important;
  }
  .appr-cn-font{
    color :  #8eefcf !important;
    font-weight: bold;
  }
  .gidt-appr-bg{
    background-color: #d0e664 !important;
  }
  .appr-gift-font{
    color :  #d0e664 !important;
    font-weight: bold;
  }
  .pod-appr-bg{
    background-color: #56d5f5 !important;
  }
  .appr-pod-font{
    color :  #56d5f5 !important;
    font-weight: bold;
  }
  #managerApproval tbody tr:last-child{
    background-color: #fff !important;
  }
  .appr-total{
    font-weight: bold;
  }
  .day-button-container{
    margin-top: 10px;
  }
  .day-end-settle{
    width: 204px;
    padding: 2px;
    background: #75b239;
    color: #fff;
    text-align: center;
    cursor: pointer;
    float: right;
    border: none;
    border-radius: 4px;
    margin-right: 10px;
  }
  .td-cash-in-hand, .td-edc {
    color: #000;
    font-weight: bold;
    width: 70%;
  }
  .td-same-font-style{
    color: #000;
    font-weight: bold;
    padding: 5px;
  }
  .td-total-fund{
    color: #007bff;
    font-weight: bold;
    font-size: 20px;
  }
  .total-fund-amt,.total-fund-rs{
    color: #007bff;
    font-weight: bold;
    font-size: 20px;
  }
  .td-incoming-fund{
    color: #28a745;
    font-weight: bold;
    font-size: 20px;
  }
  .incoming-fund-amt,.incoming-fund-rs{
    color: #28a745;
    font-weight: bold;
    font-size: 20px;
  }
  .td-outgoing-fund{
    color: #d91f1f;
    font-weight: bold;
    font-size: 20px;
  }
  .outgoing-fund-amt,.outgoing-fund-rs{
    color: #d91f1f;
    font-weight: bold;
    font-size: 20px;
  }
  .td-label{
    width: 40%;
  }
  .td-bar{
    width: 30%;
  }
  .td-all-amt{
    width: 30%;
  }
  .total-appr-bg{
    background-color: #007bff !important;
  }
  .incoming-appr-bg{
    background-color: #28a745 !important;
  }

  .outgoing-appr-bg{
    background-color: #d91f1f !important;
  }
  .label-black{
    color: #000;
    font-weight: bold;
    font-size: 18px;
  }
  .ecm-first-th,.cls-cat-id{
    width: 11% !important;
  }
  .ecm-second-th,.cls-cat-name{
    width: 30% !important;
  }
  .ecm-third-th,.ecm-cls-actions{
    width: 20% !important;
  }
  .expense-payment-card{
    height: 29.5rem;
  }
  .expense-box{
    display:flex;
    flex-direction:row;
    width:80%;
    height:24px;
    margin:0 auto;
  }
  .expense-label{
    width:35%;
    line-height:12px;
    color: #397140;
    font-weight:bold;
    padding:5px;
  }
  .expense-label-1{
    width:15%;
    line-height:12px;
    color: #397140;
    font-weight:bold;
    padding:5px;
  }
  .expense-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 auto;
    width: 50%;
}
.expense-input-container{
  width: 16.65%;
  line-height: 20px;
}
.category-container{
  width: 65% !important;
}
.expense-category-item{
  width: 99%;
}
.save-print-btn{
  width: 150px !important;
}
.exp_to{
  margin-top: 3px;
}
.expense-input-field{
  width: 99%;
}
.rs-icon{
  margin-top: 7px;
  margin-left: 10px;
  color: #dc3545;
  font-weight: bold;
  font-size: 20px;
}
.rs-amt{
  margin-top: 7px;
  color: #dc3545;
  font-weight: bold;
  font-size: 20px;
}
.banks-data{
  display: flex;
}
.transfer-date{
  color: #007bff;
  font-weight:bold;
}
.trasnfer-amount-card{
  height: 20rem !important;
}
.income-label{
  width: 37% !important;
}
.wishlist-bottom-container{
  justify-content: right;
  padding-right: 10px;
}
.loaderSearchGreen {
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50%;
  color: #397140;
  animation: fill 1s ease-in infinite alternate;
  top: 50%;
  left: 50%;
}
.loaderSearchGreen::before , .loaderSearchGreen::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: 15px;
  top: 0;
  animation: fill 0.9s ease-in infinite alternate;
}

.loaderSearchGreen::after {
  left: auto;
  right: 15px;
  animation-duration: 1.1s;
}
.loaderPosGreen{
	display:none;
}
.credit-note-container{
  flex-direction: column;

}
.new-stock-bottom-part-2-1{
  color: #397140;
}
.save-print-loader{
  position: absolute !important;
  top: 50%;
  left: 50%;
}
/* Sppiner */

.lds-facebook,
.lds-facebook div {
  box-sizing: border-box;
}
.lds-facebook {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #397140;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0s;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 32px;
  }
  50%, 100% {
    top: 24px;
    height: 16px;
  }
}
.usr-first-th{
  width: 5% !important;
}
.cls-user-id{
  width: 2.95% !important;
}
.usr-second-th{
  width: 25.95% !important;
}
.cls-user-name{
  width: 15.55% !important;
}
.usr-third-th{
  width: 29% !important;
}
.cls-user-email{
  width: 9.65% !important;
}
.usr-fourth-th{
  width: 15% !important;
}
.cls-user-mobile{
  width: 8.75% !important;
}
.usr-fifth-th{
  width: 8.5% !important;
}
.cls-user-status{
  width: 5% !important;
}
.cls-user-actions{
  width: 10% !important;
}
.control-label-small{
  text-transform: lowercase;
}
.cls-usr-email{
  width: 81% !important;
}
.cls-email-container{
  display: flex;
}
.cls-email-domain{
  margin-top: 5px;
}
.search-main-container{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.alphabet-list{
  border: 2px solid #396D3C;
  width: 80%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  height: 100px;
}
.alphabet-font{
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
}
.alphabet-font a{
  color: #007bff;
}
.alphabet-font a:hover{
  color: #75b239;
}
.alphabet-box{
  display: flex;
  width: 100%;
  justify-content: center;
  height: 40px;
}
.number-box{
  margin-top: 10px;
  display: flex;
  width: 100%;
  justify-content: center;
  height: 55px;
}
/* Stock Update */
#tableContainer {
  width: 100%;
  height: 500px; /* Fixed height for scrolling */
  overflow-y: auto; 
  border: 1px solid #ccc;
  margin-top: 10px;
  position: relative;
}
.table-stock-update {
  width: 100%;
  border-collapse: collapse;
}
.table-stock-update th, td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.table-stock-update th {
  background-color: #75b239;
}
.sticky-header{
  position: sticky;
  top: 0;
  z-index: 10;
}
.stock-prod-name{
  width: 20% !important;
}
.stock-batch{
  width: 20%;
}
.stock-mrp{
  width: 10%;
}
.stock-current-stock{
  width: 10%;
}
.stock-qty-box{
  width: 10%;
}
.stock-action{
  width: 20%;
}
.stock-product-search{
  width: 100%;
  text-align:right;
  margin-top: 20px;
}
#searchBox {
  width: 30%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.stock-update-qty{
  width: 45px !important;
}
.stock-update-btn{
  width: 80px !important;
  font-size: 12px !important;
}
.pod-settlement-body{
  border:1px solid #397140; 
  display:flex; 
  justify-content:center;
  background: #75b01952;
  flex-direction: column;
  align-items: center;
}
.pod-settlement-search-container{
  margin-top:10px; 
  width:80%; 
  height:150px;
  display:flex;
}
.pod-settlement-form{
  display:flex;
  width:100%;
  flex-direction:column;
}
.pod-settlement-form-container{
  width:100%; 
  height:50px; 
  display: flex;
}
.pod-settlement-form-row{
  display:flex;
  width:50%; 
  height:30px;
}
.pod-settlement-form-button-container{
  width:100%; 
  height:50px; 
  display: flex; 
  justify-content: center;
}
.pdo-search-button{
  height: 38px !important;
  width: 100px;
  padding: 5px;
  background: #75b239;
  color: #fff;
  text-align: center;
  cursor: pointer;
  float: right;
  border: none;
  border-radius: 4px;
  margin-right: 10px;
}
.pod-settlement-search-result{
  height: 350px !important;
  flex-direction: column;
}
.table-list-container{
  max-height: 330px !important;
  overflow-y: auto;
  border: 1px solid #75b239;
}
.podListTable{
  width: 100%;
  height: 20px;
  
}
.list-sticky{
  position: sticky;
  top:0;
  background: #75b239;
  color: #fff;
}
.podtblnorecord{
  text-align: center;
  color: #397140;;
}
.calendar-width{
  width: 45%;
}
.amount-container{
  display: flex;
  padding: 10px;
}
.total-common{
  margin: 10px;
}
.total-cash{
  color: #000 !important;
  font-weight: bold;
}
.total-card{
  color: #7dd8b8 !important;
  font-weight: bold;
}
.total-upi{
  color: #f0ae6c !important;
  font-weight: bold;
}
.total-credit{
  color: #007bff !important;
  font-weight: bold;
}
.daily-sale-lbl{
  width:25%; 
  text-align:center;
  color: #397140;
}
#customerList tr, #productList tr, #podTableList tr {
  color: #397140;
}
#saleCustomerListTable thead, #saleProductListTable thead{
  text-transform: uppercase;
}
.report-pur-sl{
  width: 5%;
}
.report-pur-dt{
  width: 10%;
}
.report-pur-vname{
  width: 18%;
}
.report-pur-prod{
  width: 25%;
}
.order-loader{
  margin: 0 auto;
  display: none;
}
.login-user-detail{
  width: 100%;
  text-align: center;
  color: #007bff;
  font-weight: bold;
  text-transform: uppercase;
}
.sticky-header-col{
  position: sticky;
  top: 0;
}
.set-overflow-y{
  overflow-y: auto !important;
}
.action-row{
  display: flex;
}
.row-delete{
  margin-left: 5px;
  cursor: pointer;
  margin-top: 2px;
}
.row-delete img{
  margin-top: -5px;
}
.show-del-icon{
  display: block;
}
.hide-del-icon{
  display: none;
}
.sales-return-table-header{
  position: sticky;
  top: 0;
  width: 100%;
}
.stock-status-detail-info{
  font-size: 12px;
  text-transform: uppercase;
}

.statement-search-container{
  margin-top:10px; 
  width:100%; 
  display:flex;
  flex-direction: column;
}
.table-list-container-statement{
  max-height: 550px !important;
  overflow-y: auto;
  border: 1px solid #75b239;
}
.statement-final-row{
  width: 100% !important;
}
.statement-total-sale-ret-amt{
  text-align: left;
  padding-left: 8px;
}
.export_btn_container{
  display: flex;
  justify-content: right;
  margin: 0 10px 20px 0;
}
.gst-selection{
  display: flex;
  width: 100%;
  border-bottom: 1px solid #000;
}
.box-container-menu{
  width: 50%;
  border-right: 1px solid #000;

}
.box-container-menu-item{
  display: flex;
  gap: 45px;
  margin: 8px;
}
.gst-reset-gap-item{
  gap: 15px !important;
}
.gst-label{
  text-transform: uppercase;
  color: #242424;
  font-weight: 600;
}
.gst-from-dt{
  margin-left: 38px;
  width: 50%;
}
#summaryList{
  color: #242424;
}
.gst-to-dt{
  margin-left: 61px;
  width: 50%;
}
.gst-sale-item{
  margin-left: 86px;
}
.gst-purchase-item{
  margin-left: 39px;
}
.gst-sale-rerturn-item{
  margin-left: 8px;
}
.gst-purchase-return-item{
  margin-left: 0px;
}
.gst-expense-item{
  margin-left: 44px;
}
.gst-domage-item{
  margin-left: 24px;
}
.report-search-button{
  height: 38px !important;
  width: 144px;
  padding: 5px;
  background: #75b239;
  color: #fff;
  text-align: center;
  cursor: pointer;
  float: right;
  border: none;
  border-radius: 4px;
  margin-right: 10px;
}
.btn-center{
  justify-content: center;
}
.summary-table-area{
  width: 100%;
  display: inline-flex;
  justify-content: center;
  
}
#summaryTable{
  font-size: 14px !important;
}
.detail-table-area{
  width: 100%;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.export_btn_container-detail{
  width: 90%;
  justify-content: right;
  padding-right: 20px;
  display: inline-flex;
}
.amount-container-detail{
  width: 90%;
  display: inline-flex;
  justify-content: left;
}
.summary-result, .detail-result{
  width: 90%;
  margin-top: 20px;
}
.summaryTable{
  border: 1px solid #ccc;
}
#summaryTable tr th {
  padding-left: 10px;
}
.box-container-dashboard{
  width: 50%;
 
}
.gst-dashboard-header{
  width: 100%;
  display: flex;
  color: #397140;
  justify-content: center;
  border-bottom: 1px solid #000;
}
.gst-dashboard-box{
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
 
}
.dashboard-title{
  width: 56%;
  display: flex;
  justify-content: end;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.dashboard-time{
    margin: 0 auto;
    width: 42%;
    display: flex;
    justify-content: end;
}
.dashboard-current-month-header{
  padding-left: 20px;
  padding-top: 10px;
  width: 95%;
  margin-left: 20px;
  justify-content: center;
  display: flex;
  text-transform: uppercase;
}
.dashboard-box-last{
  margin-bottom: 20px !important;
}
.dashboard-input-box{
  display: flex;
  height: 30px;
}
.dashboard-input-label{
  margin: 5px 20px 5px 20px;
}
.dashboard-output-value{
  margin-left: -2px !important;
}
.chart-container{
  width: 60%;
  margin: auto;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.dashboard-chart{
  height: 200px !important;
}
.dashboard-checkbox{
  width: 18px;
  height: 18px;
}
.dashboard-current-date{
  font-size: 14px !important;
}
.batch-box-container-menu{
  width: 20%;
  border-right: 1px solid #000;
}
.batch-search{
  width: fit-content;
  
}
.batch-box-container-menu-item{
  display: flex;
  gap: 1px;
  margin-top: 20px;
  flex-direction: column;
  width: 90%;
  align-items: center;
  justify-content: center;
}
.batch_label{
  min-width: fit-content !important;
}
.batch_no_report{
  width: 100% !important
}
#batch-search{
  width: 100%;
}
.no_stock_mg{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-container-batch-report{
  width: 80%;
}
#batchDeatilTable thead th:nth-child(1){
  width: 6%;
}
#batchDeatilTable thead th:nth-child(2){
  width: 26%;
}
#batchDeatilTable thead th:nth-child(3){
  width: 20%;
}
#batchDeatilTable thead th:nth-child(4){
  width: 10%;
}
#batchDeatilTable thead th:nth-child(5){
  width: 15%;
}
.default-batch-td{
  text-align: center;
}
.batch-header{
  width: 100%;
  display: inline-flex;
  justify-content: center;
  color: #51762d;
  font-size: 18px;
  font-weight: bold;
}
.total-summary-batch{
  display: none;
  color: #51762d;
  font-size: 18px;
  font-weight: bold;
}
.dashboard-input-label-for-purchase{
  margin: 5px 20px 5px 0px;
}
.purchase-outgoing-fund{
  margin-left: 18px !important;
  color: #d91f1f;
    font-weight: bold;
    font-size: 20px;
}
.purchase-report-search-button{
  height: 38px !important;
  width: 168px;
  padding: 5px;
  background: #75b239;
  color: #fff;
  text-align: center;
  cursor: pointer;
  float: right;
  border: none;
  border-radius: 4px;
  margin-right: 10px;
}
.gst-label-purchase{
  text-transform: uppercase;
  color: #242424;
  font-weight: 600;
  width: 150px;
}
.box-container-menu-item-purchase{
  display: flex;
  gap: 4px;
  margin: 8px;
}
.purchase-gst-sale-item{
  margin-left: 15px;
  display: inline-flex;
  flex-direction: column;
}
.purchase-from-dt{
  margin-left: 15px;
  width: 50%;
}
.purchase-to-dt{
  margin-left: 15px;
  width: 50%;
}
.purchase-input-report{
  width: 65%;
}
.expand-width-100{
  width: 78% !important;
}
#batch-search-purchase{
  width: 65%;
}
.no-selection-result{
  width: 90%;
}
#noSelectionTable thead th:nth-child(1){
  width: 5%;
  padding-left: 10px;
}
#noSelectionTable thead th:nth-child(2){
  width: 10%;
  padding-left: 10px;
}
#noSelectionTable thead th:nth-child(3){
  width: 20%;
  padding-left: 10px;
}
#noSelectionTable thead th:nth-child(4){
  padding-left: 10px;
}
#noSelectionTable thead th:nth-child(5){
  padding-left: 10px;
}
#noSelectionTable thead th:nth-child(6){
  padding-left: 10px;
}
#noSelectionTable thead th:nth-child(7){
  width: 20%;
  padding-left: 10px;
}
.summary-table-area-purchase-report{
  width: 100%;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.export_btn_container_no_selection{
  display: flex;
  justify-content: right;
  margin: 0 10px 20px 0;
  width: 90%;
}
.no-selection-amount-container{
  width: 90%;
}
.page-loader{
  position: absolute;
  left: 50%;
  display: none;
  z-index: 9;
}
.search-termcontainer{
  display: inline-flex;
  gap: 20px;
}
.search-product, .search-vendor, .search-batch{
  font-size: 18px;
  color: #218838;
  font-weight: bold;
}

.detail-selection-result{
  width: 90%;
  display: inline-table;
}
.col-sl{
  width: 5%;
  padding-left: 10px;
}
.col-date{
  width: 10%;
  padding-left: 10px;
}
.col-vname{
  width: 15%;
  padding-left: 10px;
}
.col-inv{
  width: 10%;
  padding-left: 10px;
}
.col-prod{
  width: 18%;
  padding-left: 10px;
}
.col-batch{
  width: 10%;
  padding-left: 10px;
}
.col-qty{
  width: 5%;
  padding-left: 10px;
}
.col-exp{
  width: 8%;
  padding-left: 10px;
}
.col-mrp{
  width: 8%;
  padding-left: 10px;
}
.col-taxable{
  width: 8%;
  padding-left: 10px;
}
.col-sgst, .col-cgst{
  width: 8%;
  padding-left: 10px;
}
.col-amount{
  width: 12%;
  padding-left: 10px;
}
.report-td-data{
  text-transform: uppercase;
}
.d-calendar, .m-calendar{
  display: none;
}
#celebrationTable thead th:nth-child(1){
  width: 5%;
  padding-left: 10px;
}
#celebrationTable thead th:nth-child(2){
  width: 10%;
  padding-left: 10px;
}
#celebrationTable thead th:nth-child(3){
  width: 20%;
  padding-left: 10px;
}
#celebrationTable thead th:nth-child(4){
  width: 5%;
  padding-left: 10px;
}
#celebrationTable thead th:nth-child(5){
  width: 15%;
  padding-left: 10px;
}
#celebrationTable thead th:nth-child(6){
  width: 15%;
  padding-left: 10px;
}
.celebration-list{
  width: 100%;
  border:1px solid;
  display: flex;
  min-height: 200px;
  gap: 5px;
}
.celebration-b-container{
  width: 50%;

}
.celebration-a-container{
  width: 50%;
  
}
.celebration-header-title{
    width: 100%;
    display: inline-flex;
    justify-content: center;
    height: 34px;
    background: #75b239;
    color: #fff;
    font-weight: bold;
}
.celebration-item-box{
  height: 200px;
  overflow-y: auto;
  width: 100%;
  display: flex;
  gap: 5px;
  font-size: 14px;
  font-weight: bold;
  flex-direction: column;
}
.red-font{
  color: rgb(223, 37, 37);
}
.green-font{
  color: rgb(9 168 78);
}
.person-name{
  word-wrap: break-word;
  width: 65%;
}
.person-vid{
  width: 10%;
}
.person-mobile{
  width: 25%;
}
.celebration-result-list{
  display: none;
}
.celebration-item-container{
  display: flex;
  gap: 3px;
}
.due-result-list{
  width: 90%;
}
#dueTable thead th:nth-child(1){
  width: 5%;
  padding-left: 10px;
}
#dueTable thead th:nth-child(2){
  width: 10%;
  padding-left: 10px;
}
#dueTable thead th:nth-child(3){
  width: 20%;
  padding-left: 10px;
}
#dueTable thead th:nth-child(4){
  width: 10%;
  padding-left: 10px;
}
#dueTable thead th:nth-child(5){
  width: 10%;
  padding-left: 10px;
}
#dueTable thead th:nth-child(6){
  width: 10%;
  padding-left: 10px;
}
#dueTable thead th:nth-child(7){
  width: 20%;
  padding-left: 5px;
}
.inline-action{
  display: inline-flex;
  border: none
}
.review-box-container-menu{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.review-box-container-menu-item{
  display: flex;
  gap: 45px;
  margin: 8px;
}
.review-invoice-box{
  width: 100%;
  justify-content: center;
}
.review-invoice-from-label{
  width: 50% !important;
  text-align: right;
}
.review-invoice-from-label-1{
  width: 50% !important;
  flex-direction: row !important;
}
.last-5-invoice{
  width: 35%;
}
.invoice-number-field{
  width: 35%;
  border-left: none;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  background-color: #fff;
}
.invoice-number-field:focus{
  border-left: none;
  outline: none;
}
.rui-label{
  width: 28px;
    background: #fff;
    color: #000;
    height: 33px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    padding-top: 2px;
}
.review-product-container{
  width: 100% !important;
}
.review-invoice-payment{
  height: 10rem !important;
  display: flex;
}
.review-invoice-button-container{
  margin: 0.5rem 3.5rem 1rem 4rem !important;
}
.review-invoice-calculation-item{
  width: 40% !important;
}
.review-invoice-payment-container{
  width: 70%;
  display: flex;
  gap: 2px;
}
.review-invoice-calculation-container{
  width: 30% !important;
}
.review-invoice-payment-info-box{
  width: 50%;
}
.review-invoice-creator-box{
  width: 50%;
}
.review-header-panel{
  width: 100%;
  height: 1.5rem;
  background: #defbc2;
  display: inline-flex;
  justify-content: center;
  color: #397140;
}
.paytement-item{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.review-p-item{
  display: inline-flex;
  gap: 10px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
}
.review-item-label{
  width: 49%;
  color: #397140;
  text-transform: uppercase;
}
.review-item-value{
  width: 49%;
  color: #397140;
}
.order-info{
  display: flex;
  width: 100%;
}

.review-modal {
  display: none; 
  position: fixed; 
  z-index: 999;
  left: 0; 
  top: 50px;
  width: 100%; 
  height: 100%;
  background-color: rgba(0,0,0,0.5); 
}

/* Modal content box */
.review-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  width: 35%;
  position: relative;
  height: 180px;
}

/* Close button */
.review-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 20px;
  cursor: pointer;
}
.review-customer-email{
  width: 80%;
}
.header-send-email{
  text-align: center;
  font-size: 14px !important;
}
.health-table-container
{
	width:100% !important;
	overflow:auto !important;
	/*min-height:13.35rem;*/
	height:28rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.health-form-row{
  display: flex;
  width: 90%;
  height: 75px;
}
.health-row-margin-top{
  margin-top: 10px;
}
.health-label{
  width: 40%;
  margin-left: 10%;
  padding-top: 20px;
  text-transform: uppercase;
  color: #397140;
  padding-left: 20%;
}
.health-element{
  width: 40%;
  padding-top: 20px;
}
.form-element-width-small{
  width: 20%;
}
.form-element-width-small-x{
  width: 10%;
}
.element-flex-row{
  display: flex;
}
.element-separater{
    width: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75%;
}
.element-unit{
  padding-top: 5px;
}
.contact-us-header{
  width: 80%;
  margin: 0 auto;
  min-height: 100px;
  padding-left: 27px;
}
.rlp-site-section{
  padding: 0.2rem 0 !important;
}
.rlp-block-5 ul, .rlp-block-5 ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5; }

.rlp-block-5 ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  color: #25262a; }
  .rlp-block-5 ul li:before {
    top: 0;
    font-family: "icomoon";
    content: "";
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 1;
    color: #75b239; }
  .rlp-block-5 ul li.store:before {
    content: "\e901"; }
  .rlp-block-5 ul li.address:before {
    content: "\e8b4"; }
  .rlp-block-5 ul li.email:before {
    content: "\f0e0"; }
  .rlp-block-5 ul li.phone:before {
    content: "\f095"; }
  .rlp-block-5 ul li.whatsapp:before {
    content: "\f232"; }
  .rlp-playsore{
      width: 15px;
      height: 15px;
  }
  .rlp-block-5 ul li.playstore:before {
   content: "";
   display: inline-block;
   width: 15px;
   height: 15px;
   background-image: url('playstore.png');
   background-size: contain;
   background-repeat: no-repeat;
   vertical-align: middle;
   margin-right: 6px;
   margin-top: 5px;
  }
  .rlp-block-5 ul li.businesshour:before {
   content: "";
   display: inline-block;
   width: 15px;
   height: 15px;
   background-image: url('workinghours.png');
   background-size: contain;
   background-repeat: no-repeat;
   vertical-align: middle;
   margin-right: 6px;
   margin-top: 5px;
  }

  .rlp-home-delivery:before {
  content: "";
   display: inline-block;
   width: 80px;
   height: 80px;
   background-image: url('home-delivery.png');
   background-size: contain;
   background-repeat: no-repeat;
   vertical-align: middle;
   margin-right: 6px;
}
.why-us-blod{
  font-weight: bold;
  color: #234c27;
}
.rlp-gplay{
  width: 150px;
  height: 40px;
}
.pp-center{
  text-align: center;
}







