/* article-list-layout-2 */

.article-list.layout-2 .articles-container.grid .article-item,
.article-list.layout-3 .articles-container.grid .article-item {
    display: flex;
    flex-direction: row;
    height: auto;
    box-shadow: none;
    border: none;
    gap: 10px;
    margin-bottom: 10px;
}

.article-list.layout-2 .articles-container.grid .card-img {
    flex: 1;
}

.article-list.layout-3 .articles-container.grid .card-img {
    flex: 2;
}

.article-list.layout-2 .articles-container.grid .card-body,
.article-list.layout-3 .articles-container.grid .card-body {
    padding: 0;
}

.article-list .articles-container.grid .card-body {
    flex: 2;
    display: inline-flex;
    flex-direction: column;
    position: relative;
}

.article-list.layout-2 .articles-container.grid .card-img img {
    border-radius: 10px;
    min-height: 100px;
    height: auto;
}

.article-list.layout-3 .articles-container.grid .card-img img {
    border-radius: 10px;
}

.article-list .articles-container.grid .card-text {
    text-align: justify;
}

.article-list .articles-container.grid .article-category,
.article-list .articles-container.grid .article-custom-fields {
    order: -1;
    margin-bottom: 0 !important;
    margin-top: -2px !important;
}

.article-list .articles-container.grid .article-category .badge,
.article-list .articles-container.grid .article-custom-fields .custom-field {
    color: #8f8f8f;
    background: #fff;
    padding: 0;
    font-size: 12px;
}

.article-list .articles-container.grid .card-body .card-title a {
    text-decoration: none;
    color: #000;
}

.article-list {
    background: #f7f8fa;
}

.article-list main.main-content,
.checkout main.main-content,
.admin-menu main.main-content {
    padding: 0 10px;
}
.article-list .articles-container.grid .card-body .card-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.article-list.layout-2 .articles-container.grid .sticky-header,
.article-list.home-page .articles-container.grid .sticky-header {
    display: flex;
    justify-content: right;
    background: transparent;
    border: none;
}

.article-list.layout-2 .articles-container.grid h3.date-header,
.article-list.home-page .articles-container.grid h3.date-header {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    padding: 2px 7px;
    margin-right: 14px;
    border-radius: 6px;
}

.article-list.layout-2 .articles-container.grid .month-year,
.article-list.home-page .articles-container.grid .month-year {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 13px;
}


.article-list #ajax-filter-articles .card-title,
.article-list .articles-container.grid .card-body .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-list.layout-1 #ajax-filter-articles .card-title {
    -webkit-line-clamp: 2;
}

.article-list.layout-2 #ajax-filter-articles .card-title,
.article-list.layout-3 #ajax-filter-articles .card-title {
    -webkit-line-clamp: 3;
}

.article-list.layout-4 #ajax-filter-articles .card-title,
.article-list.layout-5 #ajax-filter-articles .display-cell-description .card-text {
    -webkit-line-clamp: 3;
}

.article-list .articles-container.grid .article-item:hover {
    transform: none;
    box-shadow: none;
}

.article-list .articles-container.grid .card-body .card-text {
    font-size: 16px;
    color: #666;
    padding: 0 !important;
    line-height: 20px;
}

.article-list .ajax-filter-form .filter-field {
    flex: 1;
}

.article-list.layout-4 .main-wrapper .row {
    flex-direction: row;
}

.article-list.layout-4 .ajax-filter-results .col-md-6 {
    width: 50%;
    padding: 0 5px;
}

.article-list.layout-4 .ajax-filter-results {
    padding: 0 18px;
}

.article-list.layout-4 .articles-container.grid .card-body {
    padding: 7px 8px 0 8px;
}

.article-list.layout-4 .articles-container.grid .card-body .card-title {
    margin-bottom: 0;
}

.article-list.layout-4 .articles-container.grid .card-img-top {
    height: 170px;
}
.article-list.home-page .articles-container.grid .article-category, .article-list .articles-container.grid .article-custom-fields {
    order: 0;
}
.article-list.home-page .articles-container.grid .card-body .card-text {
    order: 1;
}
.article-list.home-page .articles-container.grid .article-category {
    text-transform: uppercase;
}


/* Sticky Date Header */
.article-list .sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 51px;
    z-index: 998;
    background-color: transparent;
    padding: 0;
    margin: 0 !important;
    border: none;
}
.no-date .sticky-header {
    display: none !important;
}

