/*
 Theme Name:   Bricks Child Theme
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* **************************** Global **************************** */

:root {
    --header-height: 131px;
}

html {
    scroll-behavior: smooth;
}

.grecaptcha-badge {
    visibility: hidden;
}

:where(p) {
    margin-block: 0 1.5em;
}

:where(p:last-of-type) {
    margin-block-end: 0;
}

.brxe-heading {
    word-break: break-word;
}

/* **************************** Global **************************** */

/* **************************** CF7 Form **************************** */
.wpcf7 form .wpcf7-response-output {
    background: #dbd1ff;
    border: 0;
    margin: 3rem 0 0 0;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    border-left: 3px solid var(--action) !important;
}
.dark-form .wpcf7 .form-item .form_checkbox .checkbox_wrap p label a:hover {
color: var(--action);
}


.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: var(--bricks-text-danger);
    background: var(--bricks-bg-danger);
    border-color: var(--bricks-text-danger) !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: var(--bricks-text-success);
    background: var(--bricks-bg-success);
    border-color: var(--bricks-text-success) !important;
}

.checkbox_wrap span.wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.checkbox_wrap label {
    color: var(--grey);
    position: relative;
    padding-left: 1.85em;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.28;
    font-weight: 400;
    cursor: pointer;
}

.form_field.form_checkbox {
    position: relative;
}

.checkbox_wrap label:before {
    position: absolute;
    content: '';
    width: 1em;
    height: 1em;
    border: 1px solid var(--secondary);
    border-radius: 4px;
    top: 0.05em;
    left: 0;
    outline: 2px solid transparent !important;
    background: rgba(255, 255, 255, .15);
    outline-offset: 2px;
    transition: var(--base-transition);
}

.checkbox_wrap label::after {
    position: absolute;
    content: '';
    width: 0.775em;
    height: 0.775em;
    opacity: 0;
    visibility: hidden;
    background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3E%3Cpath%20d='M11.6666%203.5L5.24992%209.91667L2.33325%207'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0.2em;
    left: 0.1em;
}

.checkbox_wrap a {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    transition: var(--base-transition);
}

.checkbox_wrap a:hover {
    color: var(--base);
}

.wpcf7-form-control-wrap:has(span input:checked)+label:before {
    background: var(--action);
    border-color: var(--action);
}

.wpcf7-form-control-wrap:has(span input:checked)+label:after {
    opacity: 1;
    visibility: visible;
}

.wpcf7 .checkbox_wrap label:hover:before {
    outline-color: var(--action) !important;
}

