.content_location_store_systems{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    --primary-color: #3e6807;
    --secondary-color: #e67e22;
    --text-color: #333;
}

form.lss-search-store .select2-container {
    width: 100%;
}

form.lss-search-store > .input {
    margin-bottom: 15px;
}

form.lss-search-store .select2-container .select2-choice {
    background-image: unset;
    color: var(--text-color);
}

.content_location_store_systems .lss-sidebar-left > .col-inner {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    padding: 10px 15px;
}

.content_location_store_systems .box-search .title {
    font-size: 18px;
    letter-spacing: unset;
    margin-bottom: 15px;
}

.content_location_store_systems .box-search .title strong {
    letter-spacing: unset;
}

.content_location_store_systems .input .select2-container {
    width: 100% !important;
}

form.lss-search-store .select2-container .select2-choice .select2-arrow {
    box-shadow: unset;
    background-color: unset;
    border: unset;
    background-image: unset;
    color: var(--text-color);
    top: 4px;
    min-height: unset;
    height: 25px;
}

.shop_system_list_posts .shop_system_item .box.box-normal {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #dee2e6;
    overflow: hidden;
}

.shop_system_list_posts .shop_system_item .box.box-normal .box-text {
    padding: 10px 10px 15px;
}

.shop_system_list_posts .shop_system_item .box.box-normal .name a {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 1.58;
}

.shop_system_list_posts .shop_system_item .box.box-normal .name {
    margin-bottom: 5px;
}

.shop_system_list_posts .shop_system_item .box.box-normal .location {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.58;
}

.shop_system_list_posts .shop_system_item .box.box-normal span.phone {
    position: absolute;
    z-index: 1;
    padding: 3px 10px;
    background: var(--secondary-color);
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-weight: 500;
    line-height: 1.58;
    top: 10px;
    left: 0;
    font-size: 15px;
}

.shop_system_list_posts .shop_system_item .box.box-normal .box-image {
    position: relative;
}

.shop_system_list_posts .shop_system_item .box.box-normal .box-image .image-cover {
    padding-top: 70%;
}

.content_location_store_systems .box-result-search ul.lists li {
    list-style: none;
    margin-left: unset;
    border-bottom: 1px dashed #dee2e6;
    padding-bottom: 7.5px;
    margin-bottom: 7.5px;
}

.content_location_store_systems .box-result-search ul.lists li a {
    color: var(--text-color);
    font-weight: 500;
    font-size: 16px;
    line-height: .158;
}

.content_location_store_systems .box-result-search ul.lists li a:hover {
    color: var(--primary-color);
}

.content_location_store_systems .box-result-search .name {
    margin-bottom: 15px;
    color: var(--primary-color);
    font-size: 18px;
    line-height: 1.58;
}

.content_location_store_systems .box-result-search {
    padding-top: 10px;
}

.content_location_store_systems .box-result-search ul.lists li:last-child {
    margin-bottom: unset;
    padding-bottom: unset;
    border: unset;
}

.content_location_store_systems .box-result-search ul.lists {
    margin-bottom: unset;
}

.content_location_store_systems .shop_system_header {
    margin-bottom: 20px;
    font-size: 18px;
}

.content_location_store_systems .box-result-search ul.lists li a i {
    color: var(--primary-color);
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.content_location_store_systems .shop_system_header strong span {
    color: var(--secondary-color);
    font-size: 20px;
}

.content_location_store_systems .paginate_links {
    display: flex;
    justify-content: center;
}

.content_location_store_systems .paginate_links .page-numbers {
    background-color: #e7edd7;
    border-radius: 100px;
    color: var(--primary-color);
    height: 30px;
    margin: 5px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.content_location_store_systems .paginate_links .page-numbers.current, .content_location_store_systems .paginate_links .page-numbers:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.shop_system .entry-divider.is-divider.small {
    display: none;
}

.content_location_store_systems.lss_loading {
    position: relative;
}

.content_location_store_systems.lss_loading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
}

.content_location_store_systems.lss_loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid #e7edd7;
    border-top-color: var(--primary-color);
    border-radius: 50%;
    animation: lss_spin 0.8s linear infinite;
    z-index: 1000;
}

@keyframes lss_spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.type-shop_system h1.entry-title {
    padding-top: 0 !important;
    margin-bottom: 0;
}
.shop_system_info {
    margin-bottom: 20px;
}

@media (max-width: 849px) {
    .box-result-search {
        display: none;
    }
}