.article-list .list-group-item.sticky-header {
    margin-bottom: 0 !important;
    border-radius: 0;
}

.article-list .ajax-filter-controls h2 {
    margin-top: 15px;
    color: #fff;
    font-weight: bold;
}

.article-list .no-date .sticky-date {
    display: none !important;
}
.article-list.home-page .articles-container.grid h3.date-header .date-day {
    font-size: 30px;
}
.article-list .articles-container.grid .date-year {
    font-size: 12px;
}

/* Ajax Filter New Css*/
.article-list #ajax-filter-articles .display-cell.display-cell-image .article-image {
    margin-bottom: 0px !important;
    background: #000;
    border-radius: 8px;
    text-align: center;
}

.article-list.home-page .article-image {
    margin-bottom: 0px !important;
}
.article-list #ajax-filter-articles .card-title {
    padding-left: 8px !important;
}
.article-list.home-page #ajax-filter-articles .article-category .badge.bg-secondary {
    color: #000;
    padding: 6px 10px;
    font-size: 14px;
    background: transparent !important;
    opacity: 0.9;
}
.article-list.home-page .article-image {
    margin-bottom: 0px !important;
    text-align: center;
    background: #ffffff !important;
    border-radius: 6px;
    overflow: hidden;
}
.article-list.home-page .article-image img.img-fluid.rounded {
    border-radius: 0px !important;
}

/* article-list-layout-3 */
.article-list.layout-3 .main-wrapper {
    background: #f4f6fc;
}
.article-list.layout-3 div#ajax-filter-articles .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 5px;
}
.article-list.layout-3 div#ajax-filter-articles .row .col-md-12 {
    background: #fff;
    padding: 10px 5px 0 5px;
    border-radius: 10px;
    margin-bottom: 2px !important;
}
.article-list.layout-3 .ajax-filter-display-grid {
    text-align: center;
}
.article-list.layout-3 #ajax-filter-articles .card-title {
    border: none;
    margin: 0;
    padding: 0 !important;
}
.article-list.layout-3 #ajax-filter-articles .display-cell.display-cell-attr-ct36-value {
    line-height: 16px;
    font-size: 14px;
}
.article-list.layout-3 #ajax-filter-articles .article-image {
    margin-bottom: 5px !important;
}
.article-list.layout-3 #ajax-filter-articles .article-image img {
    height: 160px;
}

/* article-list-layout-4 */
.article-list.layout-4 #ajax-filter-articles .article-image img {
    height: 380px;
    border-radius: 10px !important;
}
.article-list.layout-4 #ajax-filter-articles .ajax-filter-display-grid {
    position: relative;
}
.article-list.layout-4 #ajax-filter-articles .ajax-filter-display-grid .ajax-filter-display-row,
.article-list.layout-4 #ajax-filter-articles .article-image {
    margin-bottom: 0px !important;
}

