
    .play-icon i {
    font-size: 25px;
    color: white;
    }
    .fs-28{
    font-size: 1.75rem;
    }
    .breadcrumb-bar {
    padding: 40px 0 40px;
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, #FEE0DE 0%, #E4F5FD 51.39%, #DDEDFF 100%);
    }
    .breadcrumb-bar .breadcrumb-title {
    font-size: 36px;
    color: var(--gray-900);
    }
    @media (max-width: 991.98px) {
    .breadcrumb-bar .breadcrumb-title {
    font-size: 26px;
    }
    }
    footer svg
    {
    height:60px;
    }
    .main-menu-wrapper {
    background-color: black !important;
    }
    .main-nav ul {
    background-color: black;
    }
    .main-nav > li {
    border-bottom: 1px solid black;
    }
    .main-nav > li > a {
    background: black !important;
    }
    .ps-navigation--footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    min-height:90px;
    background-color: white;
    border-top: 1px solid #f0f2f5;
    display: flex;
    padding: 5px 0;
    display: flex;
    justify-content: space-around;
    background: #fff;
    padding: 10px 0;
    }
    .ps-nav__item {
    width: 80px;
    }
    .ps-navigation--footer .ps-nav__item {
    flex: 1;
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
    display: flex;
    /*  flex-direction: column;*/
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
    .ps-navigation--footer .ps-nav__item a {
    color: #000;
    /*display: inline-flex;*/
    display: flex;
    width: auto;
    height: 44px;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    }
    .ps-navigation--footer .ps-nav__item i {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    }
    .ps-navigation--footer .ps-nav__item .badge {
    position: absolute;
    top: 4px;
    right: 2px;
    width: 18px;
    height: 18px;
    font-size: 9px;
    border-radius: 50%;
    display: flex;
    background-color: #103178;
    color: white;
    }
.ps-nav__item a:hover  {
    color:greenyellow !important;
    }
    .main-nav li a:hover{
    color:rgb(255, 136, 0)  !important;
    }


    .ps-nav__item a.active ,.main-nav li.active a {
    color: #f25e61 !important;
    }


    .ps-navigation--footer .ps-nav__item #close-menu {
    display: none;
    }
    .ps-navigation--footer .ps-nav__item.active #close-menu {
    display: inline-flex;
    }
    .ps-navigation--footer .ps-nav__item.active #open-menu {
    display: none;
    }
    p{
    font-size:18px;
    }
    .offcanvas.offcanvas-start{
    width : 80vw!important;
    }
    .settings-menu ul li.active p{
    color:#ff3b3b !important;
    }
    .offcanvas-header .btn-close{
    }
    .offcanvas-header{
    padding:0px !important;
    }
    .settings-menu hr{
    margin: 0.7rem 0;
    }
    .notification-wrapper {
    position: relative;
    display: inline-block;
    }
    .notification-wrapper i {
    font-size: 24px;
    }
    .notification-dot ,.notification-dot-cart
    {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #ff3b3b;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 0 1px white;
    }
    .notification-dot-cart {
    top: -5px;
    right: -5px;
    }
    .notification-dot{
    top: -2px;
    right: 2px;
    }
    .cart-dot-top {
    position: absolute;
    top: -3px;
    right: -4px;
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 50%;
    content: '';
    display: inline-block;
    }
    .wishlist-dot-top {
    position: absolute;
    top: 0px;
    right: -4px;
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 50%;
    content: '';
    display: inline-block;
    }
    .mx-2{
    margin-left:100px;
    }
    .two-column-list {
    column-count: 2;
    column-gap: 2rem;
    padding-left: 2rem;
    }
    .two-column-list li {
    break-inside: avoid;
    list-style: none;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
    }
    .two-column-list li::before {
    content: "✓";
    color: #fff;
    background-color: #f25e61;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 4px;
    }
    .footer-about-content{
    color: #f0f2f5;
    font-size: 16px;
    }
.footer-top .footer-about-content {
max-width: 82%;
}
.copyright p {
color: #ffffff;
}
    .bottom{
    font-size: 12px;
    line-height: 1.2;
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    @media (max-width: 991.98px) {
    .dup {
    padding-bottom: min(20%, 80px) !important;
    }
}

.has-submenu {
    position: relative;
}

.menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    color: #222;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s ease;
}

.menu-link:hover {
    background-color: #f5f5f5;
    color: #000;
}
 .submenu {
max-height: 80vh;
overflow-y: auto;

}

.select2-container {
  min-width: 90% !important;
}


@media (max-width: 991.98px) {
    .footer {
        padding-bottom: min(20%, 2px) !important;
    }
}
