.vue-container {
    padding: 10px 24px 12px;
}
.vue-container .actions-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: space-between;
}
.vue-container .actions-container .action-block {
    border-radius: 10px;
    width: 23%;
    min-width: 300px;
    overflow: hidden;
    font-size: 0;
    margin: 5px;
}
.vue-container .actions-container .action-block img {
    width: 100%;
}
.vue-container .actions-container .action-block:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}
.vue-container .filters {
    display: flex;
    flex-wrap: wrap;
}
.vue-container .filters .filter {
    display: flex;
    width: 25%;
    min-width: 350px;
    padding: 5px;
}
.vue-container .filters .filter .label {
    width: 150px;
}
.vue-container .filters .filter input {
    width: 150px;
    border: 1px solid #d9d6d1;
    border-radius: 2px;
    padding: 0 10px;
    box-shadow: inset 0 0 5px #eee;
}
.vue-container .filters .filter .fa-times:hover {
    color: #c00;
    cursor: pointer;
}
.vue-container .filters .filter .options {
    display: flex;
    flex-wrap: wrap;
}
.vue-container .filters .filter .options .option {
    margin: 0 5px;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
}
.vue-container .filters .filter .options .option:hover {
    cursor: pointer;
    border: 1px solid #ccc;
}
.vue-container .filters .filter .options .active {
    border: 1px solid darkred;
}

@media all and (min-width: 1px) and (max-width: 800px) {
    .vue-container .actions-container .action-block {
        width: 50%;
        min-width: 0;
    }
    .vue-container .filters .filter {
        width: 50%;
    }
}
@media all and (min-width: 1px) and (max-width: 600px) {
    .vue-container .actions-container .action-block {
        width: 100%;
        min-width: 0;
    }
    .vue-container .filters .filter {
        width: 100%;
    }
}


.vue-container {
    
}
.vue-container h1, .vue-container h2 {
    font-size: 40px;
    margin: 0;
    color: #00add1;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}
.vue-container h2 {
    font-size: 30px;
}
.vue-container .fa-times {
    margin-left: 10px;
}
.vue-container .fa-times:hover {
    cursor: pointer;
    color: red;
}
.vue-container .pills {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.vue-container .pills .pill {
    background: white;
    padding: 10px 20px;
    margin: 5px;
}
.vue-container .pills .pill:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}
.vue-container .filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0;
}
.vue-container .filters .filter {
    display: flex;
    width: 50%;
    min-width: 350px;
    padding: 5px;
}
.vue-container .filters .filter .label {
    width: 150px;
}

.vue-container .filters .filter .search {
    width: 100%;
    position: relative;
}

.vue-container .filters .filter input {
    width: 90%;
    border: 1px solid #d9d6d1;
    border-radius: 20px;
    box-shadow: inset 0 0 5px #eee;
    
    padding: 10px;
    outline: none;
    
}
.vue-container .filters .filter input:focus {
    border: 1px solid #b3aa9b;
}
.vue-container .filters .filter .search input {
    padding-left: 35px;
}
.vue-container .filters .filter .search:before {
    content: '\f002';
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 900;
    
    pointer-events: none;
    
    position: absolute;
    top: 12px;
    left: 12px;
}

.vue-container .filters .suggestions {
    width: 90%;
}
.vue-container .filters .suggestions ul {
    background: white;
    margin: 0 15px;
}
.vue-container .filters .suggestions ul li {
    list-style: none;
    padding: 10px;
    color: #000;
    cursor: pointer;
}


.vue-container .filters .filter .fa-times:hover {
    color: #c00;
    cursor: pointer;
}
.vue-container .filters .filter .options {
    display: flex;
    flex-wrap: wrap;
}
.vue-container .filters .filter .options .option {
    margin: 0 5px;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
}
.vue-container .filters .filter .options .option:hover {
    cursor: pointer;
    border: 1px solid #ccc;
}
.vue-container .filters .filter .options .active {
    border: 1px solid darkred;
}
.vue-container .subs-container .subs {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    align-content: space-around;
}
.vue-container .subs-container .subs .placeholder {
    text-align: center;
    padding: 5px;
    background-color: #00add1;
    color: #fff;
}
.vue-container .subs-container .subs .sub_groups {
    width: 100%;
    margin-bottom: 20px;
}
.vue-container .subs-container .subs .sub_groups .sub_group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: space-around;
}
.vue-container .subs-container .subs .sub {
    background: white;
    width: 23%;
    max-width: 450px;
    min-width: 150px;
    min-height: 100px;
    margin: 1%;
    font-size: 0;
    text-align: center;
    
    position: relative;
    
    display: flex;
    flex-direction: column;
    justify-content: normal;
}
.vue-container .subs-container .subs .sub img {
    object-fit: contain;
    max-width: 100%;
    max-height: 265px;
}
.vue-container .subs-container .subs .sub .img-refund-amount {
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
}
.vue-container .subs-container .subs .sub:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}



.vue-container .categories .subs  {
    justify-content: center;
}

.categories .subs .sub {
    border: 3px solid #ccc;
}

.categories .subs .active {
    border: 3px solid #00add1;
}












@media all and (max-width: 800px) {
    .vue-container .subs-container .subs .sub {
        width: 31%;
    }
    .vue-container .filters .filter {
        width: 50%;
    }
}
@media all and (max-width: 600px) {
    .vue-container .subs-container .subs .sub {
        width: 48%;
    }
    .vue-container .filters .filter {
        width: 100%;
    }
}
@media all and (max-width: 500px) {
    .vue-container h1 {
        font-size: 30px;
    }
    .vue-container .pills .pill {
        width: 100%;
    }
    .vue-container .subs-container .subs .sub {
        width: 98%;
    }
}