/* article-list-layout-5 */
.article-list.layout-5 #ajax-filter-articles .ajax-filter-section .ajax-filter-section-title.sticky-header {
    margin-bottom: 10px !important;
    padding: 10px;
    border-radius: 6px;
    background: color-mix(in srgb, var(--green-color-4) 8%, white);
    border: none;
    margin: 0 -3px !important;
    border-radius: 0px;
}
.article-list.layout-5 .ajax-filter-category-detail {
    margin-top: 10px;
}
.article-list.layout-5 .ajax-filter-category-search #ajax-filter-category-search-form button.btn.btn-primary {
    height: 40px;
    display: none;
}
.article-list.layout-5 .ajax-filter-category-detail-wrap {
    margin-bottom: 0px !important;
}
.article-list.layout-5 form#ajax-filter-category-search-form input.form-control {
    margin-bottom: 0;
    background-color: #ffffff !important;
}
.article-list.layout-5 .articles-container.grid .article-category .badge {
    background: #ffffff !important;
}
.article-list.layout-5 .ajax-filter-section.ajax-filter-section-items .col-md-4 {
    margin-bottom: 20px !important;
}
.article-list.layout-5 #ajax-filter-articles .display-cell.display-cell-image .article-image {
    margin-top: 8px;
}
.article-list.layout-5 #ajax-filter-articles .card-title {
    border: none;
    padding: 0 !important;
}
.article-list.layout-5 #ajax-filter-articles .card-title {
    border: none;
    padding: 0 !important;
    font-weight: 600;
    font-size: 14px;
}
.article-list.layout-5 #ajax-filter-articles.articles-container.grid .article-item {
    padding: 0 !important;
    border-radius: 26px !important;
}
.article-list.layout-5 .jlcontentcart .jlcc-view-store-cart,
.article-list.layout-5 .jlcontentcart button.jlcc-add-to-cart {
    background: #fff;
    color: #177e4e !important;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #a1df12;
    box-shadow: none;
    font-size: 16px;
    padding: 6px;
    border-radius: 10px;
    min-width: 90px;
    margin: 0 0 3px;
}
.article-list.layout-5 .jlcontentcart .jlcc-view-store-cart:hover,
.article-list.layout-5 .jlcontentcart button.jlcc-add-to-cart:hover {
    background: #a1df12 !important;
    border-color: #a1df12;
    color: #177e4e !important;
}
.article-list.layout-5 #ajax-filter-articles .display-cell-description {
    margin-top: 6px;
}
.article-list.layout-5 .jlcontentcart input.jlcc-input {
    width: 33px;
    min-width: 33px;
    border: none;
    margin: 0px 0;
    background: #fff;
}
.article-list.layout-5 button.jlcc-qty-btn {
    background: #a1df12;
    color: #5d8500;
    font-size: 22px;
}
.article-list.layout-5 .jlcc-add-row.jlcc-in-cart .jlcc-qty-only {
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 4%);
    border-radius: 8px;
}
.article-list.layout-5 #ajax-filter-articles .display-cell.display-cell-image .article-image {
    background: #fff;
}
.article-list.layout-5 div#jlcc-category-cart-bar {
    border-radius: 20px;
    margin: 0 10px 14px 10px;
    background: #8BC34A;
    gap: 10px;
}
.article-list.layout-5 .jlcc-category-cart-bar .jlcc-category-cart-view {
    text-decoration: none;
    flex: 1;
    display: inline-flex;
    justify-content: end;
    right: -7px;
    position: relative;
}
.article-list.layout-5 .ajax-filter-category-detail .article-image {
    width: 150px;
    margin: 0 auto;
}
.article-list.layout-5 .ajax-filter-back-after-search {
    display: none;
}
.article-list.layout-5 #jlcc-category-cart-bar .ajax-filter-back-after-search {
    margin-bottom: 0 !important;
    border-right: 1px solid #ffffff;
    display: block;
}
.article-list.layout-5 #jlcc-category-cart-bar .ajax-filter-back-after-search a.btn {
    background: transparent !important;
    color: #fff;
    padding: 0 15px 0 0;
    position: relative;
    top: -1px;
}
.article-list.layout-5 .ajax-filter-article-page {
    margin-top: 8px;
}
.article-list.layout-5 .jlcontentcart form.jlcc-add-form .jlcc-add-row {
    justify-content: end;
    margin: 0 12px 0 0;
}

/* Layout News Page */
.article-list.news .articles-container.grid .col-md-12 {
    padding: 0 18px;
}
.article-list.news .main-wrapper {
    background: #f4f6fc;
}
.article-list.news .articles-container.grid .article-item {
    padding: 10px 15px 10px 10px !important;
    margin-bottom: 0px !important;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.03) !important;
    border: 1px solid #e7e7e7;
}
.article-list.news #ajax-filter-articles .card-title {
    border: none;
    padding: 0 !important;
    text-transform: capitalize;
    line-height: 20px;
}
.article-list.news #ajax-filter-articles .display-cell-attr-author-value small span {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: normal;
}
.article-list.news #ajax-filter-articles .display-cell-attr-author-value small {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}
.article-list.news #ajax-filter-articles .display-cell.display-cell-attr-ct15-value {
    text-align: right;
    text-transform: uppercase;
    font-size: 14px;
}
.article-list.news #ajax-filter-articles .custom-field {
    padding: 0 !important;
    margin: 0px !important;
}
.article-list.news .ajax-filter-display-row {
    margin-bottom: 0px !important;
}
.article-list.news #ajax-filter-articles .display-cell.display-cell-attr-ct97-value .custom-field {
    border-left: 3px solid;
    display: inline-flex;
    align-items: center;
    padding-left: 8px !important;
}
.article-list.news #ajax-filter-articles .display-cell.display-cell-image .article-image {
    margin-bottom: 3px !important;
}

