.language-li {
    margin-right: 25px;
    ;
}

.language-li li:hover {
    transition: all 500ms;
    opacity: 0.8;
}

.language-li li {
    display: inline-block;
    margin-right: 8px;
}

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

.mobile-lang {
    display: none;
    float: right;
    padding: 0;
    margin-left: 0;
    position: relative;
    bottom: 21px;
}

.mobile-lang li {
    float: left;
    margin-right: 12px;
    font-size: 13px;
}

.map-col-bg {
    margin-top: 0 !important;
}

.page-img {
    margin-bottom: 50px;
}

.featured-thumbnail:hover {
    cursor: pointer;
}

.color-white {
    color: #fff !important;
}

.ttm-bgcolor-yass .widget-categories a {
    font-weight: 500;
}

.ttm-bgcolor-yass .widget-title {
    font-weight: normal !important;
}

.ttm-bgcolor-yass .widget-categories {
    background: transparent !important;
    margin-top: 0 !important
}

.ttm-bgcolor-yass {
    background: #cccccc0a;
    border: 1px solid #cccccc29;
}

.form-call-wrapper {
    display: block;
    background: none;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: static;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    font-style: normal;
    text-transform: none;
    height: auto;
    width: auto;
    max-width: none;
    max-height: none;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    outline: 0;
    overflow: visible;
    text-decoration: none;
    vertical-align: top;
    word-spacing: normal;
    letter-spacing: normal
}

.form-call-wrapper * {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    color: #505050
}

.form-call-wrapper {
    position: fixed;
    bottom: 25px;
    right: 25px;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 6.25px;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    z-index: 1000;
    cursor: pointer
}

.callMe {
    right: 100px
}

.whatsApp:before {
    border-color: #25d366!important
}

.whatsApp i {
    color: #fff!important
}

.whatsApp:after {
    background: #25d366!important
}

.whatsApp .form-call-btn {
    background-color: #25d366!important
}

.form-call-wrapper:after,
.form-call-wrapper:before {
    content: "";
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.form-call-wrapper:after {
    background: #ddd;
    -webkit-animation: lexprofitBackAnim 3s linear infinite;
    animation: lexprofitBackAnim 3s linear infinite
}

.form-call-wrapper:before {
    border: 1px solid #ddd;
    -webkit-animation: lexprofitBorderAnim 3s -0.5s linear infinite;
    animation: lexprofitBorderAnim 3s -0.5s linear infinite
}

.form-call-wrapper .form-call-btn {
    z-index: 10;
    position: absolute;
    background-color: #ccc;
    border-radius: 100%;
    width: 100%;
    height: 100%
}

.form-call-wrapper .form-call-btn .form-call-phone-icon {
    font-family: Flaticon-call-button;
    font-size: 40px;
    font-style: normal;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.form-call-wrapper .form-call-btn .form-call-phone-icon:before {
    content: "\e907";
    color: #888
}

.form-call-wrapper:hover .form-call-btn {
    background-color: #bbb
}

.form-call-wrapper:hover:after {
    background-color: #aaa
}

.form-call-wrapper:hover:before {
    border-color: #aaa
}

.form-call-wrapper:hover .form-call-btn {
    -webkit-animation: lexprofitBoundingAnim 1s linear infinite;
    animation: lexprofitBoundingAnim 1s linear infinite
}

@-webkit-keyframes lexprofitBackAnim {
    0% {
        -webkit-transform: scaleX(0.7) scaleY(0.7);
        transform: scaleX(0.7) scaleY(0.7)
    }
    25% {
        -webkit-transform: scaleX(1.2) scaleY(1.2);
        transform: scaleX(1.2) scaleY(1.2)
    }
    50% {
        -webkit-transform: scaleX(1.5) scaleY(1.5);
        transform: scaleX(1.5) scaleY(1.5)
    }
    65% {
        -webkit-transform: scaleX(1.2) scaleY(1.2);
        transform: scaleX(1.2) scaleY(1.2);
        opacity: 0.7
    }
    to {
        -webkit-transform: scaleX(0.7) scaleY(0.7);
        transform: scaleX(0.7) scaleY(0.7);
        opacity: 0
    }
}

@keyframes lexprofitBackAnim {
    0% {
        -webkit-transform: scaleX(0.7) scaleY(0.7);
        transform: scaleX(0.7) scaleY(0.7)
    }
    25% {
        -webkit-transform: scaleX(1.2) scaleY(1.2);
        transform: scaleX(1.2) scaleY(1.2)
    }
    50% {
        -webkit-transform: scaleX(1.5) scaleY(1.5);
        transform: scaleX(1.5) scaleY(1.5)
    }
    65% {
        -webkit-transform: scaleX(1.2) scaleY(1.2);
        transform: scaleX(1.2) scaleY(1.2);
        opacity: 0.7
    }
    to {
        -webkit-transform: scaleX(0.7) scaleY(0.7);
        transform: scaleX(0.7) scaleY(0.7);
        opacity: 0
    }
}

@-webkit-keyframes lexprofitBorderAnim {
    0% {
        -webkit-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1)
    }
    50% {
        -webkit-transform: scaleX(1.5) scaleY(1.5);
        transform: scaleX(1.5) scaleY(1.5)
    }
    to {
        -webkit-transform: scaleX(2) scaleY(2);
        transform: scaleX(2) scaleY(2);
        opacity: 0
    }
}

@keyframes lexprofitBorderAnim {
    0% {
        -webkit-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1)
    }
    50% {
        -webkit-transform: scaleX(1.5) scaleY(1.5);
        transform: scaleX(1.5) scaleY(1.5)
    }
    to {
        -webkit-transform: scaleX(2) scaleY(2);
        transform: scaleX(2) scaleY(2);
        opacity: 0
    }
}

