#acfic-search-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #f38357;
    background-image: linear-gradient(150deg, #ff9360, #e7724d);
    border-radius: 7px;
    margin-top: 30px;
    margin-bottom: 50px;
}
#acfic-search-form[on_top="1"] {
    position: fixed;
    left: 50%;
    top: 13px;
    margin-left: -670px !important;
    width: 1340px !important;
    border-radius: 7px;
    z-index: 100;
    box-shadow: 0 0 15px #fff6f2, 0 0 30px #fff6f2, 0 0 60px #fff6f2, 0 0 80px #fff6f2, 0 0 100px #fff6f2;
}

#acfic-search-form > * {
    flex: 1 1 auto;
    width: 15%;
    margin: 5px 5px;
}

#acfic-search-form > input {
    background-color: aliceblue;
    border: none;
    border-radius: 3px;
    padding: 6px;
    font-size: 0.75em;
    text-align: center;
}
#acfic-search-form > button {
    background-color: #F4D9C1;
    color: #d76b34;
    border: none;
    border-radius: 3px;
    padding: 6px;
    font-size: 0.75em;
    text-align: center;
    font-weight: 600;
    transition-duration: 0.3s;
    cursor: pointer;
}
#acfic-search-form > button:hover {
    background-color: #ffd8c5;
    color: #d76b34;
}

#acfic-catalog {
    width: 100%;
    margin: 30px auto 20px auto;
}
#acfic-catalog[on_top="1"] {
    margin-top: 120px;
}

.acfic-page-content-product-section #acfic-catalog[on_top="1"],
.acfic-page-content-item-section #acfic-catalog[on_top="1"],
.acfic-page-content-store-section #acfic-catalog[on_top="1"] {
    margin-top: 30px !important;
}

.acfic-search-info {
}

.acfic-search-info p {
    font-size: 90%;
}
.acfic-search-info p span {
    font-weight: 600;
}


/* ----- ITEMS ----- */

.acfic-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
}

.acfic-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 15px 0;
    margin: 0;
    transition-duration: 0.4s;
    translate: 0px 0px;
}
.acfic-item:hover {
    transition-duration: 0.15s;
    translate: 0px -1px;
}
.acfic-item-product {
    width: calc(20% - 18px);
    background: #ffffff;
    border: solid 1px #00000014;
    border-radius: 20px;
    box-shadow: 0 0 10px #0000000f;
    overflow: hidden;
}
.acfic-item-store {
    width: calc(25% - 17px);
    background: #ffffff;
    border: solid 1px #00000014;
    border-radius: 20px;
    box-shadow: 0 0 10px #0000000f;
    overflow: hidden;
}
.acfic-item--empty {
    background-color: transparent;
    border: none;
    margin: 0 auto;
}

/* слайдер в итеме / начало */



/* слайдер в итеме / конец */

/* заметность / начало */

.acfic-item-product--promo-lvl-1, .acfic-item-store--promo-lvl-1 {
    border-color: #fbcbb7 !important;
}
.acfic-item-product--promo-lvl-2, .acfic-item-store--promo-lvl-2 {
    border-color: #ffb190 !important;
}
.acfic-item-product--promo-lvl-3, .acfic-item-store--promo-lvl-3 {
    border-color: #ff8352 !important;
}
/* заметность / конец */

/* Рамочки итемов в каталоге / начало */

.acfic-item-product[data-item-border="1"], .acfic-item-store[data-item-border="1"] { /* новогодняя */
    border: solid 5px #7cdd87 !important;
    background-color: #eaffec !important;
    margin: -5px !important;
}
.acfic-item-product[data-item-border="1"] .acfic-item-product-image a,
.acfic-item-store[data-item-border="1"] .acfic-item-store-image a { /* новогодняя */
    border-color: #86df90 !important;
}
.acfic-item-product[data-item-border="1"] .acfic-item-product-bt,
.acfic-item-store[data-item-border="1"] .acfic-item-product-bt { /* новогодняя */
    background-color: #7ae186 !important;
    color: #268932 !important;
}

