@media screen and (min-width: 1000px) {
    .menu-item:after {
        content: "";
        display: inline-block;
        width: 2px;
        height: 20px;
        background-color: #27aae1;
        position: absolute;
        transform: translateY(-50%);
        right: 0px;
        top: 50%;
    }
}

@media (max-width:910px) {
	#header-secondary-outer .nectar-center-text {
		left: 50%!important;
	}
}
#menu-nargesa-1, #nav_menu-2 {
	display: none!important;
}

body:has('.nargesa') .frm_button_submit {
	background-color:#ce2523!important;
	border-color: #ce2523!important;
}
/* TABLES */



table{
  width:100%;
  font-family:inherit;
  font-size:16px;
  color:#6d7275;
  margin:15px 0 35px;
}

table th{
  padding:8px 15px;
  background-color:#eee;
  font-size:14px;
  line-height:1.6em;
}

table td{
  padding:8px 15px;
  font-size:14px;
  line-height:1.6em;
}

table tr:nth-of-type(odd) {
    background-color: #ebebeb;
}

table tr:first-of-type {
    background-color: #ffb10d;
    color: #fff;
}

table tr:first-of-type td {
    background-color: rgba(0,0,0,0);
}
.nectar-fancy-ul ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
	font-weight: 500;
}
.nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
    font-size: 9px;
    height: 100%;
    line-height: 22px;
}

.used-machines {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.used-machine {
    width: 45%;
    margin: auto;
    margin-bottom: 40px;
}

@media only screen and (max-width: 999px) {

.used-machine {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
}

}

ul#menu-sub-nav-menu, ul#menu-sub-nav-menu-nargesa {
    text-align: center;
    width: 100%;
    margin: 0 auto;
	margin-bottom: 10px;
    padding: 10px 30px;
    background: #103861;
    justify-contet: center;
	transition: all .4s;
}

.home ul#menu-sub-nav-menu, .home ul#menu-sub-nav-menu-nargesa {
    text-align: center;
    width: 100%;
    margin: 0 auto;
	margin-bottom: 0px;
    padding: 10px 30px;
    background: #103861;
    justify-contet: center;
	transition: all .4s;
}
ul#menu-sub-nav-menu li, ul#menu-sub-nav-menu-nargesa li {
    list-style: none;
    display: inline-block;
    padding: 1px;
	transition: all .4s;
	border-bottom: 1px solid #103861;
    
    @media (max-width: 800px) {
        width: 50%;
    }
}
ul#menu-sub-nav-menu li:hover, ul#menu-sub-nav-menu-nargesa li:hover {
    border-bottom: 1px solid #27aae1;
	transition: all .4s;
}
ul#menu-sub-nav-menu li a, ul#menu-sub-nav-menu-nargesa li a {
    text-decoration: none;
    padding: 5px 30px;
    font-size: 15px;
    color: #ffffff;
	transition: all .4s;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	white-space: nowrap!important;
}

nav a {
	white-space: nowrap;
}

.sub-menu {
	width: 260px!important;
}

.cards {
	color: white!important;
}
 .material .footer-contact-form .wpb_content_element {
	margin-bottom: 0!important;
}

#menu-sub-nav-menu, #menu-sub-nav-menu-nargesa { margin-bottom: 0!important; }

body.single-products:has(.nargesa) #ajax-content-wrap {
	padding-top: 0!important;
}