@-webkit-keyframes lexprofitBoundingAnim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    15% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    30% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    45% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes lexprofitBoundingAnim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    15% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    30% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    45% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.ttm-product-image-box {
    border: 1px solid #cccccc30;
}

#banner-modal .modal-dialog {
    top: 15%;
}

#banner-modal .close {
    position: absolute;
    right: 10px;
    z-index: 99;
    font-size: 45px;
}

#banner-modal .modal-body {
    padding: 0px;
}

#banner-modal img {
    width: 100%;
    border-radius: 5px;
}

body.ar {
    text-align: right !important;
}

.popin.generalAnnounce {
    width: 450px;
}

.popin {
    background-color: rgba(32, 32, 32, 0.95);
    width: 270px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px;
    color: #c9c9c9;
    font-size: 12px;
    line-height: 17px;
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 999;
    border-radius: 5px;
}

.popin .closeBtn {
    cursor: pointer;
    display: block;
    font-size: 21px;
    position: absolute;
    margin-right: 8px;
    right: 8px;
    top: 10px;
    z-index: 1;
}

.popin .closeBtn:hover {
    opacity: 0.8;
    transition: all 500ms;
}

.popin .title-cerez {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff;
}

.popin.generalAnnounce a {
    color: #fff;
    text-decoration: underline;
}

.popin.generalAnnounce p {
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}

#menu-footer-services i {
    margin-right: 3px;
}

.dokumanlar table {
    width: 100%;
    border-spacing: 0;
    border: none;
    border-collapse: collapse;
    font-weight: 300;
}

.dokumanlar table tr {
    transition: 0.3s ease all;
}

.dokumanlar table thead tr {
    font-weight: 500;
}

.dokumanlar table tr:not(:first-child):hover {
    background-color: #f7f7f7;
}

.dokumanlar table tr td {
    padding: 16px 18px;
    font-size: 14px;
    color: #a3a3a3;
}

.dokumanlar table thead td {
    background-color: #727272;
    color: #ffff !important;
}

.dokumanlar table tbody tr td:first-child a {
    color: inherit;
}

.dokumanlar table tbody tr td:last-child a {
    color: #eb0e1d;
    font-weight: 400;
    transition: .3s ease all;
}

.dokumanlar table tbody tr td:last-child a:hover {
    color: #ff848c;
}

.dokumanlar .blog-sidebar .sidebar-widget.search form {
    display: flex;
}

.dokumanlar .blog-sidebar .sidebar-widget.search input {
    width: auto;
}

.dokumanlar .blog-sidebar .sidebar-widget.search input[type=text] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 60px;
}

