.page.page-home>.main {
    background-color: #fff;
}

.full-width-wrapper.homepage-wrapper {
    margin-top: 62px;
}

.homepage-search {
    width: 100%;
    margin-bottom: 32px;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 3px 20px;
    padding: 20px 20px 30px;
    background: rgb(255, 255, 255);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 20px;
}
.homepage-search.no-style {
    border: none;
    padding: 0;
    background: none;
    box-shadow: none;
    margin-bottom: 0px;

}

.homepage-search .homepage-search-title-nl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.homepage-grid .homepage-grid-wrapper{
    display: flex;
    max-width: 1230px;
    padding: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    border-radius: 20px;
    border: 1.5px solid #008AEE;

    background: #FFF;
}
.homepage-grid .homepage-grid-wrapper .divider {
    width: 100%;
    height: 1px;
    background: #E5E5E5;
}
.product-search-form.home-page .form-field{
    max-width: 300px;
    border-radius: 30px;
    border: 1.5px #008AEE;

    background: #F9F9F9;
}
.product-search-form.home-page form{
    margin-top: 20px;
    margin-bottom: 0px;
}


.homepage-grid .homepage-grid-wrapper .title {
    color: #19242D;
    font-family: "Exo 2";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    gap: 5px;
}
.homepage-grid .homepage-grid-wrapper h2{
    color: #19242D;
    font-family: "Exo 2";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    gap: 5px;
    margin-top:15px;
    text-transform: unset;
}
.homepage-grid .homepage-megabitak-banner {
    margin-top: 30px;
    max-width: calc(100% - 304px);
    width: 100%;
    height: 200px;
    border-radius: 30px;
    background: #19242D;
    /* float: right; */
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
    gap: 20px;
    cursor: pointer;
}

.homepage-grid .homepage-megabitak-banner .overlay-bitak {
    background: url(../images/megabitak/megabitak_overlay_title.svg);
    width: 800px;
    height: 234px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -18px;
    left: 92px;
}

.homepage-grid .homepage-megabitak-banner .hand {
    background: url(../images/megabitak/megabitak_hand.svg);
    width: 175px;
    height: 175px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0px;
    right: -13px;
    z-index: 1;
}

.homepage-grid .homepage-megabitak-banner .icon.megabitak-big {
    background: url(../images/megabitak/megabitak_banner_logo_big.svg);
    width: 250px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    z-index: 10000;
    position: inherit;
    z-index: 1;
}

.homepage-grid .homepage-megabitak-banner .text {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    z-index: 1;
}

.homepage-grid .homepage-megabitak-banner .handle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 40px;
    padding: 10px;
    border-radius: 10px;
    background: #FFF;
    width: 202px;
    z-index: 1;
}

