.breadcumb_area {
  position: inherit !important;
  z-index: 1;
  width: 100%;
  height: 140px;
  background-color: #000;
}
.breadcumb_area .page-title .likeh1 {
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: 'Conv_nougatine';
    font-weight: normal;
    color: #FFF;
}
.breadcumb_area .page-title .likeh2 {
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #FFC107 !important;
    text-transform: uppercase;
    font-family: 'Conv_Grodna Demo';
    font-weight: normal;
}

.new_arrivals_area {
    padding-top: 30px;
}

p.no-prod {
    /* Dimensioni e Centratura */
    height: 500px;
    display: flex;             /* Attiva Flexbox */
    align-items: center;       /* Centra verticalmente */
    justify-content: center;   /* Centra orizzontalmente */
    margin: 0;                 /* Rimuove margini di default che potrebbero sballare la centratura */

    /* Stile del testo */
    text-align: center;
    font-size: 39px;
    color: #c62929;
    text-transform: uppercase;
    font-family: 'Conv_Grodna Demo';
}
.productmenu-cf>nav>ul>li.mtree-node.mtree-closed>a:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 4px 10px;
    font-size: 18px;
    float: right;
    color: #000;
}
.productmenu-cf>nav>ul>li.mtree-node.mtree-open>a:after {
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 4px 10px;
    font-size: 18px;
    float: right;
    color: #000;
}
.productmenu-cf>nav>ul li.mtree-active>a:after {
    color: #FFF !important;
}
.productmenu-cf>nav>ul.mtree.transit>li#cat_0_0.active>a {
    color: #fff !important;
    background-color: #cd4b4c;
    padding-left: 10px;
}
#cat_0_0>a:after {
    content: none !important;
    display: none !important;
}
.mtree.transit li:first-child {
	border-top: 1px solid #ccc;
}
.mtree.transit li {
	border-bottom: 1px solid #ccc;
}
.mtree-level-1 li a:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 5px 10px;
    font-size: 18px;
    float: left;
    color: #000;
}
.productmenu-cf>nav>ul li.mtree-active>a:before {
    color: #FFF;
}
.mtree.transit.marche li.active a {
    color: #fff !important;
    background-color: #cd4b4c;
    padding-left: 10px;
}