.dokumanlar .blog-sidebar .sidebar-widget .ara-btn {
    cursor: pointer;
    display: inline-block;
    height: 60px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #eaebed;
    border: 1px solid transparent;
    font-size: 14px;
    color: #1e1e1e;
    outline: none;
    padding: 0px 20px;
    -webkit-transition: all 5s;
    transition: all .5s;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dokumanlar .blog-sidebar .sidebar-widget .ara-btn:hover {
    background-color: #EB0E1D;
    color: #ffff;
}

.dokumanlar .blog-sidebar .sidebar-widget .ara-btn i {
    transform: translate(-24%, 20%);
    position: relative;
}

.dokumanlar .blog-sidebar .sidebar-widget p::after {
    content: "";
    height: 2px;
    display: block;
    width: 20%;
    margin-top: 5px;
    background-color: #eb0e1d;
}

.one-vitrin {
    padding: 60px 0px;
}

.header-3 .fixed-header {
    background-color: var( --theme-color-1) !important;
}

.header-3 .top-contact li,
.header-3 .top-contact li a {
    color: var( --theme-header-color) !important;
}

.header-3 .header-btn .ttm-btn.ttm-btn-size-md {
    color: var( --theme-header-color) !important;
}

.header-4-color * {
    color: var( --theme-color-1) !important;
}

.header-5 .header-top-languages .container {
    position: relative;
}

.header-5 .header-top-languages {
    position: absolute;
    top: -35px;
    right: 15px;
}

.header-5 .p-relative {
    position: relative;
}

.wrap-team .featured-thumbnail:hover {
    cursor: auto;
}

.mobile-button-only a {
    border: 0 !important;
}

@media(max-width: 577px) {
    .popin {
        display: none !important;
    }
}


/* Add here all your CSS customizations */

.calltoaction-info {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    background-color: var(--theme-header) !important;
    max-width: 100%;
    padding: 58px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: color-burn;
    color: var( --theme-header-color) !important;
}

.call-to-action.action-style3 .content-title {
    font-size: 2em;
    margin-bottom: 25px;
    color: var( --theme-header-color) !important;
    line-height: 11px;
}

.btn-home-footer {
    color: var( --theme-header-color) !important;
}

#kurumsal {
    color: black;
}

#kurumsal .card-body {
    padding: 43px 54px;
}

#kurumsal .card-body h1 {
    font-size: 35px;
}


/* .header-4 #site-header-menu #site-navigation .menu > ul, .header-2 #site-header-menu #site-navigation .menu > ul
{
	top: 79px !important;
} */


/* Toastr — sade kart, duruma göre renkli arka plan (toastr.css sonrası yüklenir) */

.toast-top-right {
    top: 22px;
    right: 22px;
}

#toast-container>div {
    width: min(380px, calc(100vw - 32px));
    margin: 0 0 12px;
    padding: 25px 42px 25px 56px;
    border-radius: 14px;
    border: 1px solid transparent;
    background-image: none !important;
    color: var(--fixpro-black);
    opacity: 1;
    font-family: var(--fixpro-font, "Archivo", sans-serif);
    font-size: 15px;
    line-height: 1.45;
    box-shadow: 0 12px 32px rgba(var(--fixpro-black-rgb), 0.14);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

#toast-container>div:hover {
    transform: translateY(-2px);
    cursor: default;
}

#toast-container>div::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.65);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}


/* Başarı — yeşil arka plan */

#toast-container>.toast-success {
    background-color: #e8f8ef;
    border-color: #b9e8cb;
    border-left: 4px solid #1f9d55;
    box-shadow: 0 12px 32px rgba(31, 157, 85, 0.2);
}

#toast-container>.toast-success button {
    position: absolute;
    top: 8px;
    right: 12px;
    color: #198754;
}

#toast-container>.toast-success:hover {
    box-shadow: 0 16px 38px rgba(31, 157, 85, 0.26);
}

#toast-container>.toast-success::before {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f9d55' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
}


/* Hata — kırmızı arka plan */

#toast-container>.toast-error {
    background-color: #fdecec;
    border-color: #f5c2c2;
    border-left: 4px solid #c62828;
    box-shadow: 0 12px 32px rgba(198, 40, 40, 0.2);
}

