nav {
    position: relative;
    margin: auto;
    width: 100%;
    z-index: 99;
    background: #fff
}

.desktop-show {
}

.menu-desktop .nav>li {
    display: block;
    text-align: left;
}

.menu-desktop .nav> .active a {
    position: relative;
    z-index: 1;
    /* border-radius: 7px 7px 0 0; */
    color: var(--culoare-activa);
}

.mega-menu-category>ul>li.has-sub.wide.active a {
    background-color: #fff;
    position: relative;
    z-index: 1
}

.nav>li>a {
    position: relative;
    display: grid;
	align-items: center;
    height: 130px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
	text-align: center;
	justify-content: center
}

.menu {
    list-style: none;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    border-left: 0;
    margin: 0;
    margin-left: -30px
}

.menu>li {
    float: left
}

.menu>li>a {
    display: block;
    line-height: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    padding: 8px 24px;
    border-left: 1px solid #d9d9d9
}

.menu>li:first-child>a {
    border-left: 0
}

.menu>li.active>a,.menu>li>a:focus,.menu>li>a:hover {
    text-decoration: none;
    color: #0083c1
}

.category-page .mega-menu-category,.error-page .mega-menu-category,.faq-page .mega-menu-category,.multiple-addresses-page .mega-menu-category,.shopping-cart-page .mega-menu-category {
    display: none
}

.mega-container {
    z-index: 1;
}

.navleft-container {
}

.mega-menu-title {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.minify-header .mega-menu-title {
    opacity: 0
}

.nav-icon {
    padding-left: 0;
    padding-right: 0
}

.mega-menu-title i {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: -3px;
    color: #303030;
}

.mega-menu-title h3 {
    font-size: 18px;
	font-weight: 700;
	padding: 0 15px;
    margin: auto;
	line-height: 97px;
    color: #000;
    display: flex;
    align-items: center;
	justify-content: center;
	text-align: center;
}

.mega-menu-title h3:hover {
	color:  var(--primary-hover-color);
}

.mega-menu-category {
    border-top: 0;
    height: auto;
    /* overflow-y: auto; */
    column-count: 1;
    border-top: unset;
    padding: 0px 0px;
    top: 97px;
    position: absolute;
    background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
}

@media (min-width: 1281px) {
	.mega-menu-category {
		min-width: 240px !important;
	}
}

/*
@media (max-width: 1200px) {
    .mega-menu-category {
        border-top:0;
        height: 285px;
        overflow: hidden;
        overflow-y: auto;
    }
}
*/

@media (max-width: 991px) {
    .mega-menu-category {
        border-top:0;
        max-height: 395px;
        overflow: hidden
    }
}

.mega-menu-category ul {
    padding: 0;
    margin: 0;
    width: 240px;
	border-top: solid 3px var(--primary-hover-color);
}

.mega-menu-category>.nav>li>a {
    color: #666;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
	line-height: 40px;
	}
.mega-menu-category>.nav>li>a:hover {
    position: relative;
    z-index: 1;
    color: var(--primary-hover-color);
}

.mega-menu-category>.nav>li>a:hover img {
}

.mega-menu-category>.nav>li>a img {
    vertical-align: -5px;
    margin-right: 10px;
    z-index: 999;
    position: relative;
    width: 20px;
}

.mega-menu-category>.nav>li:hover>a:before {
    position: absolute;
    content: "";
    width: 31px;
    height: 31px;
    border-radius: 50%;
    left: 13px;
    top: 3px;
    opacity: .7
}

.mega-menu-category>.nav>li>a .fa {
    width: 20px;
    font-size: 13px
}

.custom-offer a {
    font-weight: 700!important;
    border-bottom: none!important
}

.mega-menu-category ul li ul {
    border: none;
    box-shadow: none;
    /* border-radius: 7px; */
    width: 100%;
}

.mega-menu-category>.nav>li>a .fa.fa-child,.mega-menu-category>.nav>li>a .fa.fa-gift,.mega-menu-category>.nav>li>a .fa.fa-home {
    font-size: 15px
}

.mega-menu-category>.nav>li>a:hover .fa {
    color: #333
}

.mega-menu-category>.nav>li>a:after {
    content: "\0000BB";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 10px;
    background: #e6e6e6;
    width: 20px;
    text-align: center;
    border-radius: 0;
    height: 20px;
    line-height: 18px;
    color: #091009;
    display: none
}

.mega-menu-category>.nav>li.nosub>a:after {
    display: none
}

.mega-menu-category>.nav>li.view-more-cat>a {
    border-bottom: 0
}

.mega-menu-category>.nav>li.view-more-cat>a:after {
    content: ""
}

.mega-menu-category>.nav>li.active>a,.mega-menu-category>.nav>li>a:focus,.mega-menu-category>.nav>li>a:hover {
    position: relative
}

.menu-hide {
    display: none!important
}

.wrap-popup {
    position: absolute;
    left: 0px;
    top: 130px;
    width: 500%;
    background: #fff;
	border: 0px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 3px, rgba(0, 0, 0, 0.24) 0px 4px 3px;
	display: none;
}

.wrap-popup.column2 {
    width: 400px
}

.wrap-popup.column1 {
    width: 100%;
}

.wrap-popup.column1:hover .mega-menu-category>ul>li.has-sub.wide.active a {
    background-color: red;
}

.popup {
    background: #fff;
    text-align: left;
    z-index: 1;
	padding: 20px 30px;
}

.popup h3 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 4px;
    letter-spacing: normal;
    color: #333
}