.acfic-item-product[data-item-border="2"], .acfic-item-store[data-item-border="2"] { /* хелуинская */
    border: solid 5px #ffaf81 !important;
    background-color: #ffeee7 !important;
    margin: -5px !important;
}
.acfic-item-product[data-item-border="2"] .acfic-item-product-image a,
.acfic-item-store[data-item-border="2"] .acfic-item-store-image a { /* хелуинская */
    border-color: #fdb78e !important;
}
.acfic-item-product[data-item-border="2"] .acfic-item-product-bt,
.acfic-item-store[data-item-border="2"] .acfic-item-product-bt { /* хелуинская */
    background-color: #ffaf81 !important;
    color: #af4e08 !important;
}

/* Рамочки итемов в каталоге / конец */

.acfic-item > * {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 0.85em;
    max-width: 87%;
    max-width: calc(100% - 30px);
}

.acfic-item-product-section {
    font-size: 0.78em;
    margin-bottom: 5px;
    width: 100%;
}
.acfic-item-store-section {
    font-size: 0.78em;
    margin-bottom: 5px;
    width: 100%;
    gap: 10px;
}

.acfic-item-product-image a, .acfic-item-store-image a {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px 15px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #f5f5f5;
    border-bottom: solid 1px #00000012;
    margin-bottom: 5px;
    transition-duration: 1.5s;
}
.acfic-item-product-image a:hover, .acfic-item-store-image a:hover {
    filter: saturate(1.1);
    transform: scale(1.02);
    translate: 0px -1px;
    transition-duration: 0.4s;
}
.acfic-item-product-image a:before {
    content: '';
    display: block;
    padding-top: 126%;
}
.acfic-item-store-image a:before {
    content: '';
    display: block;
    padding-top: 62%;
}

.acfic-catalog-header {
    display: flex;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 15px;
}

.acfic-catalog-header > * {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.85em;
}

.acfic-item-product-image, .acfic-catalog-header-image {
    width: 100%;
    max-width: 100%;
}
.acfic-item-store-image, .acfic-catalog-header-image {
    width: 100%;
    max-width: 100%;
}
.acfic-item-product-info, .acfic-catalog-header-info {
    justify-content: flex-start;
}
.acfic-item-store-info, .acfic-catalog-header-info {
    justify-content: flex-start;
}
.acfic-item-product-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.acfic-item-store-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.acfic-item-product-title {
    margin-bottom: 5px;
    font-size: 0.8em;
    font-weight: 600;
}
.acfic-item-store-title {
    margin-bottom: 5px;
    font-weight: 600;
}
.acfic-item-product-descr {}
.acfic-item-store-descr {}
.acfic-item-product-section-prices {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
}
.acfic-item-product-section-cnt {
    font-size: 0.6em;
    margin-top: -6px;
    font-weight: 600;
    color: #ff7832;
}
.acfic-item-product-price, .acfic-catalog-header-price {}
.acfic-item-product-section-users-rate {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.acfic-item-product-rating, .acfic-catalog-header-rating {}
.acfic-item-store-rating, .acfic-catalog-header-rating {}
.acfic-item-product-store, .acfic-catalog-header-store {}
.acfic-item-product-author, .acfic-catalog-header-author {}

.acfic-item-product-store, .acfic-item-product-author, .acfic-item-store-author {
    font-size: 0.65em;
    opacity: 0.5;
    transition-duration: 1s;
}
.acfic-item-product-store:hover, .acfic-item-product-author:hover, .acfic-item-store-author:hover {
    transition-duration: 0.3s;
    opacity: 1;
}
.acfic-item-product-store a, .acfic-item-product-author a, .acfic-item-store-author a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
.acfic-item-product-author-thumb, .acfic-item-store-author-thumb, .acfic-item-product-store-thumb {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e9e9e9;
    border: solid 1px #0000001f;
}
.acfic-item-store-author, .acfic-catalog-header-author {}
.acfic-item-product-rating, .acfic-item-store-rating {
    font-size: 0.8em;
}
.acfic-item-product-comments, .acfic-item-store-comments {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.8em;
    color: #ff7832;
    font-weight: 600;
    opacity: 0.8;
    filter: brightness(0) opacity(0.34);
}
.acfic-item-product-mess {
    width: 100%;
    text-align: center;
    font-size: 1em;
    color: #adadad;
    margin: 35px 0;
    font-weight: 600;
}
.acfic-item-store-mess {
    width: 100%;
    text-align: center;
    font-size: 1em;
    color: #adadad;
    margin: 35px 0;
    font-weight: 600;
}
.acfic-item-element-rating {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
}
.acfic-item-element-rating-stars {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 3px;
}
.acfic-item-element-rating .acfic-item-element-rating-num {
    color: #ff7832;
    font-weight: 600;
}
.acfic-item-product-price {
    font-weight: 600;
    font-size: 1.2em;
    color: #000000;
}
.acfic-item-product-sales {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.acfic-item-product-price-old {
    text-decoration: line-through;
    font-size: 0.8em;
    opacity: 0.5;
}
.acfic-item-product-price-sale {
    color: #ff7832;
    font-size: 0.8em;
    font-weight: 600;
}
.acfic-item-product-bt-area {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
    padding-top: 5px;
    margin-bottom: 0px;
    user-select: none;
}
.acfic-item-product-bt {
    background-color: #fff0ed;
    color: #ff7832;
    font-weight: 600;
    text-decoration: none !important;
    padding: 8px 15px;
    font-size: 1rem;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    transition-duration: 1.5s;
}
.acfic-item-product-bt:hover, .acfic-item-product-bt:active {
    transition-duration: 0.4s;
    transform: scale(1.015);
}
.acfic-item-product-bt--take {}

#acfic-nav {
    margin-top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
}

#acfic-load-more {
    color: #6c6c6c;
    border: none !important;
    border-radius: 8px;
    padding: 14px 25px;
    transition-duration: 0.3s;
    font-size: 1.0em;
    width: 100%;
    user-select: none;
    font-weight: 600;
    pointer-events: none;
}

