﻿
.top-list-controls {
    margin-bottom: 10px;
}

    .top-list-controls > div.col-md-4, .top-list-controls > div.col-md-6 {
        padding: 0;
    }

        .top-list-controls > div.col-md-4:first-child, .top-list-controls > div.col-md-6:first-child {
            display: flex;
            justify-content: flex-start;
        }

            .top-list-controls > div.col-md-4:first-child .btn-secondary, .top-list-controls > div.col-md-6:first-child .btn-secondary {
                background: transparent;
                border: 0px;
                border-radius: 0px;
                width: 100%;
                height: 100%;
                border-radius: 0px;
                color: #000;
            }

                .top-list-controls > div.col-md-4:first-child .btn-secondary.focus, .top-list-controls > div.col-md-4:first-child .btn-secondary:focus, .top-list-controls > div.col-md-6:first-child .btn-secondary.focus, .top-list-controls > div.col-md-6:first-child .btn-secondary:focus {
                    box-shadow: 0 0 0 0rem;
                }

            .top-list-controls > div.col-md-4:first-child .dropdown, .top-list-controls > div.col-md-6:first-child .dropdown {
                position: static;
            }

                .top-list-controls > div.col-md-4:first-child .dropdown.show .btn-secondary, .top-list-controls > div.col-md-6:first-child .dropdown.show .btn-secondary {
                    background: #fff;
                    color: #000 !important;
                }

                .top-list-controls > div.col-md-4:first-child .dropdown .dropdown-menu.show, .top-list-controls > div.col-md-6:first-child .dropdown .dropdown-menu.show {
                    width: 100%;
                    right: 0 !important;
                    left: auto !important;
                    transform: translate3d(0px, 36px, 0px) !important;
                    padding: 10px;
                    display: flex !important;
                    justify-content: center;
                    flex-wrap: wrap;
                }

                .top-list-controls > div.col-md-4:first-child .dropdown .list-color .colors ul, .top-list-controls > div.col-md-6:first-child .dropdown .list-color .colors ul {
                    margin-bottom: 0 !important;
                }

                    .top-list-controls > div.col-md-4:first-child .dropdown .list-color .colors ul li, .top-list-controls > div.col-md-6:first-child .dropdown .list-color .colors ul li {
                        margin-right: 3px;
                        cursor: pointer;
                        border: 3px solid #fff !important;
                    }

                        .top-list-controls > div.col-md-4:first-child .dropdown .list-color .colors ul li:last-child(), .top-list-controls > div.col-md-6:first-child .dropdown .list-color .colors ul li:last-child() {
                            margin-right: 0px;
                        }

                        .top-list-controls > div.col-md-4:first-child .dropdown .list-color .colors ul li.active img, .top-list-controls > div.col-md-6:first-child .dropdown .list-color .colors ul li.active img {
                            border: 3px solid #000000 !important;
                        }

                        .top-list-controls > div.col-md-4:first-child .dropdown .list-color .colors ul li:hover, .top-list-controls > div.col-md-6:first-child .dropdown .list-color .colors ul li:hover {
                            border: 3px solid #000000 !important;
                        }

                        .top-list-controls > div.col-md-4:first-child .dropdown .list-color .colors ul li img, .top-list-controls > div.col-md-6:first-child .dropdown .list-color .colors ul li img, .top-list-controls > div.col-md-4:first-child .dropdown .list-color .colors ul li img, .top-list-controls > div.col-md-6:first-child .dropdown .list-color .colors ul li p {
                            width: 48px;
                            height: 48px;
                            
                        }

                .top-list-controls > div.col-md-4:first-child .dropdown .size ul, .top-list-controls > div.col-md-6:first-child .dropdown .size ul {
                    margin-bottom: 0px !important;
                }

                    .top-list-controls > div.col-md-4:first-child .dropdown .size ul li, .top-list-controls > div.col-md-6:first-child .dropdown .size ul li {
                        flex: 0 0 auto;
                        text-transform: uppercase;
                        margin-right: 10px;
                        border: 3px solid transparent !important;
                        padding: 0px 5px;
                        position: relative;
                        cursor: pointer;
                    }

                        .top-list-controls > div.col-md-4:first-child .dropdown .size ul li:after, .top-list-controls > div.col-md-6:first-child .dropdown .size ul li:after {
                            position: absolute;
                            content: "";
                            width: 7px;
                            height: 2px;
                            top: 11px;
                            right: -11px;
                            background: #000;
                        }

                        .top-list-controls > div.col-md-4:first-child .dropdown .size ul li:last-child:after, .top-list-controls > div.col-md-6:first-child .dropdown .size ul li:last-child:after {
                            width: 0px;
                        }

                        .top-list-controls > div.col-md-4:first-child .dropdown .size ul li:hover, .top-list-controls > div.col-md-6:first-child .dropdown .size ul li:hover {
                            border: 3px solid #000000 !important;
                        }

                        .top-list-controls > div.col-md-4:first-child .dropdown .size ul li.active, .top-list-controls > div.col-md-6:first-child .dropdown .size ul li.active {
                            padding: 0px 6px;
                            border: 3px solid #000000 !important;
                        }

        .top-list-controls > div.col-md-4:last-child .input-group .input-group-prepend .input-group-text, .top-list-controls > div.col-md-6:last-child .input-group .input-group-prepend .input-group-text {
            background: transparent;
            border: 0;
            color: #000;
        }

        .top-list-controls > div.col-md-4:last-child .input-group .custom-select, .top-list-controls > div.col-md-6:last-child .input-group .custom-select {
            border-radius: 0px;
            border: 0px;
            background: rgba(255, 255, 255, 0.2);
            border-left: 1px solid #000000;
            color: #000000;
        }

        .top-list-controls > div.col-md-4:last-child .input-group::before, .top-list-controls > div.col-md-6:last-child .input-group::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "";
            position: absolute;
            right: 10px;
            z-index: 99;
            top: -3px;
            color: #000;
            bottom: 0;
            margin: auto;
            height: 18px;
        }

.grid-one-wrap{
    position:relative;
    display:block;
    top:9px;
}
i.grid-one:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 6px;
    background: black;
    border-radius: 1px;
    top: 0px;
    
}
i.grid-one:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 6px;
    background: black;
    border-radius: 1px;
    bottom: 0px;
    margin-bottom: 1px;
}
a.view-layout.active .grid-one:after, a.view-layout.active .grid-one:before {
    background: #1f3755 !important;
}
a#listView {
    height: 100%;
    align-items: center;
}