    .dropdown-mm a {
        text-decoration: none;
    }
    
    .sbg-logo img {
        width: 190px;
        height: 80px;
        /* border: 1px solid #BC59A8; */
    }
    
    @media screen and (max-width:480px) {
        .sbg-logo img {
            width: 110px;
            height: 50px;
        }
    }
    
    .search-bar {
        min-width: 360px;
        padding: 0 20px;
    }
    
    @media (max-width: 999px) {
        .search-bar {
            position: fixed;
            top: 50px;
            left: 0;
            right: 0;
            padding: 20px;
            box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
            background: white;
            z-index: 999;
            transition: 0.3s;
            visibility: hidden;
            opacity: 0;
        }
    
        .search-bar-show {
            top: 65px;
            visibility: visible;
            opacity: 1;
        }
    }
    
    .search-form input {
        border: 0;
        font-size: 14px;
        color: #012970;
        border: 1px solid rgba(1, 41, 112, 0.2);
        padding: 7px 38px 7px 8px;
        border-radius: 3px;
        transition: 0.3s;
        width: 100%;
    }
    
    .search-form input:focus,
    .search-form input:hover {
        outline: none;
        box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
        border: 1px solid rgba(1, 41, 112, 0.3);
    }
    
    .search-form button {
        border: 0;
        padding: 0;
        margin-left: -30px;
        background: none;
    }
    
    .search-form button i {
        color: red;
    }

    .sell-with-us-button {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 12px 8px 16px;
        gap: 8px;
        height: 40px;
        width: 150px;
        border: none;
        background: #056bfa27;
        border-radius: 20px;
        cursor: pointer;
      }
      
      .sell-with-us-lable {
        margin-top: 1px;
        font-size: 19px;
        line-height: 22px;
        color: #056DFA;
        font-family: sans-serif;
        letter-spacing: 1px;
      }
      
      .sell-with-us-button:hover {
        background: #056bfa49;
      }
      
      /* .sell-with-us-button:hover {
        animation: spin 1s linear infinite;
      } */
      
      @keyframes spin {
        0% {
          transform: rotate(0deg);
        }
      
        25% {
          transform: rotate(-8deg);
        }
      
        50% {
          transform: rotate(0deg);
        }
      
        75% {
          transform: rotate(8deg);
        }
      
        100% {
          transform: rotate(0deg);
        }
      }
    
    @media (min-width:481px) and (max-width:899px) {
        .shopping-cart {
            position: absolute;
            margin-left: 70%;
        }
    
    }
    
    /* .price_act{
        color:#bc59a8;
    }
     */
    /* .breadcrumb li a{
        color: #bc59a8;
        font-weight: bold;
    }
    
    .breadcrumb-item.active{
        color: black;
    } */
    
    @media (min-width:1099px) {
        .noti_num{
            position:absolute;
            top:15px;
            right:30px;
            background:#F37B25;
            width:23px;
            height:23px;
            text-align:center;
            border-radius:14px;
            padding:3px;
            color:#fff;
            font:13px 'open_sanssemibold';
            color:#fff
        }
        
    }
    
    @media (min-width:699px) and (max-width:1098px) {
        .noti_num{
            
            position:absolute;
            top:15px;
            right:85px;
            background:#F37B25;
            width:23px;
            height:23px;
            text-align:center;
            border-radius:14px;
            padding:3px;
            color:#fff;
            font:13px 'open_sanssemibold';
            color:#fff
            
        }
        
    }
    
    @media screen and (max-width:698px) {
        .noti_num{
           
            position:absolute;
            top:15px;
            right:85px;
            background:#F37B25;
            width:23px;
            height:23px;
            text-align:center;
            border-radius:14px;
            padding:3px;
            color:#fff;
            font:13px 'open_sanssemibold';
            color:#fff
            
        }
        
    }