.footer-ribbon-box{
    height: initial;
    transition: transform 150ms;
    transform: translateX(0px);
}

.footer-ribbon-box:hover{
    transform: translateX(5px);
}

.footer-ribbon-box + .footer-ribbon-box{
    right: 0%;
    margin-bottom: 0px !important;
} 

.footer-ribbon-box + .footer-ribbon-box > .footer-ribbon{
    background: #EC407A;
}

#search .ajaxadvance .content .category{
    color: #EE5476;
    font-size: 12px;
    font-weight: bold;
}

.button-banner a{
    padding: 7.5px 20px 10px 20px!important;
}

.btn-menu-top-custom{
    transition: none;
    background: #FF0000;
    color: #fff;
    text-align: left;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 0px;
    margin-left: 0px;
    border: 0px;
    font-weight: 400;
    height: 40px;
    padding: 10px 18px;
}

.btn-menu-top-custom:hover{
    background: #EE5476 !important;
}

.btn-menu-top-custom.vh3 svg {
    width: 20px;
}

.btn-menu-top-custom .text-category {
    margin-right: 10px;
    margin-left: 10px;
}

.btn-menu-top-custom svg.icon-arrow {
    float: right;
    margin-right: -3px;
    margin-top: 3px;
}

.macro-menu{
    position: relative;
}

.macro-menu .btn-menu-top-custom{
    position: relative;
    z-index: 1500;
}

.macro-menu .drop-menu-small{
    position: absolute;
    top: 30px;
    z-index: 100;
    left: -45px;
    right: 0px;
    list-style: none;
    background: #1f2837;
    border: none;
    border-radius: 10px;
    transform: translateY(4px);
    display: block;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 24px 0 rgb(0 0 0 / 9%);
    margin: 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    z-index: -1;
    height: 0px;
    overflow: hidden;
    padding: 0px;
    min-width: 270px;
}

.macro-menu:hover .drop-menu-small{
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 1000;
    height: auto;
    padding: 25px 10px 15px 25px;
    width: calc(100%);
}

.macro-menu .drop-menu-small ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.macro-menu .drop-menu-small ul li{
    
}

.macro-menu .drop-menu-small ul li:not(:last-child){
    margin-bottom: 10px;
}

.macro-menu .drop-menu-small ul li a{
    color: #fff;
    font-size: 14px;
    transition: color 150ms;
}

.macro-menu .drop-menu-small ul li a:hover{
    color: #FF0000;
}

.category_description p {
    font-size: 16px; 
    line-height: 23px;
    color: #fff;
}

.category-title{
    cursor: pointer;
    transition: 150ms;
    user-select: none;
}

.category-title:hover{
    color: rgba(255, 0, 0, 0.75);
}

.category-title-closed:after{
    content: " >>";
    display: inline;
}

.category-title-opened:after{
    content: " <<";
    display: inline;
}

.filter-container{
    padding-top: 10px;
    position: relative;
}

.filter-container > .panel.fixed{
    position: fixed;
}

.filter-container > .panel.stickyFooter{
    position: absolute;
    bottom: 0px;
    top: initial !important;
}

.box-bg-full.bg_mode_pos_11{
    display: none;
}

.cart_fix_mob #cart > .btn .cart-total{
    display: none !important;
}

@media screen and (max-width: 768px){
    
    .footer-ribbon-box {
        display: block;
        position: static;
        margin-bottom: 15px;
        text-align: center;
    }
    
    footer.ls-dark-theme .footer-top, footer.ls-dark-theme .footer-center, footer.ls-dark-theme .footer-bottom{
        border: none;
    }
    
}

.header-top{
    justify-content: space-between;
}

.header-top__wrap{
    width: 100%;
}

.header-top__wrap .box-search{
    margin-right: 10px;
}

.category-title__row{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 20px;
}

.category-title__row h1{
    margin: 0;
}

.category-video{
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 28px;
    color: #fff;
    padding: 8px 12px;
    border: 1px solid #ffffff;
    border-radius: 8px;
}

.category-video svg{
    position: relative;
    transform: rotate(-90deg);
    transition: transform .3s;
    width: 40px;
    height: 40px;
}

.category-video svg circle {
    transition: .1s;
}

.category-video:hover, .category-video:focus{
    opacity: 1;
    transition: color .1s;
    background-color: #F00;
    color: #ffffff;
    border-color: #F00;
}

.header__logo-container{
    min-width: 280px;
}

@media(max-width: 1500px){
	.header__logo-container{
        min-width: 220px;
	}

    .header-top__wrap #search{
        width: 100%;
        min-width: 200px;
    }
}

.header-top.dflex{
    align-items: center;
}

.fancybox__content:has(video){
    min-height: 80vh!important;
}