.wpcf7 .form-wrap {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.wpcf7 .form-item.w-half {
    grid-column: unset;
}

.wpcf7 .form-item {
    grid-column: 1/-1;
    position: relative;
}

.wpcf7 label.form-label {
    font-size: 1.4rem;
    line-height: 0.6875;
    font-weight: 400;
    color: var(--grey);
    margin: 0;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 400;
    position: absolute;
    margin-top: 4px;
    top: 100%;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
}

.wpcf7 input:not([type="submit"], [type="checkbox"]),
.wpcf7 textarea {
    border: 0;
    background: transparent;
    border-bottom: 1px solid var(--secondary);
    padding: 0;
    border-radius: 0;
    outline: none;
    line-height: 1;
    font-size: 1.4rem;
    margin-top: 6px;
    padding-bottom: 3px;
}

.wpcf7 textarea {
    height: 42px;
    min-height: 0;
}

.wpcf7 .form-item.form-submit p {
    display: flex;
    align-items: center;
}

.wpcf7 .form-submit .wpcf7-submit {
    background: var(--bg-fill);
    border-radius: 7px;
    padding: 1rem 3rem;
    font-size: var(--text-s);
    line-height: var(--text-m-lh);
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
    border: 0;
    transition: var(--base-transition);
}

.wpcf7 .form-submit .wpcf7-submit:hover {
    opacity: 0.6;
}

.dark-form .wpcf7 input:not([type="submit"], [type="checkbox"]),
.dark-form .wpcf7 textarea {
    color: var(--white);
}

.dark-form .wpcf7 label.form-label,
.dark-form .checkbox_wrap label {
    color: var(--secondary);
}

.dark-form .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select {
    border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    background: transparent;
    border-bottom: 1px solid var(--secondary);
    padding: 0;
    /* padding-bottom: 0px; */
    border-radius: 0;
    outline: none;
    line-height: 1.36;
    font-size: 1.4rem;
    margin-top: 6px;
    padding-bottom: 3px;
    position: relative;
    background-image: url(/wp-content/uploads/uui-chevron-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
    color: var(--white);
}

.dark-form .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select option {
/* 	color: var(--base); */
	background: #000;
	color: var(--secondary);
}

.dark-form .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select:has(option[value=""]:checked) {
    color: transparent;
}

.form_file {
    position: relative;
}

.form_file_input {
    position: absolute;
    bottom: 0;
    pointer-events: none;
}


.form_file_input input {
    opacity: 0;
}

.form_file_label_btn {
    border: 0;
    background: transparent;
    border-bottom: 1px solid var(--secondary);
    padding: 0;
    border-radius: 0;
    outline: none;
    line-height: 1;
    font-size: 1.4rem;
    padding-bottom: 3px;
    margin: 16px 0 0;
    min-height: 22px;
    cursor: pointer;
    color: var(--secondary);
    transition: var(--base-transition);
}

.form_file_label_btn:hover {
    color: var(--white);
}

.file-info:has(span)+p {
    display: none;
}

.form-item p {
    margin: 0;
}

.form_file_input span.wpcf7-not-valid-tip {
    margin: 4px 0 0;
}

.file-info {
    color: var(--white);
    font-size: 14px;
    margin: 8px 0 -8px;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    display: none;
}

.file-info:has(span) {
    display: flex;
}

.file-info button {
    background: var(--bg-fill);
    color: var(--white);
    border-radius: 4px;
    padding: 8px 12px;
    letter-spacing: 0.02em;
    transition: var(--base-transition);
}

.file-info button:hover {
    opacity: 0.8;
}

@media(max-width:575px) {
    .wpcf7 .form-wrap {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
}

/* **************************** CF7 Form **************************** */

/* **************************** Single Product Page **************************** */
.single-product__gallery-image a:not(:first-child),
.single-product__gallery-video a:not(:first-child) {
    display: none;
}

.single-product__gallery-image a {
    display: inline-block;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    border: 1px dashed var(--secondary);
}

.single-product__gallery-image img {
    aspect-ratio: 153/100;
    height: 100px;
    width: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    padding: 5.27% 7.91%;
}

.single-product__media {
    gap: 2.2rem;
}

.single-product__media-row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.6rem;
}

.single-product__gallery-image svg,
.single-product__gallery-video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    z-index: 2;
    pointer-events: none;
    transition: var(--base-transition);
    opacity: 0;
}

.single-product__gallery-video svg {
    opacity: 1;
}

.single-product__gallery-image a:before,
.single-product__gallery-video a:before {
    content: '';
    position: absolute;
    width: calc(100% - 4px);
    left: 50%;
    top: 50%;
    height: calc(100% - 4px);
    background: rgba(0, 0, 0, .6);
    transition: var(--base-transition);
    opacity: 0;
    border-radius: 5px;
    transform: translate(-50%, -50%);
}

.single-product__gallery-video a:before {
    width: 100%;
    height: 100%;
}

.single-product__gallery-image a:hover::before,
.single-product__gallery-video a:hover::before,
.single-product__gallery-image a:hover svg {
    opacity: 1;
}

.single-product__thumbnail a {
    display: inline-block;
    width: 100%;
    max-width: 628px;
    margin-left: auto;
}

.single-product__thumbnail a img {
    height: 363px;
    object-fit: contain;
    mix-blend-mode: multiply;
    width: 100%;
}

.single-product__gallery-image,
.single-product__gallery-video {
    width: auto;
    display: grid;
}

.single-product__gallery-video a {
    display: inline-block;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

.single-product__gallery-video img {
    aspect-ratio: 153 / 100;
    height: 100px;
    width: 100%;
}

.product-list-wrap:has(.bricks-posts-nothing-found).product-list-wrap:after {
    display: none;
}

@media(max-width:768px) {
    .single-product__thumbnail a img {
        height: 240px;
    }

    body .documentation-query .load-more__btn {
        padding-inline: 2rem !important;
        font-size: 14px !important;
    }
}

/* **************************** Single Product Page **************************** */

/* **************************** About Page **************************** */
.history-update {
    color: var(--white);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
}

.history-update__body.splide__track::after {
    content: '';
    position: absolute;
    width: var(--scrollWidth, 100vw);
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px dashed var(--secondary);
    pointer-events: none;
    z-index: -1;
}

.history-update__body.splide__track {
    overflow: visible;
}

.hu-card {
    position: relative;
    padding: 4rem 0 2.4rem 4.4rem;
    font-size: var(--text-s);
    line-height: var(--text-s-lh);
    color: var(--accent);
    max-width: 360px;
    flex-shrink: 0;
    font-weight: 300;
    border-left: 1px dashed var(--secondary);
    height: var(--mh, auto);
    z-index: 2;
}

.hu-card__inner {
    gap: 1rem;
}

.hu-card__title {
    color: var(--white);
    font-size: var(--text-xl);
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
}

.hu-card__date {
    position: absolute;
    color: var(--action);
    font-size: var(--text-m);
    line-height: 1.2;
    bottom: calc(100% + 22px);
    left: 0;
    transform: translateX(-50%);
    font-weight: 600;
}

.hu-card::before {
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    z-index: 1;
    content: '';
    background: var(--icon-fill);
    border-radius: 50%;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
}

.hu-card:nth-child(2n + 1) {
    margin-top: auto;
}

.hu-card:nth-child(2n + 2) {
    padding: 3.3rem 0 3rem 4.4rem;
    margin-bottom: var(--mh, auto);
}

.hu-card:nth-child(2n + 2)::before {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.hu-card:nth-child(2n + 2) .hu-card__date {
    bottom: auto;
    top: calc(100% + 22px);
}

.history-update-progress__track {
    position: relative;
    height: 10px;
    background-color: #9EB7CA4D;
    margin-top: 100px;
    overflow: hidden;
    border-radius: 100px;
}

.history-update-progress__bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #D8E6F1;
    border-radius: 100px;
}

@media (max-width:1200px) {
    .history-update-progress__track {
        margin-top: 80px;
    }
}

@media (max-width:1024px) {
    .history-update-progress__track {
        margin-top: 60px;
    }
}

@media(max-width:767px) {
    .hu-card {
        padding: 2rem !important;
        max-width: 290px;
    }

    .history-update-progress__track {
        margin-top: 40px;
    }
}

/* **************************** About Page **************************** */

/* **************************** Post Content **************************** */

.brxe-post-content :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 1.6rem;
    margin-top: 4rem;
}

.brxe-post-content>:last-child {
    margin-bottom: 0 !important;
}

.brxe-post-content>:first-child {
    margin-top: 0 !important;
}

.brxe-post-content h2 {
    font-size: var(--h4);
    line-height: var(--h4-lh);
}

.brxe-post-content h3 {
    font-size: var(--h5);
    line-height: var(--h5-lh);
}

.brxe-post-content h4 {
    font-size: var(--h6);
    line-height: var(--h6-lh);
}

.brxe-post-content h5,
.brxe-post-content h6 {
    font-size: var(--text-xl);
    line-height: var(--text-xl-lh);
}

.brxe-post-content ol,
.brxe-post-content ul {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}

.brxe-post-content li:not(:last-child) {
    margin-bottom: 0.35em;
}

#brx-content .brxe-post-content .wp-block-gallery img {
    border-radius: 7px;
}

