input[name="category"] {
    -webkit-appearance: none;
}

.store-category {
    height: 160px;
    width: 100%;
    border: 6px solid gray;
    margin: auto;
    position: relative;
    color: gray;
    transition: 0.5s;
}

.store-category .fa {
    font-size: 80px;
}

.store-category > span {
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.store-category img {
    height: 80px;
}

input[name="category"]:checked + .store-category {
    background-color: gray;
    color: #fff;
    box-shadow: 0 15px 45px rgba(128, 128, 128, 0.2);
}

.slug-link {
    position: relative;
}

/* Register Type */
#register_type label {
    margin: 0 5px;
}

input[name="register_type"]:checked,
input[name="register_type"]:not(:checked) {
    -webkit-appearance: none;
    display: none;
}

input[name="register_type"]:checked + span,
input[name="register_type"]:not(:checked) + span {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[name="register_type"]:checked + span:before,
input[name="register_type"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: -13px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

input[name="register_type"]:checked + span:after,
input[name="register_type"]:not(:checked) + span:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #da8016;
    position: absolute;
    top: -10px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[name="register_type"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

input[name="register_type"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.corporate-advantages img {
    max-height: 60px;
    max-width: 60px;
}

/* Store ads list */
.users-filter-header strong, .store-description-header strong {
    font-size: 14px;
}

.users-filter-select button::after {
    position: absolute;
    right: 12px;
    top: 11px;
}

.store-description-text p {
    font-size: 14px;
}

/* Store Edit page */
.upper-list-banner > img {
    visibility: hidden;
    height: 5em;
}

@media only screen and (min-width: 576px) {
    .upper-list-banner > img {
        visibility: visible;
        height: 13em;
    }
}

@media only screen and (min-width: 768px) {
    .upper-list-banner > img {
        height: 20em;
    }
}

.upper-list-img {
    width: 8em;
    max-height: 10em;
}

@media only screen and (min-width: 768px) {
    .upper-list-img {
        width: 14em;
        max-height: 8em;
    }
}

.upper-list-img img {
    max-height: 100%;
}

.upper-list-user {
    width: 100%;
}

@media only screen and (min-width: 576px) {
    .upper-list-user {
        top: 2.5em;
        left: 2.5em;
    }
}

.btn-danger {
    color: white !important;
}

.no-store-logo {
    width: 130px;
    height: 130px;
}
/* 
.latest-store-home .list-classified-home .home-classified-row .card {
    height: 10rem;
    width: 10rem;
} */

.img-thumbnail {
    padding: 0 !important;
}


.latest-store-home .home-classified-row .classified-image img{
    max-width: 100% !important;
    width: 100% !important;
    height: 140px !important;
    object-fit: inherit !important;
}

.showcase-store-home .showcase-ads img {
    vertical-align: middle;
    object-fit: none;
}

.category-page .store-container,
.category-page .store-container .store-instructions .name,
.category-page .store-container .store-instructions .description,
.category-page .store-container .store-instructions .slug {
    display: none;
}

.list-store-products-btn {
    opacity: .5;
}

