        .tabcontrol .tab button {
            display: inline-flex;
            align-items: center;
            column-gap: 10px;
            width: auto;
        }

        .searchstoreslists .listitemsright .tabcontrol .tab {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .searchstoreslists .listitemsright .tabcontrol .tab button {
            width: auto
        }


        .searchstoreslists .listitemsright .tabcontrol .tab button.tablinks.active img {
            fill: #741FA2;
            color: #741FA2;
        }

        .searchstoreslists .my-account-page .item .info.gray-bg {
            background-color: transparent !important;
            background-image: url('../images/mask-org.png') !important;
            background-size: cover !important;
        }

        .storelistitems .item .info .card-btn.gray {
            background-color: #BEBEBE;
        }

        .storelistitems .item .info .card-btn.active-clip.gray {
            background-color: #21C7AD;
        }

        @media only screen and (max-width: 767px) {
            .searchstoreslists .listitemsright .tabcontrol .tab button.tablinks {
                width: auto !important;
                font-size: 14px;
            }
        }

        @media only screen and (max-width: 500px) {
            .searchstoreslists .listitemsright .tabcontrol .tab button.tablinks {
                width: auto !important;
                font-size: 12px;
            }
        }