#brx-content .brxe-post-content .wp-block-gallery .is-style-contain-border img {
    object-fit: contain !important;
    border: 1px dashed var(--secondary);
}

#brx-content .brxe-post-content .wp-block-gallery {
    --wp--style--gallery-gap-default: 2rem;
    margin-block: 4.8rem;
    display: flex;
}

#brx-content .wp-block-columns.is-style-cta {
    background: linear-gradient(90deg, var(--action) 0%, var(--primary) 100%);
    padding: 4.8rem 4rem;
    border-radius: 8px;
    margin-block: 5rem;
}

#brx-content .wp-block-columns .wp-block-column>*:first-child {
    margin-top: 0 !important;
}

#brx-content .wp-block-columns .wp-block-column>*:last-child {
    margin-bottom: 0 !important;
}

#brx-content .wp-block-columns.is-style-cta * {
    color: var(--white);
}

#brx-content .wp-block-columns .wp-block-buttons {
    margin-top: 3rem;
}

#brx-content .wp-block-columns.is-style-cta .wp-block-button__link {
    font-size: var(--text-s);
    line-height: var(--text-m-lh);
    font-weight: 600;
    text-transform: uppercase;
    font-family: "DM Sans";
    letter-spacing: 0px;
    border-radius: 7px;
    transition: var(--base-transition);
    padding-top: 1rem;
    padding-right: 2.4rem;
    padding-bottom: 1rem;
    padding-left: 2.4rem;
    color: var(--base);
    background-color: #fff;
    box-shadow: inset 0 0 0 2px var(--white);
}