.popup h3 a {
    color: #333
}

.popup .nav>li>a {
    font-size: 18px;
    color: #585858;
    padding: 1px 7px 1px 10px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 20px;
	text-align: center;
}

.popup .nav>li>a:focus,.popup .nav>li>a:hover {
    color: #b45132;
    background-color: transparent;
}

.box-banner {
    padding-bottom: 10px
}

.box-banner+.box-banner {
    margin-top: 10px
}

.box-banner:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.box-banner h3 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0
}

.box-banner .price-sale {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300
}

.box-banner .price-sale sub,.box-banner .price-sale sup {
    font-size: 16px;
    font-weight: 700
}

.box-banner .price-sale sub {
    bottom: 3px;
    left: -22px
}

.box-banner .price-sale sup {
    top: -17px;
    left: -8px
}

.box-banner a {
    text-transform: capitalize;
    color: #fff;
    text-decoration: underline
}

.box-banner {
    position: relative
}

.box-banner .add-right {
    margin-top: 3px
}

.add-desc {
    position: absolute;
    top: 12%;
    left: 10%
}

.box-banner a:hover {
    color: #0083c1
}

.has-sep:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -10px
}

.navbar-primary {
    background-color: #0083c1;
    margin: 0;
    border: 0
}

.navbar-brand {
    margin-top: 0;
    margin-bottom: 0
}

.navbar-primary .navbar-brand {
    color: #fff;
    font-weight: 700
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover,.navbar-nav>li.active>a,.navbar-nav>li>a:focus,.navbar-nav>li>a:hover {
    background-color: transparent;
    color: #000
}

.nav-container {
    margin: auto;
    position: relative;
}

.features-block {
    width: 100%;
    text-align: left;
}

.features-block a {
    color: #000;
    font-size: 16px;
	font-weight: 400;
    padding: 0 15px;
    border-radius: 0px;
    position: relative;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
}
.features-block a:first-child{
	padding-left: 0px !important;
}

.features-block a:hover {
    color:  var(--primary-hover-color) !important;
    border-radius: 0;
}

.our-features-box>div>div>a:first-child {
}

.our-features-box>div>div>a:first-child:before {
}

@media (max-width: 1200px) {
    .our-features-box>div>div>a:first-child {
        margin-left: 0em;
    }
}

.dropdown-item {
    display: block!important;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    border-top: 1px solid #eee;
    margin: 0!important
}

.dropdown-menu.show {
    top: 14px;
    padding: 0;
}

.mm-toggle-wrap {
    display: none
}

@media only screen and (max-width: 479px) and (min-width:320px) {
    .mm-toggle-wrap {
        display:inline-block;
        position: absolute;
        right: 10px;
        top: 19px
    }
}

span.btn-lateral a {
    padding: 0;
    margin: 0;
    border: none;
    color: #fff;
    background: #0072bb
}

.telefon-contact {
    float: right
}

.telefon-contact a {
    border-radius: 30px;
    font-size: 12px;
    color: #f3f3f3;
    font-weight: 600;

    border: 1px solid #ddd;
    color: #ff9800
}

@media (max-width: 991px) {
    .telefon-contact a {
        font-size:14px;
        padding: 2px 10px;
        position: relative;
        right: -25px;
        top: 1px
    }
}

.menu-desktop {

    position: relative;
    z-index: 100;
    display: block;
}

#menunomobd {
    position: relative;
}