#acfic-load-more[status="error"] {
    color: #eb7c7c;
    background-color: #ffe8e8;
    cursor: pointer;
    pointer-events: all;
}

#acfic-load-more[status="error"]:hover {
    color: #eb7c7c;
    background-color: #fde1e1;
}

#acfic-load-more[status="more"] {
    background-color: #ff9665;
    background-image: linear-gradient(150deg, #ffaf77, #ff794f);
    text-shadow: 0 0 5px #652c0da1;
    color: #fff;
    cursor: pointer;
    pointer-events: all;
}

#acfic-load-more[status="more"]:hover {
    background-color: #ff7331;
    background-image: linear-gradient(150deg, #ffb683, #ff845d);
}

.acfic-load-more-text {display: none;}

#acfic-load-more[status="more"] .acfic-load-more-text--more {display: block;}
#acfic-load-more[status="loading"] .acfic-load-more-text--loading {display: block;}
#acfic-load-more[status="stop"] .acfic-load-more-text--stop {display: block;}
#acfic-load-more[status="empty"] .acfic-load-more-text--empty {display: block;}
#acfic-load-more[status="error"] .acfic-load-more-text--error {display: block;}

/* ---------------- Rating ---------------- */

.acfic-item-page-rating {
    position: fixed;
    font-size: 0.8em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    right: 15px;
    bottom: 60px;
    background-color: #ffffff;
    border: solid 3px #ed7b52;
    color: #ef6739;
    border-radius: 15px;
    padding: 0.5rem 1.4rem;
    user-select: none;
    transform: scale(1.0);
    transition-duration: 0.5s;
    min-width: 150px;
}

.acfic-item-page-rating[clickable="1"]:hover {
    cursor: pointer;
    transform: scale(1.025);
}
.acfic-item-page-rating[clickable="1"]:active {
    transform: scale(0.98);
}

.acfic-item-page-rating-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.acfic-item-rating-star {
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.acfic-item-rating-star--one {
    width: 20px;
    height: 20px;
}
.acfic-item-rating-star--multi {
    margin: 0 2px;
}

.acfic-item-rating-star--one[rating="full"] {background-image: url("../icons/rating-star-full.svg");}
.acfic-item-rating-star--one[rating="half"] {background-image: url("../icons/rating-star-half.svg");}
.acfic-item-rating-star--one[rating="empty"] {background-image: url("../icons/rating-star-empty.svg");}

.acfic-item-rating-star--multi[rating="full"] {background-image: url("../icons/rating-star-full.svg");}
.acfic-item-rating-star--multi[rating="half"] {background-image: url("../icons/rating-star-half.svg");}
.acfic-item-rating-star--multi[rating="empty"] {background-image: url("../icons/rating-star-empty.svg");}

.acfic-item-page-rating-num {
    margin-top: 5px;
}

#acfic-popup-rating {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    background-color: rgba(100, 100, 100, 0);
    backdrop-filter: blur(0px);
    transition-duration: 1.5s;
    pointer-events: none;
}
#acfic-popup-rating[is_open="1"] {
    background-color: #df925f8a;
    pointer-events: all;
    backdrop-filter: blur(5px);
}