#brx-content .wp-block-columns.is-style-cta .wp-block-button__link:hover {
    background-color: var(--base);
    color: var(--white);
    box-shadow: inset 0 0 0 2px var(--base);
}

/* **************************** Post Content **************************** */



/****************************** footer form **********************************/
.footer-form form .form-wrap .form-item {
    grid-column: unset;
    position: relative;
}

.footer-form form .form-wrap .form-item .form-label {
    font-size: var(--text-s);
    color: #F0F4F7;
}

.footer-form form .form-wrap input {
    color: #fff;
}

.footer-form form .form-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3rem;
}

.footer-form form .form-wrap .form-item.form-submit {
    margin-top: auto;
}

.footer-form form .form-wrap .form-item.form-submit .wpcf7-spinner {
    display: none;
}

.footer-form form .form-wrap .form-item.form-submit .wpcf7-submit {
    padding: 0;
    background: transparent;
    text-transform: inherit;
    background-image: url(https://coriweb-bossong.rrulb.com/wp-content/uploads/Group-162.svg);
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 29px;
    min-height: 30px;
}

.footer-form form .form-wrap input {
    color: #fff;
    border-color: #fff;
}

/****************************** footer form **********************************/

/* resposnive */
#brx-content .wp-block-columns.is-style-cta {
    padding: 3rem 2rem;
}


/* resposnive */
@media (max-width:767px) {
    .footer-form form .form-wrap {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }
}

/******************** privacy policy ***********************/
/*
.page-id-3 #brx-content,
.page-id-1837 #brx-content {
    padding: 80px 0px;
}

.page-id-3 #brx-content h1,
.page-id-1837 #brx-content h1 {
    padding-bottom: 40px;
}

.page-id-3 #brx-content h2,
.page-id-1837 #brx-content h2 {
    margin-bottom: 20px;
    font-size: var(--h4);
    line-height: var(--h4-lh);
}

.page-id-3 #brx-content h3,
.page-id-1837 #brx-content h3 {
    margin-bottom: 20px;
    font-size: var(--h5);
    line-height: var(--h5-lh);
}

.page-id-3 #brx-content h4,
.page-id-1837 #brx-content h4 {
    margin-bottom: 20px;
    font-size: var(--h6);
    line-height: var(--h6-lh);
}

.page-id-3 #brx-content h5,
.page-id-1837 #brx-content h5 {
    margin-bottom: 20px;
    font-size: var(--text-xxl);
    line-height: var(--text-xxl-lh);
}

.page-id-3 #brx-content ul,
.page-id-3 #brx-content ol,
.page-id-1837 #brx-content ul,
.page-id-1837 #brx-content ol {
    padding-left: 22px;
}

.page-id-3 #brx-content ul li,
.page-id-3 #brx-content ol li,
.page-id-1837 #brx-content ul li,
.page-id-1837 #brx-content ol li {
    margin-bottom: 8px;
}

@media(max-width:1250px) {

    .page-id-3 #brx-content,
    .page-id-1837 #brx-content {
        padding: 80px 20px;
    }
}

@media(max-width:768px) {

    .page-id-3 #brx-content,
    .page-id-1837 #brx-content {
        padding: 50px 20px;
    }

    .page-id-3 #brx-content h1,
    .page-id-1837 #brx-content h1 {
        padding-bottom: 30px;
    }

    .page-id-3 #brx-content h2,
    .page-id-1837 #brx-content h2 {
        margin-bottom: 15px;
    }
}
*/
/******************** privacy policy ***********************/

/******************** Search popup ***********************/

.search_body {
    width: 100%;
}

a .search_element {
    width: 100%;
    max-width: 473px;
    margin-left: auto;
}

.header_top-menu-row.search_active .search_element {
    margin-inline: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    min-height: 100%;
    align-items: center;
    background-color: #009EE2;
    position: absolute;
    display: flex;
    width: 100%;
    max-width: 1256px;
    left: 0;
    padding-inline: 20px;
}

.search_element-block {
    display: flex;
    position: relative;
    width: 100%;
}

.search_element-block input {
    background: transparent;
    border-width: 0 0 1px;
    padding: 0 35px 7px 0;
    font-weight: 400;
    font-size: var(--text-s);
    line-height: 1.2em;
    border-color: var(--white);
    color: var(--white);
    outline: none !important;
}

