/* .avada-footer-scripts{
    margin-top: 60.5px;
}
#cpapp-nav{
    display: flex;
    flex-flow: row;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #ffffff;
    box-shadow: 0 5px 5px 5px rgb(0 0 0 / 30%);
    z-index: 9999;
} */
/* .cpapp-ni{
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    width: calc(20% - 10px);
    font-size: 11px;
    color: #555555;
    text-align: center;
    padding: 6px 5px;
    justify-content: center;
}
.cpapp-ni.current{
    background-color: #cacaca;
}
.cpapp-ni svg{
    fill: #555555;
}
.cpapp-cc{
    position: absolute;
    background-color: red;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 1;
    top: 6px;
    right: 22px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}
#prod-nav,
.cpapp-dashboard-nav{
    display: flex;
    flex-flow: row;
    margin-top: 20px;
    margin-bottom: 10px;
}
:not(a).nav-span{
    font-size: 0.8rem;
    padding: 1px 10px;
    display: inline-block;
    background-color: #000000;
    min-height: initial!important;
    border-radius: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-right: 5px;
    white-space: pre;
    cursor: pointer;
}
:not(a).nav-span.current{
    background-color: #aaaaaa;
    color: #000000;
}
.cpapp-dashboard-nav-cont{
    padding: 0!important;
    overflow: auto;
    scroll-behavior: smooth;
}
.cpapp-dashboard-nav{
    list-style: none;
    padding-left: 10px;
} */
/* .cpapp-dashboard-nav-cont::-webkit-scrollbar{
    display: none;
}
.cpapp-dashboard-nav-cont{
    -ms-overflow-style: none;
    scrollbar-width: none;
} */
/* #cpapp-footer{
	display: flex;
	flex-wrap: wrap;
	border-top: 2px solid rgb(202, 202, 202);
	padding-top: 20px;
	padding-bottom: 63px;
	margin: auto;
	width: calc( 100% - 20px );
}
#cpapp-footer img{
	width: 100%;
}
#cpapp-footer-left{
	width: 33%;
	height: fit-content;
}
#cpapp-footer-mid{
	width: 33%;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
}
#cpapp-footer-mid img{
	height: 29px;
	object-fit: contain;
}
#cpapp-footer-right{
	width: 100%;
	height: fit-content;
	display: flex;
	flex-wrap: wrap;
    padding-bottom: 10px;
}
#cpapp-footer-right img{
    height: 90px;
    object-fit: contain;
    width: auto;
    margin: 0 auto;
    max-width: 33%;
}
#cpapp-footer-bottom,
#cpapp-footer-top{
	width: 100%;
	height: fit-content;
	display: flex;
	flex-wrap: wrap;
    align-items: baseline;
}
#cpapp-footer-top{
    margin-bottom: 20px;
}
#cpapp-footer-bottom img{
	width: 50%;
	object-fit: contain;
	padding: 0 5px;
}
.cpapp-footer-details{
    background-color: rgb(202, 202, 202);
    width: calc( 50% - 10px );
    border-radius: 25px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    font-size: 11px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
}
.cpapp-footer-details-title{
    margin: 0;
}
#cpapp-footer-social{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#cpapp-footer-social a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
#cpapp-footer-social svg{
    width: 12px;
    height: 13px;
    fill: #ffffff;
}
.cpapp-footer-contact,
.cpapp-footer-info{
    list-style: none;
    padding: 0;
    text-align: left;
    font-size: 11px;
}
.cpapp-footer-info{
    text-align: center;
}
.fusion-li-item{
    display: flex;
} */