body {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

b {
    font-weight: 500;
}

header.sticky .navbar-brand,
header .navbar-brand {
    padding: 20px 0;
}

header .navbar-brand img {
    max-height: 50px;
}

footer .footer-logo img {
    max-height: 50px;
}

.breadcrumb-style-01 ul li:after {
    color: var(--light-gray);
}

/* Crafto uyumlu beyaz transparan border */
.border-color-transparent-white {
    border-color: rgba(255, 255, 255, 0.2) !important;
    /* %50 şeffaf */
}

.navbar .navbar-nav .nav-link {
    font-weight: 500;
    line-height: 30px;
    font-size: 16px;
}

.navbar .navbar-nav .nav-item .dropdown-toggle {
    height: 50px;
    right: 10px;
}

.btn.btn-small {
    font-size: 15px;
}

.navbar .navbar-nav .submenu-content ul .sub-title {
    font-size: 15px;
    font-weight: 500;
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 0;
    color: var(--dark-gray);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    font-size: 15px;
    font-weight: 500;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    border-radius: 0;
    padding: 0px 10px;
}

.fix-background.bottom {
    background-position: center bottom !important;
}

.cover-background.bottom {
    background-position: center bottom !important;
}

.swiper-slide-visible {
    color: var(--dark-gray);
}

.swiper-slide-visible:hover {
    color: var(--base-color);
}

.swiper-slide-thumb-active {
    color: var(--base-color);
}

.swiper-slide-thumb-active {
    color: var(--base-color);
}

.slider-navigation-style-02 {
    top: 47px;
}

.slider-review-image-thumbs2 {
    cursor: pointer;
}

.slider-review-image-thumbs2 svg {
    width: 40px;
    height: 40px;
}

.slider-review-image-thumbs2 span {
    display: block
}

.ls-22px {
    letter-spacing: 19px !important;
}

.custom-corner-box {
    padding: 40px
}

.custom-corner-box::before,
.custom-corner-box::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    border: 5px solid #fff;
    /* Temaya göre renk değiştirilebilir */
}

.custom-corner-box::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.custom-corner-box::after {
    bottom: 0;
    right: 0;
    border-top: none;
    border-left: none;
}

.mob-mar {
    margin-top: 0px;
}

tr.mco td {
    background-color: rgba(0, 0, 0, 0)
}

tr.mco:hover {
    background: #fafafa
}

.tab-style-04 .nav-tabs .nav-item {
    width: auto;
    display: table;
    margin: 0 10px;
}

@media (min-width: 992px) {
    .lg-w-90 {
        width: 90% !important;
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
        border-radius: 0;
        padding: 5px 20px;
    }

    .mob-mar {
        margin-top: -100px;
    }
}

@media (max-width: 767px) {
    .tab-style-04 .nav-tabs {
        display: flex;
        width: 100%;
    }

    .cart-products thead {
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    .row-cols-xl-8>* {
        width: 12.5%
    }
}

@media (min-width: 1400px) {
    .row-cols-xxl-9>* {
        width: 11.11%
    }
}