.search_element-block input::placeholder {
    opacity: 1;
    color: var(--white);
}

.search_element-block button {
    position: absolute;
    top: 0;
    right: 10px;
    background-color: transparent;
    outline: none !important;
    border: 0;
    line-height: 1;
}

.search_element-block button img {
    vertical-align: top;
}

.header_top-menu-row .search_element-block button img {
    font-size: var(--text-s);
    height: 1em;
    width: auto;
    margin-top: 0.1em;
}

.search_element-body {
    position: absolute;
    top: 100%;
    z-index: 9;
    width: 100%;
    left: 0;
    background-color: var(--white);
    padding: 60px 20px;
    transition: var(--base-transition);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}

.header_top-menu-row.search_active .search_element-body {
    opacity: 1;
    visibility: visible;
}

.search_element-body__container {
    width: 100%;
    max-width: 1216px;
    margin-inline: auto;
}

.search_element-body__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.search_element-body__wrapper {
    display: grid;
    grid-template-columns: 314px 1fr;
    gap: 60px;
}

.search_element-body__left {
    display: flex;
    flex-direction: column;
    gap: 43px;
}

.search_element-filter {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.search_element-heading {
    font-size: 21px;
    line-height: 1.4em;
    color: #011C30;
    font-weight: 600;
}

.search_element-cats__wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.search_element-cats__wrapper a {
    display: block;
    font-size: var(--text-s);
    line-height: 1.4em;
    text-transform: uppercase;
    padding-block: 12px;
    border-width: 0 0 1px;
    border-style: dashed;
    border-color: #9EB7CA;
}

.search_element-type__wrapper>li {
    line-height: 1.4;
}

.search_element-type__wrapper {
    margin-block: 0;
    padding-left: 20px;
}

.search_element-type__wrapper li:not(:last-of-type) {
    margin-bottom: 5px;
}

.search_element-type__wrapper li::marker {
    font-size: 15px;
}

.search_element-type__wrapper a {
    font-size: var(--text-s);
    color: #011C30;
}

.search_element-body__right-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px dashed #011C30;
}

.search_element-body__right-top__heading {
    font-size: var(--text-m);
    font-weight: 600;
    line-height: 1.4em;
    color: #009CDE;
}

.search_element-body__btn {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: var(--text-s);
    line-height: 1.4em;
    font-weight: 600;
    color: #011C30;
}

.search_element-body__btn .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background: linear-gradient(180deg, #00E3DF 0%, #009CDE 100%);
    border-radius: 50%;
}

.search_element-body__right-prod__wrapper {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.search_element-body__right-prod__wrapper .category-card .category-card__info .category-card__desc {
    display: none;
}

.search_element-body__right-prod__wrapper .category-card .product-card__image-box {
    background: #D8E6F166;
    padding: var(--space-20);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.search_element-body__right-prod__wrapper .category-card .product-card__image-box .product-card__image {
    object-fit: contain;
    width: 100%;
    aspect-ratio: 218/240;
    min-height: 120px;
}

.search_element-body__right-prod__wrapper .category-card .category-card__info .category-card__title {
    font-size: var(--text-s);
    line-height: var(--text-s-lh);
}

body .search_element-body__right-prod__wrapper .category-card {
    gap: 10px !important;
}

.product_loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.product_loader .loader-gif {
    width: 100%;
    max-width: 60px;
    height: auto;
    object-fit: contain;
}

.search_element-body.processing .product_loader {
    display: flex !important;
}

@media(max-width:1200px) {
    .search_element-body__right-prod__wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:1024px) {
    .search_element-body__wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media(max-width:768px) {
    .search_element-body__right-top {
/*         flex-direction: column; */
        gap: 20px;
        padding-bottom: 20px;
    }
}

@media(max-width:575px) {
    .search_element-body__right-prod__wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .search_element-cats__wrapper a {
        padding-block: 10px;
        font-size: var(--text-s);
        line-height: var(--text-s-lh);
    }

    .search_element-body__right-prod__wrapper .category-card .hover-icon__wrap {
        width: 4rem;
        height: 4rem;
    }

    .search_element-body__right-prod__wrapper .category-card .hover-icon {
        height: 1.5rem;
    }

    .search_element-filter {
        gap: 20px;
    }

    .product_loader .loader-gif {
        max-width: 40px;
    }
}

/******************** Search popup ***********************/

