.price-met{
    background: #ed969685;
    font-size: 14px;
    border-radius: 32px;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #bf0d0d;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.price-met-label{
    color: #2e3192;
}
.color-red{
    color: #bf0d0d;
}
.hidden{
    display: none !important;
}
.p-home-best-selling__heading span.text-primary{
    color: rgb(46 49 146) !important;
}
.p-component-popular-products .bg-secondary{
    background: rgb(135 18 39) !important;
}

.p-component-products{
    overflow: hidden;
}

.p-component-products .heading-x{
    
}
.p-component-products .heading-x a{
    position: relative;
    color: rgb(46 49 146) !important;
}
.p-component-products .heading-x a:hover{
    color: rgb(135 18 39) !important;
}
.p-component-products .heading-x a::before, .p-component-products .heading-x a::after{
    position: absolute;
    top: 50%;
    content: "";
    width: 80px;
    height: 3px;
    background-color: rgb(135 18 39) !important;
}
.p-component-products .heading-x a::before{
    left: -85px;
}
.p-component-products .heading-x a::after{
    right: -85px;
}
.c-consultation-distribution .bg-secondary{
    background-color: rgb(135 18 39) !important;
    border-color: #fff !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    color: rgb(46 49 146);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
    color: rgb(135 18 39);
}

.text-view-more{
    text-align: center;
}
.text-view-more a{
    border-color: var(--bs-btn-active-border-color);
    color: rgb(135 18 39);
    border-radius: 50rem;
    color: rgb(255 255 255);
    border-radius: 50rem;
    padding: 10px 20px;
    display: inline-block;
    background: #2f328f;
    margin-top: 20px;
}
.c-header-info .btn.bg-secondary{
    background-color: #861126 !important;
}
.p-component-news-video{

}
.p-component-news-video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
}

.box-video-aside .title-aside{
    font-size: 20px !important;
    margin-bottom: 20px;
}
.box-video-aside .box-list-video .video-item{
    margin-bottom: 20px;
}
.box-video-aside .box-list-video .video-item iframe{
    width: 100%;
    max-height: 180px;
    border-radius: 8px;
}
.box-video-aside .box-list-video .video-item h4{
    font-size: 16px;
}
.container-video{
    
}
.container-video .video-popup-trigger{
    position: relative;
}
.container-video .video-popup-trigger .icon-yt{
    content: "";
    position: absolute;
    top: calc(50% - 50px / 2);
    left: calc(50% - 50px / 2);
    width: 50px;
    height: 50px;
    background-image: url(../images/icon-youtube.png);
    /* background-color: #fff; */
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}
#video-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-popup-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.video-popup-container {
    position: relative;
    z-index: 2;
    background: #000;
    padding: 10px;
    max-width: 800px;
    width: 90%;
}

.video-popup-content iframe {
    width: 100%;
    height: 450px;
}

.video-popup-close {
    position: absolute;
    top: -15px; right: -15px;
    width: 30px; height: 30px;
    background: #000;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        color: #fff;
    }
}