/* article-list-layout-10 */
.article-list.layout-10 .articles-container.grid .card-body .card-text {
    font-size: 12px; 
    padding-left: 0 !important;
}
.article-list.layout-10 #ajax-filter-articles .display-cell.display-cell-image {
    padding: 0 !important;
}
.article-list.layout-10 #ajax-filter-articles .ajax-filter-display-row {
    gap: 5px !important;
    align-items: start;
}
.article-list.layout-10 #ajax-filter-articles .display-cell.display-cell-description  .card-text,
.article-list.layout-10 #ajax-filter-articles .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article-list.layout-10 #ajax-filter-articles .display-cell.display-cell-image .article-image {
    margin-bottom: 3px !important;
}
.article-list.layout-10 .articles-container.grid .col-md-12 .article-item {
    border-bottom: 1px solid #ededed;
    border-radius: 0px;
}
.article-list.layout-10 .articles-container.grid .col-md-12:last-child .article-item {
    border-bottom: none;
}
.article-list.layout-10 #ajax-filter-articles .card-title {
    border: none;
    font-size: 13px;
    padding: 0 !important;
    margin: 4px 0 0 !important;
}

.layout-10 .article-author,
.layout-10 .author-box.author-box-minimal,
.layout-10 .article-management-bottom-section,
.layout-10 #jc,
.layout-10 .msl_module_wrapper.myshortlist {
  display: none !important;
}

/* Layout Shop Directory Page */
.article-list.shop-directory #ajax-filter-articles .display-cell-hits small {
    float: none;
}
.article-list.shop-directory #ajax-filter-articles .display-cell.display-cell-attr-ct15-value {
    text-align: right;
    right: 7px;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
}
.article-list.shop-directory #ajax-filter-articles .display-cell.display-cell-attr-ct15-value .custom-field {
    margin-bottom: 0 !important;
}
.article-list.shop-directory #ajax-filter-articles .display-cell.display-cell-attr-author-value small {
    justify-content: right;
}
.article-list.shop-directory #ajax-filter-articles .display-cell.display-cell-attr-author-value small img {
    display: none;
}
.article-list.shop-directory #ajax-filter-articles .display-cell.display-cell-attr-author-value small span small {
    display: none;
}
.article-list.shop-directory #ajax-filter-articles .display-cell.display-cell-attr-author-value small span {
    text-transform: capitalize !important;
    font-size: 14px !important;
}
.article-list.shop-directory #ajax-filter-articles .display-cell.display-cell-attr-ct53-value .custom-field {
    margin-bottom: 0 !important;
    text-transform: uppercase;
    font-weight: bold;
}
.article-list.shop-directory #ajax-filter-articles .display-cell.display-cell-attr-author-value small span::before {
    content: "—";
    right: 8px;
    position: relative;
    top: 1px;
}
.article-list.shop-directory #ajax-filter-articles .article-item.card {
    border-bottom: 1px solid #ededed;
    border-radius: 0px;
    padding-bottom: 5px !important;
}
.article-list.shop-directory .articles-container.grid .col-md-12 {
    margin-bottom: 10px !important;
}

/* Layout Rental Page */
.article-list.rental #ajax-filter-articles .display-cell-hits small {
    float: none;
}
.article-list.rental #ajax-filter-articles .display-cell.display-cell-attr-ct15-value {
    text-align: right;
    right: 4px;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
}
.article-list.rental #ajax-filter-articles .display-cell.display-cell-attr-ct15-value .custom-field {
    margin-bottom: 0 !important;
}
.article-list.rental #ajax-filter-articles .ajax-filter-display-row {
    margin-bottom: 5px !important;
}
.article-list.rental .articles-container.grid .col-md-12 {
    padding: 0 18px;
}
.article-list.rental .main-wrapper {
    background: #f4f6fc;
}
.article-list.rental .articles-container.grid .article-item {
    padding: 10px !important;
    margin-bottom: 0px !important;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.03) !important;
    border: 1px solid #e7e7e7;
}
.article-list.rental .display-cell.display-cell-attr-author-value {
    padding: 0 !important;
}

