#menu .navbar-nav > li > a {
    color: #333;
    text-shadow: unset;
    font-size:16px;
}
#custom-menu .navbar-nav > li > a {
    color: #333;
    text-shadow: unset;
    font-size:16px;
}
body{
    font-size: 14px;
}

#menu.navbar {
    background-image: unset;
    background-color: transparent!important;
    border:0px solid;
}
#custom-menu.navbar {
    background-image: unset;
    background-color: transparent!important;
    border:0px solid;
}
#header-cart .btn-lg {
    color: #333;
}
#header-cart .btn-lg:hover {
    color: #6a6a6a;
} 
#logo img {
    max-width: 300px;
}
.logo-firma-profile img{
    width: 165px!important;
    margin: auto;
}
.logo-firma-profile .owl-stage{
    display: flex;
    align-items: center;
}
.pos-relative{
    position: relative;
}
.mr-3{
    margin-right: 1rem;
}
#header-cart{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-search-icon{
    cursor: pointer;
    background: #94C23E;
    border-radius: 50%;
    padding: 5px;
    margin-top:5px;
}
.search-parent{
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000008c;
}
.search-parent #search{
     top: 50%; 
     left: 50%; 
     transform: translate(-50%, -50%); 
     max-width: 700px; 
}
.search-parent #search .form-control-lg,#header-cart .btn-lg {
    height: 60px;
    font-size: 18px;
}
.btn-search-header, .btn-search-header:hover{
    background: #94C23E;
    border: 1px solid #94C23E;
    padding: 23px!important;
}
.btn-search-header:hover{
    opacity: .9;
}
.search-close .fa{
    color: #ace541;
    cursor: pointer;
    padding: 7px;
}
.search-close .fa:hover{
    color: #94c23e;
}
.search-close{
    position: absolute;
    top: 20px;
    right: 30px;
}
span.cart-count-header {
    color: #7e7e7e;
    position: absolute;
}
#menu.navbar{
    margin-bottom: 0;
}
#custom-menu.navbar{
    margin-bottom: 0;
}
.custom-nav-link {
    font-size: 20px!important;
}
#custom-menu li.nav-item {
    padding-left: 10px;
    padding-right: 10px
}
nav#top{
    margin-bottom: 0!important;
}
header .logo-div, header .menu-div{
    background-color: #ffffcc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -12px;
}
#menu .dropdown::after, .has-sub-menu::after{
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: -2px;
    top: 18px;
    color: #fff;
}
#menu{
    min-height:0!important;
}
#menu .dropdown::before, .has-sub-menu::before{
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 1;
}
#menu .dropdown:hover .dropdown-menu{
    display: block;
}
#custom-menu .dropdown::after, .has-sub-menu::after{
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: -2px;
    top: 15px;
    color: #000;
}
#custom-menu .dropdown::before, .has-sub-menu::before{
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 1;
}
#custom-menu .dropdown:hover .dropdown-menu{
    display: block;
}
.has-sub-menu::after, .has-sub-menu::before{
    right: 6px;
    top: 10px;
}
.has-sub-menu, .dropdown{
    position: relative;
}
#menu .dropdown-inner a{
    min-width: 200px;
    font-size: 14px;
    padding-top: 5px;
    color: #333!important;
    padding-bottom: 5px;
}
#custom-menu .dropdown-inner a{
    min-width: 200px;
    font-size: 14px;
    padding-top: 5px;
    color: #333!important;
    padding-bottom: 5px;
}
.dropdown-sub-menu{
    display: none;
}
@media screen and (min-width: 768px){
    #menu .dropdown-inner ul li a:hover, #menu .see-all:hover, #menu .see-all:focus{
        background: #efefef;
        background-image: unset;
        color: #333;
    }
    #custom-menu .dropdown-inner ul li a:hover, #custom-menu .see-all:hover, #custom-menu .see-all:focus{
        background: #efefef;
        background-image: unset;
        color: #333;
    }
}
@media screen and (min-width: 768px){
    #menu .dropdown-inner ul {
    display: block!important;
}
#custom-menu .dropdown-inner ul {
    display: block!important;
}
}
#menu .see-all{
    font-size: 14px;
}
#menu .nav-item .nav-link{
    color:#fff!important;
}
#menu .nav-item .dropdown-menu a{
    color: #000!important;
}
#custom-menu .see-all{
    font-size: 14px;
}
/*#custom-menu .nav-item .nav-link{
    color:#fff!important;
}
#custom-menu .nav-item .dropdown-menu a{
    color: #000!important;
}*/
.align-items-center{
    align-items: center;
}
#common-home .carousel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
div, p, span, strong{
    line-height: 30px;
}
.btn-light-green, .btn-light-green:hover{
    background: #94C23E;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 7px 2rem;
}
.btn-light-green:hover{
    opacity: .9;
}
.text-light-green{
    color: #94C23E!important;
}
.bg-cardgreen
{
  background: #f0ffd4;
  border-radius: 10px;
  max-width: 80%;
  margin: auto;
}
.bg-green
{
  background: #94c23e;
}
.noborder-bg-card
{
  background-color: unset;
  border: unset;
}
.border-none
{
  border: none;
}
.w-45
{
  width: 45%;
}
.bg-e1e1e1
{
  background: #e1e1e1;
}
footer h5, footer a{
  color: black !important;
}
.text-black
{
    color: black;
}
.dash-line
{
  height: 3px;
  border: unset;
  opacity: 1;
  width: 95px;
  display: inline-block;
}
.pl-3 {
    padding-left: 1rem;
}
.pr-3 {
    padding-right: 1rem;
}
.line-heading{
    position: relative;
    max-width: max-content;
}
.line-heading:after {
    content: "";
    display: block;
    width: 130px;
    height: 3px;
    background: #94C23E;
    left: 100%;
    top: 50%;
    position: absolute;
}
span.cart-count-header {
    right: -15px!important;
    top: -5px!important;
    background: #94c23e;
    line-height: 1;
    padding: 6px 8px;
    color: #fff;
    border-radius: 50%;
}
.row{
    padding: 0 20px;
}
#content{
    padding: 0!important;
}
.plr-30px{
    padding: 0 30px!important;
}
.stretch, #carousel-banner-0 .row{
    margin-left: -20px;
    margin-right: -20px;
}
#carousel-banner-0 .row, #carousel-banner-0 .col-12{
    padding: 0;
}
footer{
    padding-left: 15px;
    padding-right: 15px;
}
.page-link.active, .active > .page-link{
    background-color: #79ad19;
    border-color: #79ad19;
}
.page-link{
    color: #79ad19;
}
.navbar-light .navbar-toggler{
    padding: 8px 14px;
    background-color: #94c23e;
    background-image: linear-gradient(to bottom, #94c23e, #94c23e);
    background-repeat: repeat-x;
    border-color: #94c23e #94c23e #94c23e;
}
#menu .navbar-nav > li > a:hover{
    background-color: unset;
}
#custom-menu .navbar-nav > li > a:hover{
    background-color: unset;
}
@media screen and (max-width: 991px){
    .line-heading:after {
        display: none;
    }
    .mobile-order-3{
        order:3;
    }
    #menu #category{
        display: none!important;
    }
    #menu.navbar, .menu-div .container-fluid{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    #custom-menu.navbar, .menu-div .container-fluid{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .header-search-icon{
        margin-top: 5px;
    }
    .icon-header-cart{
        margin-top: 4px;
    }
    .menu-div{
        order: 3;
    }
    #header-cart{
        order: 2;
        justify-content: center;
    }
    #menu .dropdown-inner a,.dropdown-inner{
        width: 100%!important;
    }
    #custom-menu .dropdown-inner a,.dropdown-inner{
        width: 100%!important;
    }
    #menu{
        justify-content: flex-end;
    }
    .navbar-toggler{
        /*position: absolute;*/
        top: -47px;
        left: 50%;
        transform: translate(160%, 0px);
    }
    #header-cart .pos-relative{
        margin-left: -60px;
    }
}
@media screen and (max-width: 575px){
    .plr-30px{
        padding: 0 15px!important;
    }
    .bg-cardgreen{
        max-width: 100%;
    }
    /*.menu-div, .search-div{
        width: 50%;
    }*/
}

.list-group-item.active {
    background-color: #94c23e;
    border-color: #94c23e;
}
.company-card
{
    border: none;
    background: #f5f5f5;
}
.company-card .card-body{
    font-size: 16px;
}
.profile-card
{
    background: #f5f5f5;
    border: 3px solid #378901;
}

.bg-7ed2c6
{
background: #7ed2c6;
}
.bg-f7d891
{
background: #f7d891;
}
.bg-e29ab2
{
background: #e29ab2;
}
.bg-e8f2ab
{
background: #e8f2ab;
}
.technique-info .card{
    height: 100%!important;
}