.acfic-popup-rating-content {
    background-color: white;
    margin: 80px auto;
    max-width: 600px;
    width: 90%;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 0 15px #511d062e;
    transition-duration: 0.8s;
    transform: scale(0.8);
    opacity: 0;
}
#acfic-popup-rating[is_open="1"] .acfic-popup-rating-content {
    transform: scale(1.0);
    opacity: 1;
}

.acfic-popup-rating-top-bt {
    background-image: url(../icons/acfic-popup-close.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    transition-duration: 0.4s;
    transform: scale(1.0);
    right: 15px;
    top: 15px;
}
.acfic-popup-rating-top-bt:hover {transform: scale(1.1);}
.acfic-popup-rating-top-bt:active {transform: scale(0.95);}

.acfic-popup-rating-content-area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.acfic-popup-rating-title {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    width: 100%;
}

.acfic-popup-rating-bt {
    background-color: #f28156;
    background-image: linear-gradient(45deg, #fe915f, #e8734e);
    text-shadow: 0 0 5px #63210a82;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    padding: 8px 15px;
    border-radius: 12px;
    min-width: 180px;
    user-select: none;
}
.acfic-popup-rating-bt:not([is_disabled="1"]):not(#acfic-popup-rating[is_load="1"] .acfic-popup-rating-bt):hover {
    background-color: #ff7331;
    background-image: linear-gradient(150deg, #f9a265, #ff845d);
    cursor: pointer;
}
.acfic-popup-rating-bt[is_disabled="1"], #acfic-popup-rating[is_load="1"] .acfic-popup-rating-bt {
    fiter: grayscale(100%);
    opacity: 0.5;
    pointer-events: none;
}

.acfic-popup-rating-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 20px 10px 20px;
}
.acfic-popup-rating-stars--clickable {
    margin-bottom: 55px;
}

.acfic-item-rating-star-bt {
    width: 50px;
    height: 50px;
    padding: 0 5px;
    position: relative;
    cursor: pointer;
}

.acfic-item-rating-star-bt .acfic-item-rating-star {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: 0.2s;
}
.acfic-popup-rating-stars .acfic-item-rating-star--multi {
    width: 50px;
    height: 50px;
    padding: 0 5px;
    margin: 0;
}

.acfic-item-rating-star-bt .acfic-item-rating-star[rating="full"] {background-image: url("../icons/rating-star-full.svg"); opacity: 0;}
.acfic-item-rating-star-bt .acfic-item-rating-star[rating="empty"] {background-image: url("../icons/rating-star-empty.svg"); opacity: 1;}

.acfic-item-rating-star-bt[is_show="1"] .acfic-item-rating-star[rating="full"] {opacity: 1;}
.acfic-item-rating-star-bt[is_show="1"] .acfic-item-rating-star[rating="empty"] {opacity: 0;}

.acfic-popup-rating-num {
    font-weight: 600;
    font-size: 2em;
    margin-bottom: 5px;
}

.acfic-popup-rating-my-vote {
    margin-bottom: 35px;
}

/* комментарии / начало */

.acfic-item-comments-ico {
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../icons/comments-ico.svg");
    margin-right: 6px;
}

.acfic-item-comments-ico--one {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/* комментарии / конец */

/* Страница магазина/прилавка / начало */

.acfic_store_prombigpic {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 50px;
}

.acfic_store_prombigpic_item {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.acfic_store_prombigpic_item:before {
    content: '';
    display: block;
    padding-top: 25%;
}

.acfic_store_prombigpic_item_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition-duration: 3.0s;
    border: 0 !important;
    user-select: none;
    cursor: pointer;
}

.acfic_store_prombigpic_item_img:hover {
    transform: scale(1.02);
    transition-duration: 0.4s;
}

/* Страница магазина/прилавка / конец */