/* Layout Real Estate Page */
.article-list.real-estate #ajax-filter-articles .display-cell-hits small {
    float: none;
}
.article-list.real-estate #ajax-filter-articles .display-cell.display-cell-attr-ct15-value {
    text-align: right;
    right: 4px;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
}
.article-list.real-estate #ajax-filter-articles .display-cell.display-cell-attr-ct15-value .custom-field {
    margin-bottom: 0 !important;
}
.article-list.real-estate #ajax-filter-articles .ajax-filter-display-row {
    margin-bottom: 5px !important;
}
.article-list.real-estate .articles-container.grid .col-md-12 {
    padding: 0 18px;
}
.article-list.real-estate .main-wrapper {
    background: #f4f6fc;
}
.article-list.real-estate .articles-container.grid .article-item {
    padding: 10px !important;
    margin-bottom: 0px !important;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.03) !important;
    border: 1px solid #e7e7e7;
}
.article-list.real-estate .display-cell.display-cell-attr-author-value {
    padding: 0 !important;
}
.real-estate #ajax-filter-articles .card-title {
    margin: 4px 0 !important;
}

/* Layout Buy Sell Page */
.article-list.buy-sell #ajax-filter-articles .display-cell-hits small {
    float: none;
}
.article-list.buy-sell #ajax-filter-articles .display-cell.display-cell-attr-ct15-value {
    text-align: right;
    right: 4px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}
.article-list.buy-sell #ajax-filter-articles .display-cell.display-cell-attr-ct15-value .custom-field {
    margin-bottom: 0 !important;
}
.article-list.buy-sell div#ajax-filter-articles .row .col-md-12 {
    margin-bottom: 10px !important;
}
.article-list.buy-sell div#ajax-filter-articles .row .col-md-12 {
    padding: 4px 0px 0px;
}
.article-list.buy-sell #ajax-filter-articles .ajax-filter-display-row {
    margin-bottom: 1px !important;
}
.article-list.buy-sell #ajax-filter-articles .card-title {
    font-size: 14px;
}
.article-list.buy-sell .ajax-filter-display-grid {
    text-align: left;
}
.article-list.buy-sell #ajax-filter-articles .display-cell.display-cell-image .article-image {
    margin-bottom: 5px !important;
}
.article-list.buy-sell .articles-container.grid .col-md-12 {
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.03) !important;
}
.article-list.buy-sell #ajax-filter-articles .display-cell.display-cell-created_date {
    max-width: 94px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    padding: 0 !important;
}
.article-list.buy-sell #ajax-filter-articles .display-cell.display-cell-attr-ct71-value {
    font-size: 14px;
    line-height: 16px;
    color: #999999;
}
.article-list.buy-sell #ajax-filter-articles .display-cell.display-cell-attr-ct140-value span {
    background: #444;
    border-radius: 5px;
    font-size: 12px;
    padding: 2px 5px;
    color: #ffffff;
    font-weight: bold;
}
.article-list.buy-sell .articles-container.grid .col-md-12 {
    border: 1px solid #e7e7e7;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.03) !important;
}
.article-list.buy-sell .articles-container.grid .col-md-12 .article-item {
    border: none;
    box-shadow: none !important;
    padding: 6px !important;
}

/* Common article list layout */
.article-list:not(.home-page) .articles-container.grid .col-md-12 {
    padding: 0 18px;
}
.article-list:not(.home-page) .main-wrapper {
    background: #f4f6fc;
}
.article-list:not(.home-page) .articles-container.grid .article-item,
.myshortlist.myshortlist_item_page .myshortlist_item {
    padding: 10px 15px 10px 10px !important;
    margin-bottom: 0px !important;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.03) !important;
    border: 1px solid #e7e7e7;
    border-radius: 10px !important;
    background: #fff;
}
.article-list:not(.home-page)  #ajax-filter-articles .display-cell-attr-author-value small span {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: normal;
}
.article-list:not(.home-page)  #ajax-filter-articles .display-cell-attr-author-value small {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}
.article-list:not(.home-page)  #ajax-filter-articles .display-cell.display-cell-attr-ct15-value {
    text-align: right;
    text-transform: uppercase;
    font-size: 14px;
}
.article-list:not(.home-page)  #ajax-filter-articles .custom-field {
    padding: 0 !important;
    margin: 0px !important;
}
.article-list:not(.home-page) .ajax-filter-display-row {
    margin-bottom: 0px !important;
    align-items: center;
}
.article-list:not(.home-page) #ajax-filter-articles .display-cell.display-cell-attr-ct97-value .custom-field {
    border-left: 3px solid;
    display: inline-flex;
    align-items: center;
    padding-left: 8px !important;
}
.article-list:not(.home-page) #ajax-filter-articles .display-cell.display-cell-image .article-image {
    margin-bottom: 3px !important;
}
.article-list .articles-container.grid .card-body .card-text {
    margin-bottom: 6px;
    color: #afafaf;
}
.display-cell.display-cell-attr-ct131-value {
    padding: 4px 0;
}
.article-list.home-page .articles-container.grid .author-name {
    margin-bottom: 10px !important;
}


