
.filterMenu .menu ul li a.active {

    color: var(--pColor);
    font-weight: bold;
}


.mb-70 {
    margin-bottom: 70px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-70 {
    margin-top: 70px;
}

.customInput {
    background: #fff;

    width: 100%;
    display: block;
    padding: 30px 50px;
    border: 0;
    height: 80px;

    color: #0b4556;

    font-size: 14px;
    font-weight: 500;
    z-index: 2;
    position: relative;
}



@media (max-width: 768px) {
  .customInput {
    padding: 30px 20px;
}


}


.filter-menus {
    padding: 35px 25px 40px;
    display: flex;

    flex-direction: column;
    gap: 15px;
}

.filter-menus .widget-facet {
    margin-bottom: 1rem;
}

.facet-title {
    display: flex;
    justify-content: space-between; /* Başlık ve ok simgesini ayır */
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    color: #343a40; /* Daha koyu gri ton */
    cursor: pointer; /* Tıklanabilir işaretçi */
    padding: 0.5rem 0;
    border-bottom: 1px solid #dee2e6; /* Alt çizgi */
    transition: all 0.3s ease; /* Hover efekti için geçiş */
}

.facet-title:hover {
    color: #0d6efd; /* Mavi ton hover efekti */
}

.facet-title .icon {
    transition: transform 0.3s ease; /* Simge dönüş efekti */
}

.facet-title[aria-expanded="false"] .icon {
    transform: rotate(180deg); /* Simgeyi ters çevir */
}

.collapse {
    padding-top: 0.5rem;
}

.list-categoris {
    list-style: none; /* Liste noktalarını kaldır */
    padding-left: 1rem; /* İçeriden boşluk */
    margin: 0;
}

.list-categoris li {
    margin-bottom: 0.5rem; /* Alt boşluk */
    display: flex;
    align-items: center;
}

.list-categoris li input[type="checkbox"] {
    margin-right: 0.5rem; /* Checkbox ile yazı arası boşluk */
    accent-color: #0d6efd; /* Bootstrap birincil renk */
}

.list-categoris li label {
    cursor: pointer; /* Tıklanabilir işaretçi */
    font-size: 1rem;
    color: #495057; /* Gri ton */
    transition: color 0.2s ease;
}

.list-categoris li label:hover {
    color: #0d6efd; /* Hoverda mavi ton */
}


.tf-product-info-variant-picker {
    font-family: Arial, sans-serif;

    line-height: 1.5;
}

#variant-picker {
    margin-bottom: 15px;
}

.variant-picker-item {
    margin-bottom: 10px;
    padding: 10px;

    border-radius: 5px;
}

.variant-picker-label {
    font-weight: bold;
    margin-bottom: 5px;
}

.variant-picker-values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.style-text {
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s;
}

.style-text:hover {
    background-color: #f5f5f5;
    color: #333;
}

p {
    margin: 5px 0;
}

#stock {
    font-weight: bold;
    color: #28a745;
}


section.productDetail .productImage .imgArea img {
    aspect-ratio: 4/4;
    object-fit: contain;
}

section.productDetail .productInfo .content .buttons .btn {
    font-size: 13px;
}

/**/

.orderInfo {
    padding: 30px 128px 30px;
}

@media (max-width: 768px) {
    .orderInfo {
        padding: 30px;
    }
}

.textarea {
    box-shadow: -32px 20px 39.5px 0px rgba(11, 69, 86, 0.08);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;

    width: 100%;
    display: block;
    border: 0;
    height: 80px;

    color: #0b4556;

    font-weight: 500;
    z-index: 2;
    position: relative;
    font-size: 16px;

      padding: 25px 55px;
    height: 70px;
}

@media (max-width: 768px) {


 .textarea {
    padding: 25px 25px;
}
}


.pagination {
    display: flex;
    justify-content: center; /* Yatayda ortalar */

    align-items: center; /* Dikeyde hizalar */

    margin-top: 20px;
    margin-bottom: 20px;
    gap: 10px; /* Butonlar arasÄ±nda boÅŸluk */
}

.pagination .page-item {
    flex: none; /* ElemanlarÄ±n boyutunu sabit tutar */
}

.pagination .page-link {
    color: #28a745;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 10px 15px; /* Buton boyutunu bÃ¼yÃ¼tmek iÃ§in padding ekler */
    transition: all 0.3s ease;
    text-align: center;
}

.pagination .page-link:hover {
    background-color: #28a745;
    color: #fff;
    border-color: #28a745;
    text-decoration: none;
}


.pagination .page-link.active {

    background-color: #28a745;
    color: #fff;
    border-color: #28a745;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #f8f9fa;
    border-color: #dee2e6;
}


.btnPrimary {
    color: #fff;

    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s ease all;
    background: #28a745;
    padding: 27px 67px;
    font-size: 18px;
    border: none;
}


.form-select {
    background: #fff;

    width: 100%;
    display: block;
    padding: 10px 20px;
    border: 0;
    height: 80px;

    color: #0b4556;

    font-size: 14px;
    font-weight: 500;
    z-index: 2;
    position: relative;
}


.mr-5 {
    margin-right: 50px;
}
.mt-10 {
    margin-top: 100px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-10 {
    margin-bottom: 100px;
}

.mb-5 {
    margin-bottom: 50px;
}

.eventIcon {
    font-size: 24px;
}

.color-danger {
    color: #e62c2c;
}
.color-edit {
    color: #28a745;
}

.borderedCard {

    border: 1px solid;
    padding: 20px;
    border-radius: 10px;
}


.customcheckbox1 input {

    opacity: 0;
    display: block;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}


th,
td {

    border: 1px solid #ddd;
    padding: 12px 15px;
}

th {

    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

tr:nth-child(even) {

}

tr:hover {
    background-color: #f1f1f1;
}

td {
    color: #555;
}


th:first-child,
td:first-child {
    text-align: left;
}

th:last-child,
td:last-child {

    text-align: right;
}

@media screen and (max-width: 768px) {
    table {
        font-size: 14px;
    }


    th,
    td {

        padding: 10px;
    }
}


.m-0 {
    margin: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

header .userProfile .menu {
    min-width: 170px !important;
}

header:after {
    aspect-ratio: 0;
}

.footerBottom .copyright {

    justify-content: flex-start;
    gap: 10px;
}

.otherLangs a {
    text-transform: uppercase;
}


header .login {
    display: block !important;
}

section.productDetail .productUsageImage .imgArea img {
    object-fit: contain !important;

}

@media screen and (max-width: 576px) {
    .mainpage header {
        background: transparent;
        left: 0;
        right: 0;
        top: 0;

        z-index: 3;
    }

    .mainpage header::after {
        display: none;
    }
}


@media screen and (max-width: 576px) {
    section.testimonial .sectionTitle {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 130px;
    }
}


.aspect-img {


    aspect-ratio: 4/4;
    object-fit: contain;
}

.r-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