#toast-container>.toast-error button {
    position: absolute;
    right: 12px;
    top: 8px;
    color: #d75555;
}

#toast-container>.toast-error:hover {
    box-shadow: 0 16px 38px rgba(198, 40, 40, 0.26);
}

#toast-container>.toast-error::before {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c62828' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E");
}


/* Uyarı — turuncu arka plan */

#toast-container>.toast-warning {
    background-color: #fff4e8;
    border-color: #f5d4b3;
    border-left: 4px solid var(--fixpro-turuncu, #e38a48);
    box-shadow: 0 12px 32px rgba(227, 138, 72, 0.2);
}

#toast-container>.toast-warning:hover {
    box-shadow: 0 16px 38px rgba(227, 138, 72, 0.26);
}

#toast-container>.toast-warning::before {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e38a48' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 9v4M12 17h.01M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'/%3E%3C/svg%3E");
}


/* Bilgi — altın ton arka plan */

#toast-container>.toast-info {
    background-color: #f8f1e4;
    border-color: #e5d4b5;
    border-left: 4px solid var(--fixpro-base, #a88240);
    box-shadow: 0 12px 32px rgba(var(--fixpro-base-rgb), 0.2);
}

#toast-container>.toast-info:hover {
    box-shadow: 0 16px 38px rgba(var(--fixpro-base-rgb), 0.26);
}

#toast-container>.toast-info::before {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a88240' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 10v6M12 7h.01'/%3E%3C/svg%3E");
}

.toast-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
    color: var(--fixpro-black);
}

.toast-message {
    color: rgba(var(--fixpro-black-rgb), 0.78);
    word-wrap: break-word;
}

#toast-container>.toast-success .toast-title {
    color: #166534;
}

#toast-container>.toast-success .toast-message {
    color: #1f5f3a;
}

#toast-container>.toast-error .toast-title {
    color: #991b1b;
}

#toast-container>.toast-error .toast-message {
    color: #7f1d1d;
}

#toast-container>.toast-warning .toast-title {
    color: #9a3412;
}

#toast-container>.toast-warning .toast-message {
    color: #7c2d12;
}

#toast-container>.toast-info .toast-title {
    color: #6b5224;
}

#toast-container>.toast-info .toast-message {
    color: #5c4a22;
}

.toast-message a,
.toast-message label {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
}

.toast-close-button {
    top: 10px;
    right: 10px;
    color: rgba(var(--fixpro-black-rgb), 0.45);
    text-shadow: none;
    opacity: 1;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.toast-close-button:hover,
.toast-close-button:focus {
    color: var(--fixpro-black);
    opacity: 1;
}

.toast-progress {
    height: 3px;
    opacity: 0.85;
    border-radius: 0 0 14px 14px;
}

#toast-container>.toast-success .toast-progress {
    background-color: #1f9d55;
}

#toast-container>.toast-error .toast-progress {
    background-color: #c62828;
}

#toast-container>.toast-warning .toast-progress {
    background-color: var(--fixpro-turuncu, #e38a48);
}

#toast-container>.toast-info .toast-progress {
    background-color: var(--fixpro-base, #a88240);
}


/* Sepet bildirimi — başarı stiline uyumlu */

.pbmit-cart-toast {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 999998;
    max-width: min(380px, calc(100vw - 32px));
    padding: 14px 18px 14px 52px;
    border-radius: 14px;
    border: 1px solid #b9e8cb;
    border-left: 4px solid #1f9d55;
    background: #e8f8ef;
    color: #166534;
    box-shadow: 0 12px 32px rgba(31, 157, 85, 0.2);
    font-family: var(--fixpro-font, "Archivo", sans-serif);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.pbmit-cart-toast::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f9d55' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 6h15l-1.5 9h-12z'/%3E%3Cpath d='M6 6L5 3H2'/%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3C/svg%3E") center/16px 16px no-repeat;
}

.pbmit-cart-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

@media (max-width: 575px) {
    .toast-top-right {
        top: 14px;
        right: 14px;
        left: 14px;
    }
    #toast-container>div {
        width: 100%;
    }
    .pbmit-cart-toast {
        right: 14px;
        left: 14px;
        bottom: 14px;
        max-width: none;
    }
}