.home-page .article-item .card-body {
    background: #ffe6e6;
    padding: 4px 4px 4px 4px !important;
    position: relative;
    border-radius: 28px;
}
.home-page .ajax-filter-display-grid .ajax-filter-display-row:last-child {
    border-radius: 26px;
    padding: 10px !important;
    background: #fff;
    z-index: 2;
    margin-bottom: 0 !important;
}
.home-page .ajax-filter-display-row {
    padding: 0 !important;
    margin-bottom: 3px !important;
    background: #fff;
}
.home-page .ajax-filter-display-row:first-child {
    background: #ffe6e6;
    position: sticky;
    top: 0;
    align-items: center;
    z-index: 99;
    margin-top: 9px;
    padding: 8px 0 !important;
    margin-bottom: 4px !important;
}
.article-list.home-page .articles-container.grid .col-md-12.mb-4 {
    margin-bottom: 24px !important;
    margin-top: 5px;
}

.article-list.job-offers #ajax-filter-articles .display-cell.display-cell-attr-author-value,
.article-list.job-offers #ajax-filter-articles .display-cell-hits,
.article-list.looking-for-job #ajax-filter-articles .display-cell.display-cell-attr-author-value,
.article-list.looking-for-job #ajax-filter-articles .display-cell-hits {
    margin-bottom: 5px;
}

/* Favorites layout */
.article-list .articles-container.grid .col-md-12.mb-4,
.myshortlist.myshortlist_item_page .myshortlist_item {
    margin-bottom: 12px !important;
}
.myshortlist.myshortlist_item_page img.article_image_intro {
    width: 100%;
    border-radius: 5px;
}
.myshortlist.myshortlist_item_page .myshortlist.intro_text {
    font-size: 14px;
    padding: 10px 5px;
    text-align: justify;
}
.myshortlist.myshortlist_item_page {
    border: none;
}
.myshortlist.intro_text {
    font-size: 14px;
    padding: 10px 5px;
    text-align: justify;
}
.myshortlist.myshortlist_item_page .fas.fa-times::before {
    content: "\f2ed";
}

.article-list.home-page #ajax-filter-articles .ajax-filter-display-grid {
    z-index: 2;
    position: relative;
}
.home-page .ajax-filter-display-grid .ajax-filter-display-row:last-child::before {
    display: block;
    content: " ";
    box-shadow: 0 0em 1.5em 0.20em #ff0000;
    position: relative;
    top: 12px;
    width: 85%;
    margin: 0 auto;
    z-index: -1;
}
.com-content-article.item-page.article-details .article-author {
    margin-bottom: 12px;
}
.com-content-article.item-page.article-details figure.left.item-image, 
.com-content-article.item-page.article-details .article-header, 
.com-content-article.item-page.article-details .article-content,
.main-wrapper.container #jc #comments {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #999999;
}
.main-wrapper.container #jc #comments {
    margin-bottom: 20px;
}
.information .ajax-filter-controls {
    margin: 0 -10px;
}


/* Checkout page */
.checkout button.jlcc-qty-btn,
.checkout button.jlcc-qty-btn:hover {
    background: #fff;
    font-size: 20px;
}
.checkout .jlcontentcart table th {
    padding: 0 12px;
    text-align: left;
}
.checkout a.jlcc-button.jlcc-primary.jlcc-go-to-main-page, 
.checkout a.jlcc-button.jlcc-primary.jlcc-go-to-main-page:hover,
.checkout button#jlcc-place-order-btn {
    flex: 1;
    padding: 10px 0 !important;
    text-align: center;
    font-size: 15px !important;
    background: #8BC34A !important;
    border: none !important;
    margin: 0 !important;
    border-radius: 50px !important;
}
.checkout a.jlcc-button.jlcc-primary.jlcc-go-to-main-page,
.checkout a.jlcc-button.jlcc-primary.jlcc-go-to-main-page:hover {
    flex: 2;
}
.checkout .jlcc-place-order-fixed {
    padding: 10px;
}

