#appinet-menu{
    position: relative;
}
#appinet-menu a.parent{

}
#appinet-menu .first-menu > ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    margin:0;
    padding:0;
}
#appinet-menu .first-menu  > ul > li > a {
    display: block;
    width: 100%;
    padding: 18px 20px;
    background-color:transparent;
    color:white;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
}
#appinet-menu .first-menu a{
    text-transform: uppercase;
}
#appinet-menu .submenu{
    position: absolute;
    padding: 10px;
    z-index: 998;
    width: 1170px;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    background-color:#fff;
    display: block;
    opacity: 0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    overflow: hidden;
    visibility: hidden;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
#appinet-menu .submenu.show{
    display: flex;
    align-items: start;
    justify-content: start;
    visibility: visible;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#appinet-menu .tabs-submenu {
    display: none;
}

#appinet-menu li.tab-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
}
#appinet-menu .submenu .menu_child_0{
    width: 20%;
}
#appinet-menu .submenu .menu_child_1{
    width: 20%;
    height: 350px;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #fefefe;
    border-left: 1px solid #d9dada;
    scrollbar-width: thin;
}
#appinet-menu .submenu .menu_child_2{
    width: 60%;
    height: 350px;
    overflow: hidden;
    overflow-y: scroll;
    border-left: 1px solid #d9dada;
    scrollbar-width: thin;
}
#appinet-menu .submenu ul.child_2{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap:2px;
    row-gap: 10px;
    flex-wrap: wrap;
 }
#appinet-menu .submenu ul.child_2 a > img{
    max-height: 100px;
    max-width: 100px;
}
#appinet-menu .submenu .child_2 li > a{
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
}
#appinet-menu .submenu a {
    padding: 5px 0;
    display: inline-block;
}
#appinet-menu .submenu a span {
    font-size: .775rem;
    color:#2b2a29;
}
#appinet-menu .submenu li{
    cursor: pointer;
}
#appinet-menu .submenu li .collapse-icons span{
    font-size: .685rem;
    color: #000;
}
#appinet-menu li.tab-item:hover span,
#appinet-menu li.tab-item.active span {
    color: #000;
    font-weight: bold;
}
#appinet-menu .submenu li:hover span {
    font-weight: bold;
}
.menu_child_1 li.tab-item:hover, .menu_child_1 li.tab-item.active {
    background-color: #f3f3f3;
}
#appinet-menu .submenu a:hover p
,#appinet-menu .submenu a:hover p span
{

    color:white;
}
.child_2 .menu-img-text {
    display: flex;
    align-items: start;
    min-height: 50px;
    font-size: 0.775rem!important;
    text-transform: capitalize;
    text-align: center;
}
#appinet-menu #submenu-bg{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#appinet-menu #submenu-bg #items-content{
    width: 85%;
}
#appinet-menu #submenu-bg #carousel-product{
    width: 15%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 5px;
}
#appinet-menu .items-content{
    display: flex;
    justify-items: center;
    justify-content: start;
    flex-wrap: wrap;
    padding: 5px;
}

#appinet-menu  .title {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color:white;
    font-weight: 500;
    font-size: 1rem;
}
#appinet-menu .parent-back{
    width: 20%;
    display: flex;
    height: 417px;

}

#appinet-menu .parent-back a{
    background-color: #41b8eb;
    gap: 40px;
    flex-direction: column;
    justify-content: end;
}
#appinet-menu .parent-back a .title{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 49px;
}
#appinet-menu .parent-back a .bnt-back{
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
.slide-right {
    animation: 3s slide-right;
}
.slide-left {
    animation: 3s slide-left;
}
#appinet-menu #btn-ham{
    position: absolute;
    top: 3px;
    right: 5px;
    width: 40px;
    height: 50px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    cursor:pointer;
}
#appinet-menu #btn-ham > span{
    background: black;
    width: 100%;
    height: 3px;
    margin: 7% 0;
}
#appinet-menu .product-bg{
    background-repeat: no-repeat;
    background-color: #efefef;
    width: 100%;
    height: 366px;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
}
#appinet-menu .product-bg a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    padding: 5px !important;
    border:none;
    margin-bottom: 0 !important;
}
#appinet-menu .product-bg a:hover{
    background-color: initial;
}

#appinet-menu .product-bg a img{

}
#appinet-menu .product-bg p{
    text-align: center;
    margin-bottom: 0;
    font-size: .675rem;
}
#appinet-menu .product-bg a .product-price .price-regular,
#appinet-menu .product-bg a .product-price .price-regular span{
    font-weight: 700;
}
#global-promo-timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 4px;
}
#global-promo-timer .txt-promo-timer{
    font-size: .675rem;
    font-weight: 700;
    color: #000;
    width: 30%;
    text-align: left;
    line-height: 1;

}
#global-promo-timer #promo-time-bg{
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    width: 65%;
    text-align: center;
}
#global-promo-timer #promo-time-bg #promo-time{
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    line-height: 1;
}
#global-promo-timer #promo-time-bg #promo-time > span{
    min-width: 30px;
    text-align: center;
}
#global-promo-timer #promo-time-bg #promo-time > span.separator{
    height: 16px;
    width: 1px!important;
    max-width: 1px!important;
    min-width: 1px!important;
    background-color: grey;
}
#global-promo-timer #promo-time-bg .timer-time{
    font-size: .555rem;
    font-weight: 300;
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    line-height: 1;
}
#global-promo-timer #promo-time-bg .timer-time >span{
    min-width: 30px;
    text-align: center;
}

@keyframes slide-right {
    from {
        margin-left: -100%;
    }
    to {
        margin-left: 0%;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slide-left {
    from {
        margin-left: 100%;
    }
    to {
        margin-left: 0%;
    }
}
@media (max-width: 1640px){
    #appinet-menu .items-content{
        justify-content: start;
    }
    #appinet-menu #items-content{
        width: 60%;
    }
    #appinet-menu #carousel-product{
        width: 40%;
    }
}
@media (max-width: 992px){
    #appinet-menu .submenu.show{
        align-items: start;
        justify-content: center;
        flex-wrap: wrap;
    }
    #appinet-menu .parent-back{
        width: 80%;
        margin-bottom: 25px;
        height: auto;
    }
    #appinet-menu .submenu a{
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
    }

    #appinet-menu #carousel-product
    ,#appinet-menu #submenu-bg #carousel-product{
        width: 100%;
    }
    #appinet-menu #submenu-bg,
    #appinet-menu #submenu-bg #items-content{
        display: block;
        width: 100%;
    }


}
@media (min-width: 1450px) {
    #appinet-menu .submenu {
        min-width: 1450px;
        max-width: 1450px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media (min-width: 767px) {
    #appinet-menu .submenu {
        min-width: 100%;
        max-width: 100%;
    }
}