.show_menu {

    opacity: 1;
    margin-top: 0
}

.minify-header .menu-desktop {
    background-color: rgba(45,46,48,.87);
    padding: 0 0;
    margin-top: 5px;

    overflow: hidden;
    opacity: 0;
    margin-top: -15px;
    z-index: -4;
    position: relative
}

@media (max-width: 1199px) {
    .menu-desktop {
        padding:5px 0;
        display: none;
    }
}

@media (max-width: 1199px) {
    .desktop-show {
        display:none
    }
}

.minidisplay-show {
    display: none
}

@media (max-width: 991px) {
    .minidisplay-show {
        display:inline-flex;
        width: 100%;
        align-items: center
    }
}

.expandsub .open {
    color: red
}

.mobile-menu .expand:after {
    content: "\f068";
    position: absolute;
    transform: rotate(90deg);

    right: 10px
}

.mobile-menu .open:after {
    content: "\f068";
    position: absolute;
    transform: rotate(0);

}

.show {
    /* display: block */
}

.common-home .mega-menu-category.inchis {
    display: block;
}

.mega-menu-category.inchis {
    display: none
}

.left-menu-side {
    width: 25%
}

.right-menu-side {
    width: 75%
}

.cat2tilte {
    text-transform: none;
    font-size: 14px;
    display: block;
    margin: 1px 0 1px 0;
    font-weight: 600;

    background-color: transparent!important;
    color: black;
}

.cat2tilte:hover {
    color: #f95a09;

}

.cat2tilte:first-letter {
    text-transform: capitalize
}

.popup::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5
}

.popup::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5
}

.popup::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #555
}

.mega-menu-category::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5
}

.mega-menu-category::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5
}

.mega-menu-category::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #555
}

.all-in-menu {
    /* column-rule: 1px groove #fff; */
    padding: 10px 10px;
}

@media (max-width: 1200px) {
    .all-in-menu {
        column-count: 2 !important;
        column-rule: 3px groove #ddd;
        padding: 10px 10px;
    }
}

.categ-ories {
    display: inline-block;
    padding-right: 0px;
    padding-left: 5px;
	width: 25%;
}

#menunomob .mega-menu-category > ul > li:last-child a {
    /* border-bottom: none; */
    /* background: #94b1a6; */
    /* color: #fff; */
    border-bottom: none;
}

.img_fundal {
    max-height: 340px;
    padding-right: 10px;
}

.inside-col {
    padding: 7px 0px 0px 0px;
}

.inside-col li a {
    color: #000;
    padding: 5px 0px !important;
}

.column-auto {
    max-width: 700px;
}

/* Start menu bar buton */
.menu_bars {
    display: inline-grid;
    align-items: center;
    width: 30px;
    height: 18px;
    margin-right: 10px;
}

.mbt {
    width: 100%;
    height: 2px;
    background: #f95a09;
    display: block;
}

.mbm {
    width: 85%;
    height: 2px;
    background: #f95a09;
    display: block;
}

.mbb {
    width: 55%;
    height: 2px;
    background: #f95a09;
    display: block;
}

/* End menu bar buton */
.menu_social_btns {
    float: right;
    margin-right: -5px;
}

.menu_social_btns a {
    padding: 5px 7px 5px 10px;
    margin: 0px;
    border: unset;
}

.menu_social_btns a:hover {
    border: unset;
    margin: 0;
    transform: scale(1.2);
}





.menu-list{
	display: inline-block;
}
.height60{
	height: 60px;
}
.mega-menu-title h3 a{
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 96px;
}
.mega-menu-title h3 a:hover {
	color:  var(--primary-hover-color) !important;
}
.menu-desktop .colservicii .nav>li{
	width: 100%;
}
.buttonacasa{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding: 0 15px;
    border-radius: 0px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    line-height: 36px;
    letter-spacing: 1px;
}
.buttonacasa:hover {
    color: var(--primary-hover-color) !important;
    border-radius: 0;
}
.subcategoriemenualin{
	display: inline-block;
	font-size: 14px;
    font-weight: 500;
    color: #000 !important;
}
.subcategoriemenualin:hover{
	color: #000 !important;
	background: #f1f1f1;
}
.subsubcateg{
	display: block;
	color: #000 !important;
	padding-left: 20px;
}
.titlucategmare{
	margin-top: 20px;
}
.afisaredindreapta .wrap-popup{
	left: initial !important;
	right: 0 !important;
}