.admin-menu .zudioz-users-list h2 {
    background: #fff;
    margin: 0 -10px 10px !important;
    padding: 8px;
}
.admin-menu input[type="text"] {
    background-color: #fff !important;
}

.blood-donors .members-filters {
    margin: 0 -10px;
}
.blood-donors .members-filters .search-box {
    background: #fff;
    padding: 8px;
}

.article-list.layout-5 #ajax-filter-articles.articles-container.grid .ajax-filter-section-store .article-item {
    background: #e1e9ca;
}
.article-list.layout-5 #ajax-filter-articles.articles-container.grid .ajax-filter-section-store .article-item .article-image {
    text-align: center;
}
.article-list.layout-5 #ajax-filter-articles.articles-container.grid .ajax-filter-section-store .article-item .article-image img {
    max-height: 120px;
    margin: 0 auto;
}

.article-list.layout-5 #ajax-filter-articles.articles-container.grid .ajax-filter-section-store .article-item {
    background: transparent;
    border: none;
    padding: 0 !important;
    position: relative;
    box-shadow: none !important;
}
.article-list.layout-5 .articles-container.grid .ajax-filter-section-store .card-body,
.article-list.layout-5 .ajax-filter-category-detail-wrap .ajax-filter-category-detail .article-item.card {
    background: color-mix(in srgb, var(--red-color-1) 10%, white);
    padding: 45px 4px 4px 4px !important;
    border-radius: 28px;
    border: none;
    box-shadow: none;
}
.article-list.layout-5 .ajax-filter-section-store .ajax-filter-display-grid,
.article-list.layout-5 .ajax-filter-category-detail-wrap .ajax-filter-category-detail .article-item.card .ajax-filter-display-grid {
    background: #fff;
    padding: 10px;
    border-radius: 26px;
    z-index: 2;
}
.article-list.layout-5 .ajax-filter-category-detail-wrap .ajax-filter-category-detail .article-item.card .ajax-filter-display-grid {
    position: relative;
}
.article-list.layout-5 .article-list .articles-container.grid .ajax-filter-section-store .card-body .card-title a,
.article-list.layout-5 .ajax-filter-category-detail-wrap .ajax-filter-category-detail .article-item .display-cell-category-title h5.card-title {
    color: color-mix(in srgb, var(--red-color-1) 90%, black);
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 8px 0;
}
.article-list.layout-5 .ajax-filter-section-store .ajax-filter-display-row:first-child,
.article-list.layout-5 .ajax-filter-category-detail-wrap .ajax-filter-category-detail .article-item .display-cell-category-title h5.card-title {
    background: transparent;
    position: absolute;
    width: 93%;
    top: 4px;
}
.article-list.layout-5 .ajax-filter-category-detail-wrap .ajax-filter-category-detail .article-item .display-cell-category-title h5.card-title {
    top: -39px;
}
.article-list.layout-5 .articles-container.grid .ajax-filter-section-store .card-body::before,
.article-list.layout-5 .ajax-filter-category-detail-wrap .ajax-filter-category-detail .article-item.card::before {
    display: block;
    content: " ";
    box-shadow: 0 0em 1.5em 0.20em rgba(var(--green-color-4-rgb), 0.9);
    position: relative;
    top: 8px;
    width: 85%;
    margin: 0 auto;
}
.article-list.layout-5 #ajax-filter-articles .display-cell.display-cell-image .article-image img {
    border-top-left-radius: 26px !important;
    border-top-right-radius: 26px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.article-list.layout-5 #ajax-filter-articles .display-cell.display-cell-image .article-image {
    background: transparent !important;
    margin-top: 0;
}
.article-list.layout-5 #ajax-filter-articles .display-cell.display-cell-image {
    padding: 0 !important;
}
.article-list.layout-5 .ajax-filter-section-items .ajax-filter-display-row:first-child {
    padding: 0;
}
.article-list.layout-5 .ajax-filter-section-items .ajax-filter-display-row {
    padding: 0px 7px;
}
.article-list.layout-5 .ajax-filter-section-items .ajax-filter-display-row:last-child {
    padding-bottom: 10px;
}
.article-list.layout-5 .ajax-filter-article-page .article-item .ajax-filter-display-grid {
    padding: 7px;
}
.osm-container .form-control.input-small.form-control {
    margin-bottom: 0;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.osm-container .osm-addon-container.input-group {
    margin-bottom: 15px;
}
.osm-container .form-actions {
    margin: 20px 0 !important;
}