.homepage-grid .homepage-megabitak-banner .handle .text {
    color: #19242D;
    text-align: center;
    font-family: "Montserrat";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.homepage-grid .homepage-megabitak-banner .handle .icon {
    background: url(../images/megabitak/megabitak_header_logo_pointer_arrow.svg);
    width: 11px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


@media (min-width: 1440px) {
    .page.page-home>.main {
        background-color: unset;
    }
}
@media (width <= 1024px) {
    .product-search-form.home-page .form-field{
        max-width: 100%;
    }
    .homepage-grid .homepage-megabitak-banner .text {
        font-size: 20px;
    }

    .homepage-grid .homepage-megabitak-banner .icon.megabitak-big {
        width: 200px;
    }

    .homepage-grid .homepage-megabitak-banner .hand {
        width: 145px;
        height: 145px;
    }

    .homepage-grid .homepage-megabitak-banner .overlay-bitak {
        width: calc(100% - 40px);
        height: 180px;
        top: -5px;
    }

    .homepage-grid .homepage-megabitak-banner {
        gap: 12px;
        padding: 20px;
        height: 170px;
    }
}

@media (width <= 740px) {
    .homepage-grid .homepage-megabitak-banner {
        max-width: unset;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 30px;
        float: none;
    }
}

@media (width <= 430px) {
    .homepage-grid .homepage-megabitak-banner .hand {
        width: 125px;
        height: 125px;
    }

    .homepage-grid .homepage-megabitak-banner .icon.megabitak-big {
        width: 150px;
    }

    .homepage-grid .homepage-megabitak-banner .text {
        font-size: 18px;
    }

    .homepage-grid .homepage-megabitak-banner .text,
    .homepage-grid .homepage-megabitak-banner .handle .text  {
        font-size: 16px;
    }

    .homepage-grid .homepage-megabitak-banner {
        gap: 10px;
        padding: 15px;
        height: 150px;
    }

    .homepage-grid .homepage-megabitak-banner .handle {
        height: 30px;
        padding-left: 0px;
        padding-right: 0px;
        width: 160px;
        gap: 5px;
    }

    .homepage-grid .homepage-megabitak-banner .overlay-bitak {
        display: none;
    }
}

.homepage-grid-content {
    border-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.homepage-grid-content .homepage-inquiries.regular {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) inset;
    width: 100%;
    height: 290px;
    overflow-y: auto;
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}


.homepage-grid-content .homepage-inquiries.megaparts {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(44, 202, 202, 0.25) inset;
    width: 100%;
    height: 290px;
    overflow-y: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

.homepage-grid-content .homepage-inquiries.regular::-webkit-scrollbar,
.homepage-grid-content .homepage-inquiries.megaparts::-webkit-scrollbar {
    display: none;
}

.homepage-grid-content .homepage-inquiries.regular .homepage-regular-inquiries,
.homepage-grid-content .homepage-inquiries.megaparts .homepage-megaparts-inquiries {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.homepage-grid-content .homepage-inquiries-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homepage-grid-content .homepage-inquiries .item-container .inquiry-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #EDEDED;
    background: #F9F9F9;
}

.homepage-grid-content .homepage-inquiries .item-container .inquiry-item .inquiry-item-content {
    flex-grow: 1;
    height: 57px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.homepage-grid-content .homepage-inquiries .item-container .inquiry-item .inquiry-item-content .text {
    flex-grow: 1;
    height: 57px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.homepage-grid-content .homepage-inquiries .label.text-body-dark-strong.homepage-inq {
    font-size: 10px;
    position: absolute;
    top: -2px;
    right: 3px;
    display: none;
}

.homepage-grid-content .homepage-inquiries .item-container .inquiry-item .inquiry-item-content > .text .label.megaparts-inquiry {
    color: #2CCACA;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.homepage-grid-content .homepage-inquiries .item-container .inquiry-item .inquiry-item-content > .text .label.regular-inquiry {
    color: #5FB865;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.homepage-grid-content .homepage-inquiries .item-container .inquiry-item .inquiry-item-content .header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
}

.homepage-grid-content .homepage-inquiries .item-container .inquiry-item .inquiry-item-content .header-row .past-time {
    color: #C2C2C2;
    font-family: "Roboto";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.homepage-grid-content .homepage-inquiries .image-holder {
    position: relative;
    height: 100%;
    width: 78px;
    background: #d9d9d9;
    width: 92.625px;
    height: 57px;
    border-radius: 7.125px;

}


.homepage-grid-content .homepage-inquiries .image-holder .pio-first-image,
.homepage-grid-content .homepage-inquiries .image-holder  a img {
    width: 92.625px;
    height: 57px;
    border-radius: 7.125px;
}

.homepage-grid-content .homepage-inquiries .image-holder img {
    height: inherit;
    width: inherit;
    border-radius: 50%;
    object-fit: cover;
}

.homepage-grid-content .homepage-inquiries .image-holder img.image {
    height: inherit;
    width: inherit;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #F9F9F9;
}

.homepage-grid-content .homepage-inquiries .image-holder img.user-img {
    height: inherit;
    width: inherit;
    border-radius: 50%;
    object-fit: cover;
}

.homepage-grid-content .homepage-inquiries .image-holder .profile-icon:has(span.image) {
    border: 3px solid #F9F9F9;
}

.homepage-grid-content .homepage-inquiries .image-holder .profile-icon {
    position: absolute;
    top: -6px;
    left: -6px;
    background: #d9d9d9;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #434343;
    font-family: roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
}

.homepage-grid-content .homepage-inquiries .image-holder .profile-icon:hover {
    cursor: pointer;
}

.homepage-grid-content .homepage-inquiries .inquiry-item-content .product-title-small {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page.page-home .homepage-market .borsa-headers {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
    gap: 25px;
    max-height: 800px;
}

.page.page-home .homepage-market .borsa-headers .left_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 10px 0px;
}

.page.page-home .homepage-market .borsa-headers .left_cont h2 {
    color: #000;
    font-family: "Exo 2";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; 
    margin-bottom: 5px;
}

.page.page-home .homepage-market .borsa-headers .left_cont .inq_count {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    width: 100%;
}

.page.page-home .homepage-market .borsa-headers .left_cont .inq_count .count {
    color: #33BB5A;
    font-family: "Roboto";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.page.page-home .homepage-market .borsa-headers .left_cont .inq_count.autoborsa .count {
    color: #F2992F;
}

.page.page-home .homepage-market .borsa-headers .left_cont .inq_count .text {
    color: #535353;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 2px;
}

.page.page-home .homepage-market .borsa-headers .left_cont div.button {
    height: 40px;
    width: 64px;
    gap: 10px;
    border-radius: 30px;
    background: #5FB865;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page.page-home .homepage-market .borsa-headers .left_cont div.button.autoborsa {
    background: #F2992F;
}
.page.page-home .homepage-market .borsa-headers .left_cont div.button span {
    background: url(../images/arrow_borsa.svg) no-repeat center;
    width: 16px;
    height: 15px;
}


.page.page-home .homepage-market .borsa-headers .right_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 ;
    margin: 10px 0px;
}

.page.page-home .homepage-market .borsa-headers .right_cont h2 {
    color: #000;
    font-family: "Exo 2";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 5px;
}

.page.page-home .homepage-market .borsa-headers .right_cont .inq_count {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    width: 100%;
}

.page.page-home .homepage-market .borsa-headers .right_cont .inq_count .count {
    color: #2CCACA;
    font-family: "Roboto";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.page.page-home .homepage-market .borsa-headers .right_cont .inq_count .text {
    color: #535353;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 2px;
}

.page.page-home .homepage-market .borsa-headers .right_cont div.button {
    display: flex;
    height: 40px;
    width: 64px;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #2CCACA;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page.page-home .homepage-market .borsa-headers .right_cont div.button span.redirect {
    background: url(../images/arrow_borsa.svg) no-repeat center;
    width: 16px;
    height: 15px;
}

.homepage-grid-content .homepage-search .homepage-search-title-nl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.clear-all-form-filtters {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgb(0, 138, 238);
    cursor: pointer;
    text-decoration: underline;
}

.clear-all-form-filtters img {
    transform: translateY(3px) translateX(-7px);
}

.clear-all-form-filtters {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgb(0, 138, 238);
    cursor: pointer;
    text-decoration: underline;
}

.product-search-form .form-field .select2-container .select2-selection--single,
.product-search-form .form-field .select2-container .select2-selection--multiple {
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 138, 238);
    border-image: initial;
    border-radius: 30px;
    display: flex;
    
    position: relative;
    margin:auto;
}

.product-search-form .form-field .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
}

.homepage-grid-content .homepage-market>.heading .title,
.homepage-grid-content .homepage-auctions>.heading .title {
    display: flex;
    flex-direction: column;
}

.homepage-grid-content .homepage-market>.heading .title>.inqueries-counter-nl, 
.homepage-grid-content .homepage-auctions>.heading .title>.inqueries-counter-nl {
    margin-left: 0;
}

.homepage-grid-content .homepage-market>.heading .title>.inqueries-counter-nl .count,
.homepage-grid-content .homepage-auctions>.heading .title>.inqueries-counter-nl .count {
    background-color: transparent;
    
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 50px;
    position: relative;
    top: 3px;
}
.homepage-grid-content .homepage-market>.heading .title>.inqueries-counter-nl .count{
    color: rgb(51, 187, 90);
}
.homepage-grid-content .homepage-auctions>.heading .title>.inqueries-counter-nl .count {
    color:#F2992F;
}


.homepage-grid-content .homepage-market>.heading .title>.inqueries-counter-nl .title-inqueries-nl, 
.homepage-grid-content .homepage-auctions>.heading .title>.inqueries-counter-nl .title-inqueries-nl {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: rgb(83, 83, 83);
    text-transform: lowercase;
    position: relative;
    top: 3px;
}

.homepage-grid-content .homepage-market>.heading .button-to-the-market, 
.homepage-grid-content .homepage-auctions>.heading .button-to-the-market {
    border-radius: 50px;
}

.homepage-market>.heading .button-to-the-market {
    background: #33BB5A;
    border: 1px solid #33BB5A;
    border-radius: 50%;
}
.homepage-auctions>.heading .button-to-the-auctions {
    background: #F2992F;
    border: 1px solid #F2992F;
    border-radius: 50px;
    color: #fff;
    flex-direction:unset;
    max-width: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homepage-auctions>.heading .button-to-the-auctions > span{
    font-size: 16px !important;
    font-weight: 500;
    line-height: 16px;
}

.homepage-grid .homepage-search .buttons-wrapper .button-search {
    border-radius: 50px;
    display: grid;
    
    margin: auto;
}

.product-search-form .form-field {
    max-width: calc(((100% - 267px) - 20px) / 2);
}

.page-home .product-search-form .buttons-wrapper .button-clear {
    display: none;
}

.page-product-category-single .product-search-form .buttons-wrapper {
    display: flex;
    align-items: center;
}

.page-product-category-single .product-search-form .buttons-wrapper .button-clear {
    background: rgba(23, 141, 235, 0.15);
    border: 1px solid #008AEE;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
}

.product-search-form .form-field {
    max-width: calc(((100% - 267px) - 20px) / 2);
}

.product-search-form .buttons-wrapper {
    width: 267px;
}

.product-search-form .buttons-wrapper.has-selected .button-search {
    max-width: 210px;
}

.product-search-form .buttons-wrapper.has-selected .button-search {
    width: 100%;
}


/* Left Side Bar  */
.page.page-product-category-single .homepage-left-sidebar.category {
    display:none;
}
.category-nav-bar-toggle{
    background: none;
    margin-top: 7px;

}
.category-nav-bar-toggle.opened{
    transform: rotate(180deg);
    margin-bottom: 7px;

}
.homepage-left-sidebar {
    box-shadow: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    
}

.homepage-left-sidebar .navigation {
    border: 1px solid rgba(0, 138, 238, 0.5);
    border-radius: 20px;
    padding:25px;
}
.homepage-left-sidebar .navigation.no-border{
    border: none;
    padding: 0;
}
.homepage-left-sidebar .navigation.no-border > .title {
    margin-bottom: 20px;
    padding: 0;
}


.homepage-left-sidebar .navigation.no-border > .search {
    margin-bottom: 20px;
    padding: 0;
}

.homepage-left-sidebar .navigation>.search .search-field {
    width: 100%;
    height: 45px;
    box-shadow: none;
    font-size: 16px;
    padding: 16px 55px 15px 15px;
    text-align: center;
    color: #777777;
    border-radius: 50px;
    display: flex;
    align-items: center;
}
.homepage-left-sidebar .navigation.no-border >.search .search-field {
    border-radius: 30px;
    border: 1px solid #C2C2C2;
    background: #FFF;
    display: flex;
    width: 300px;
    height: 45px;
    padding: 0px 15px;
    align-items: center;
    gap: 10px;
}

.homepage-left-sidebar .navigation>.search .search-field input {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #777777;
}

.homepage-left-sidebar .navigation>.search .search-field::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #777777;
    text-align: center;
}
.homepage-left-sidebar .navigation>.categories .categor{
    position: relative;
}

.homepage-left-sidebar .navigation>.categories .category:last-child {
    border-bottom: none;
}


.homepage-left-sidebar .navigation>.categories .category:hover {
    border-radius: 50px 0 0 50px;
}

.homepage-left-sidebar .navigation>.categories .category:after {
    opacity: 1;
}

.homepage-left-sidebar .navigation>.categories .category a span {
    color: #19242D;

    text-align: center;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.homepage-left-sidebar .banners {
    border-radius: 20px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.homepage-left-sidebar .banners>.banner {
    border-radius: 20px;
}

.homepage-left-sidebar .navigation>.search .search-field:after {
    right: 19px;
    background: url(../images/icons/magnify.svg) no-repeat center;
}

.homepage-grid-content .homepage-top-offer-products .products .product-image {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.homepage-grid-content .homepage-top-offer-products .products .product-image .image {
    border-radius: 20px;
}

.homepage-wrapper .homepage-news {
    border: none;
}


/* homepage-testimonials */

.homepage-testimonials {
    border: none;
}

.homepage-testimonials .testimonials .testimonial-grid-item {
    border-radius: 20px;
    width: 100%;
}

.homepage-testimonials>.buttons>.button-all-testimonials:hover {
    background: rgba(23, 141, 235, 0.15);
    border: 1px solid #008AEE;
    color: #000000;
}

.homepage-testimonials .testimonials .testimonial-grid-item .inner .custom-quotes-nl {
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    /* line-height: 80px; */
    color: #008AEE;
}

.homepage-testimonials>.buttons .button-write-testimonial {
    border-radius: 50px;
    height: 50px;
}

.homepage-testimonials>.buttons .button-all-testimonials {
    border: 1px solid #008AEE;
    border-radius: 50px;
    height: 50%;
    padding: 16px 20px;
}


/* Brands */

.homepage-brands-wrapper .brands {
    justify-content: center;
}

.homepage-brands-wrapper .brands .brand .content:after {
    content: none;
}

.homepage-brands-wrapper .brands .brand {
    display: inline-block;
    vertical-align: top;
    max-width: calc(25% - 31px);
    width: 100%;
    margin-top: 31px;
    margin-left: 31px;
    background: #fff;
    border-radius: 3px;
    transition: all 0.24s ease-in-out;
}

.homepage-brands-wrapper .brands .brand .content>.title-xsmall-dark {
    font-family: 'Exo 2';
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 180px;
}

.homepage-brands-wrapper .brands .brand .content>.title-xsmall-dark strong {
    font-weight: 700;
}

.homepage-brands-wrapper .brands .brand .content {
    background: #F3F3F3;
    border-radius: 20px;
    align-items: start;
    height: 152px;
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 28px;
    padding-bottom: 28px;
    display: block;
}

.homepage-brands-wrapper .brands .brand .content>.image {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.homepage-brands-wrapper .brands .brand .content>.image>img {
    max-height: 55px;
    float: right;
}

.homepage-brands-wrapper .brands .brand .content>.image>.audi,
.homepage-brands-wrapper .brands .brand .content>.image>.ford {
    max-height: 33px;
}
.homepage-brands-wrapper .brands .brand .content>.image.citroen-parrent{
    margin-right: 0;
}
.homepage-brands-wrapper .brands .brand .content>.image>.fiat {
    max-height: 43px;
}

.homepage-brands-wrapper .brands .get-all-brands-nl {
    text-align: center;
    margin-top: 30px;
    border: 1px solid #008AEE;
    border-radius: 50px;
    width: 274px;
    height: 50px;
    padding: 16px 20px;
}

.homepage-brands-wrapper .brands .get-all-brands-nl>.title-xsmall-dark {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

.homepage-brands-wrapper .brands .brand:hover {
    box-shadow: none;
}


/* homepage spinner */

.page-home .spinner-middle {
    vertical-align: middle;
    display: flex;
}

.page-home .spinner-container {
    min-height: 200px;
    min-width: 200px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    display: flex;
}

.page-home .spinner-container .btn-spinner {
    background-image: url(../images/icons/Spinner-1s-21px.svg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
}


/* spinner */




.page-home .ac-mega-border-box{
    border: 1px solid #f2992f;
    border-radius: 20px;
    padding: 0px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 10px;
    justify-content: center;
}

.page-home .ac-mega-border-box-remain{
    padding: 5px 20px 20px;
}
.page-home .ac-mega-border-box .title{
    color: #231F20;
    font-size: 26px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin-top:23px;
    margin-bottom: 20px;
}

.ac-mega-border-box .car-ads-spinner {
    width: 75px!important;
    height: 75px!important;
}

.ac-mega-border-box .spinner-container {
    min-width: unset;
    max-height: unset;
}

/* Medai queries */
@media (max-width: 1240px) {
    .ac-mega-border-box{
     
        /* margin: 0px 10px; */
        margin: 0;
        padding: 0px 9px 20px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .homepage-brands-wrapper .brands .brand .content>.title-xsmall-dark {
        font-size: 20px;
    }
    .homepage-brands-wrapper .brands .brand .content {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 12px;
        padding-bottom: 24px;
    }
}

.mobile {
    display: none;
}



/* warning modal unread messages */
#modal-limit-product-inquiry .conversation-single-modal-body .btn-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal-limit-product-inquiry .modal-limit-product-inquiry__showModalConsent {
    display: flex;
    color: #19242D;
    text-align: center;
    font-family: "Exo 2";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 5px;
    justify-content: flex-end;
    align-items: center;
}

#modal-limit-product-inquiry .modal-limit-product-inquiry__showModalConsent input {
    margin: 0 5px;
}

#modal-limit-product-inquiry .modal-limit-product-inquiry__showModalConsent input:hover {
    cursor: pointer;
}

.conversation-modal.warning-modal {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
}

.conversation-modal.warning-modal .conversation-single-modal-body {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 600px;
    padding: 25px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 225px;
}

.conversation-modal.warning-modal .conversation-single-modal-body .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.conversation-modal.warning-modal .conversation-single-modal-body .conversation-modal-content p {
    color: #19242D;
    text-align: center;
    font-family: "Exo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.conversation-modal.warning-modal .conversation-single-modal-body .conversation-modal-content__successMessage {
    color: #29BC55;
    text-align: center;
    font-family: "Exo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#btn-promote-product-inquiry,
.conversation-modal.warning-modal .conversation-modal-footer a.to-inquiries {
    display: flex;
    height: 40px;
    padding: 0px 25px;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: #008AEE;
    cursor: pointer;
    justify-content: center;
}

#btn-promote-product-inquiry,
.conversation-modal.warning-modal .conversation-modal-footer a.to-inquiries p {
    color: #FFF;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#btn-promote-product-inquiry{
    margin: auto;
    min-width: 200px;
}
.conversation-modal.warning-modal .conversation-modal-footer a.to-inquiries .arrow_right {
    background-image: url(/images/market/arrow-right.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media (width <= 992px) {
    .conversation-modal.warning-modal .conversation-single-modal-body {
        width: 500px;
    }
}

@media (width <= 768px) {
    .conversation-modal.warning-modal .conversation-single-modal-body {
        width: 90%;
    }
    .conversation-modal.warning-modal .conversation-single-modal-body .conversation-modal-content p {
        font-size: 16px;
    }

    .conversation-modal.warning-modal .conversation-single-modal-body .conversation-modal-content__successMessage {
        font-size: 16px;
    }
}



/* NEW PAGINATION STYLE IN BORSA */

.p-arr {
    
    align-items: center;
    justify-content: center;
    display: flex;
}

.paging ul li a {
    border: none;
    height: unset;
    width: unset;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    /* identical to box height, or 83% */
    text-align: center;
    color: #777;
    align-items: center;
    justify-content: center;
    display: flex;
}

.paging ul li.current a {
    color: #008AEE;
    background: none;
    border: none;
    align-items: center;
    justify-content: center;
    display: flex;
}

.paging a:not(.dots):hover {
    border: none;
}

.paging-wrapper .paging {
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}



.p-arr.prev {
    margin-right: 15px;
}

.p-arr.next {
    margin-left: 15px;
}

.p-arr.prev>.text,
.p-arr.next>.text {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 111% */
    text-align: right;
    color: #008AEE;
}

.ac-autoborsa-list__tableBody .paging-wrapper {
    width: 100%!important;
}
/* ##### INFINITE PAGINATOR STYLES ###### */
.infinite-paginator-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 5px 0;
    padding: 20px 0; /* Adjust the padding to control the spacing between lines and text */
    position: relative;
}


/* Hide paginator controls for non expanded tables such as below */
.ac-autoborsa-list__table .expired-auctions-body .infinite-paginator-wrap,
.ac-autoborsa-list__table .won-auctions-body .infinite-paginator-wrap {
  display: none;
}

.infinite-paginator-wrap p {
    color: grey;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.infinite-paginator-wrap p:hover {
    cursor: pointer;
    text-decoration: underline;
}

.infinite-paginator-wrap::before {
    content: "";
    display: block;
    border-top: .5px solid #00000065; /* Adjust the line color and style as desired */
    width: 30%;
    position: absolute;
    top: 50%;
    left: 0;
}

.infinite-paginator-wrap::after {
    content: "";
    display: block;
    border-top: .5px solid #00000065; /* Adjust the line color and style as desired */
    width: 30%;
    position: absolute;
    top: 50%;
    right: 0;
}

.infinite-paginator-wrap::after,
.infinite-paginator-wrap::before {
    transform: translateY(50%);
}

/* Loader */
.dots {
    display: none;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: grey;
    color: grey;
    animation: dots 1s infinite linear alternate;
    animation-delay: 0.5s;
}

.dots::before, .dots::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}

.dots::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: grey;
    color: grey;
    animation: dots 1s infinite alternate;
    animation-delay: 0s;
}

.dots::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: grey;
    color: grey;
    animation: dots 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dots {
    0% {
        background-color: grey;
    }
    50%, 100% {
        background-color: rgba(61, 61, 63, 0.2);
    }
}

/* ##### INFINITE PAGINATOR STYLES ###### */

.pagination-top-wrapper .paging-wrapper,
.pagination-top-wrapper .paging a:not(.dots):hover,
.pagination-top-wrapper .paging ul li.current a {
    border-top: none;
}
.paging-wrapper .pg-desktop .paging a.p-arr {
    width: 30px;
    height: 30px;
}
.paging-wrapper .pg-desktop .paging a.p-arr .icon{
    width: 9px;
    height: 16px;
    background-size: contain;
}
.paging ul li a:hover {
    color: #008AEE;
 
}
.paging-wrapper:last-child{
    margin-top: 0px;
}

/* NEW PAGINATION STYLE IN BORSA */
@media screen and (min-width: 741px) and (max-width: 1080px) {
    .page-product-category-single .products-list-wrapper.grid .product-grid-item{
        max-width: calc(50% - 0px);
        margin-right: 0px;
    }

    .infinite-paginator-wrap p {
        font-size: 16px;
    }
    
    .infinite-paginator-wrap::before {
        width: 40%;
    }
    
    .infinite-paginator-wrap::after {
        width: 40%;
    }
}

/************* END PAGINATOR ***************/

@media screen and (max-width: 900px) {
    
    .p-arr.prev>.text,
    .p-arr.next>.text {
        text-align: center;
    }
}

@media screen and (min-width: 740px) and (max-width: 992px) {
    .homepage-brands-wrapper .brands {
        margin-left: 0px;
    }
    .homepage-brands-wrapper .brands .brand {
        max-width: calc(33.33% - 18px) !important;
        margin-left: 9px !important;
        margin-right: 9px !important;
    }
}
@media (max-width: 600px) {
  
    .ac-mega-border-box .ac-auction-item{
        /* max-width: calc(100% - 0px); */
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
   
    .ac-mega-border-box{
        padding: 10px;
        margin-bottom: 20px;
        
        margin: 20px auto;
        width: 100%;
    }

}
@media screen and (max-width: 400px) {
    .homepage-left-sidebar .navigation > .categories .category{
        
        width: calc(50% - 5px);
    }
}
@media screen and (max-width: 440px) {
    .page.page-home .homepage-market .main-logo-borsa img{
        max-width: 100%;

    }
    .page-product-category-single .products-list-wrapper.grid .product-grid-item {
        max-width: 100%;
    }

    .product-grid-item.formular {
        width: 100%;
        max-width: unset;
    }
}
@media screen and (min-width: 0px) and (max-width: 740px) {
    .homepage-brands-wrapper .brands .brand .content {
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .homepage-brands-wrapper .brands .brand .content>.title-xsmall-dark {
        font-size: 18px;
    }
    .homepage-brands-wrapper .brands {
        margin-left: 0px;
    }
    .homepage-brands-wrapper .brands .brand {
        max-width: calc(50% - 12px) !important;
        margin-left: 6px !important;
        margin-right: 6px !important;
    }
    .homepage-left-sidebar .navigation .title {
        text-align: center;
    }
    .full-width-wrapper.homepage-wrapper {
        margin-top: 17px !important;
    }
    .homepage-grid-content .homepage-top-offer-products .title {
        text-align: center;
    }
    .homepage-grid-content .homepage-market>.heading {
        margin-bottom: 10px;
    }
    .homepage-auctions > .heading{
        display:block;
    }
    .homepage-market>.heading>.title {
        display: flex;
        align-items: center;
        justify-content: center !important;
    }
    .homepage-grid-content .homepage-market>.heading .title, 
    .homepage-grid-content .homepage-auctions>.heading .title {
        width: 100%;
        display: grid;
        justify-content: center;
    }

    .homepage-grid-content .homepage-market>.heading .title>.inqueries-counter-nl,
    .homepage-grid-content .homepage-auctions>.heading .title>.inqueries-counter-nl {
        padding-top: 13px;
        text-align: center;
    }
    .homepage-grid-content .homepage-market>.heading .title>.inqueries-counter-nl .title-inqueries-nl,
    .homepage-grid-content .homepage-auctions>.heading .title>.inqueries-counter-nl .title-inqueries-nl {
        top: 0px;
    }
    .homepage-grid-content .homepage-market>.heading .title>.inqueries-counter-nl .count,
    .homepage-grid-content .homepage-auctions>.heading .title>.inqueries-counter-nl .count {
        top: 0px;
    }
   
    .infinite-paginator-wrap p {
        font-size: 14px;
    }
    
    .infinite-paginator-wrap::before {
        width: 35%;
    }
    
    .infinite-paginator-wrap::after {
        width: 35%;
    }
}

@media screen and (max-width: 360px) {
    .homepage-brands-wrapper .brands .brand .content>.title-xsmall-dark {
        font-size: 16px;
    }

    .infinite-paginator-wrap::before {
        width: 30%;
    }
    
    .infinite-paginator-wrap::after {
        width: 30%;
    }
}
@media screen and (max-width: 330px) {
    .homepage-brands-wrapper .brands .brand .content>.title-xsmall-dark {
        font-size: 14px;
    }
}























#modal-borsa-limit-warning-popup .modal__container {
    border: 1px #008AEE solid;
    background: #FFFFFF;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-image: url('../images/mega-mark-limit-popup.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#modal-borsa-limit-warning-popup .product-inquiry-list-item-offer-form .form-elements {
    display: block;
    margin: 15px auto;
}

#modal-borsa-limit-warning-popup .modal__header .modal__close:before {
    content: "\2715";
    left: 0;
}

#modal-borsa-limit-warning-popup .modal__close {
    margin: auto;
}

#modal-borsa-limit-warning-popup .modal__close:before {
    content: "\2715";
    position: inherit;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
}

#modal-borsa-limit-warning-popup .modal__close:before {
    content: "\2715";
}

#modal-borsa-limit-warning-popup .inner {
    margin-top: 34px;
    padding: 0 10px;
}

#modal-borsa-limit-warning-popup .modal__header .modal__close:before {
    content: "\2715";
    left: 0;
}

#modal-borsa-limit-warning-popup h2 {
    font-size: 30px;
    margin-top: 20px;
    text-align: center;
    margin-top: 50px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    /* or 121% */
    text-align: center;
    color: #000000;
    width: 207px;
    margin: 50px auto;
    margin-bottom: 0px;
}

#modal-borsa-limit-warning-popup .modal-borsa-limit-warining-poup-details {
    max-width: 271px;
    margin: auto;
    margin-top: 22px;
}

#modal-borsa-limit-warning-popup span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    text-align: center;
    color: #1C2D3A;
}

#modal-borsa-limit-warning-popup .borsaLimitMyBalanceButton {
    width: 298px;
    height: 56px;
    background-color: #008AEE;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 15px;
    /* identical to box height, or 68% */
    margin-top: 33px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    color: #FFFFFF;
}

#modal-borsa-limit-warning-popup .modal__container {
    text-align: center;
    max-width: 435px;
    max-height: 323px;
}

.page.page-home .homepage-market .main-logo-borsa {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 25px 0px;
}

.homepage-grid-content .homepage-inquiries .item-container .inquiry-item .inquiry-item-heading .image-holder a.product-thumbnail.image {
    pointer-events: none;
}
.homepage-grid-content .homepage-autoborsa{
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) inset;
}
.homepage-grid-content .homepage-autoborsa .inner{
    width: 100%;
    margin:auto;
    height: 100%;
}
.page-home .homepage-grid-content .homepage-autoborsa .spinner-container{
    height: 100%;
}
.page.page-home .homepage-market > .heading {
    margin-bottom: 32px;
}

.column {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.megabitak_item{
    cursor: pointer;
}

@media (width <=992px) {
    .page.page-home .homepage-market .borsa-headers{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-height:unset;
    }
    .homepage-grid-content .homepage-inquiries-container {
        flex-direction: column;
    }

    .column {
        width: 100%;
    }
}

