@font-face {
    font-family: 'mk-icon';
    src: url('mk-icon.woff?8qq627') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="mk-icon-"], [class*=" mk-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'mk-icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mk-icon-headphones:before {
    content: "\e925";
}
.mk-icon-like:before {
    content: "\e928";
}
.mk-icon-eye-plus:before {
    content: "\e918";
}
.mk-icon-chart:before {
    content: "\e90b";
}
.mk-icon-user-check:before {
    content: "\e90c";
}
.mk-icon-rocket:before {
    content: "\e90e";
}
.mk-icon-profile1:before {
    content: "\e908";
}
.mk-icon-comment:before {
    content: "\e907";
}
.mk-icon-people-fill:before {
    content: "\e906";
}
.mk-icon-user-plus1:before {
    content: "\e905";
}
.mk-icon-company:before {
    content: "\e904";
}
.mk-icon-login:before {
    content: "\e903";
}
.mk-icon-email:before {
    content: "\e900";
}
.mk-icon-call:before {
    content: "\e901";
}
.mk-icon-logout:before {
    content: "\e9f4";
}
.mk-icon-ticket:before {
    content: "\e9f5";
}
.mk-icon-receipt:before {
    content: "\e9f6";
}
.mk-icon-compass:before {
    content: "\e9f7";
}
.mk-icon-gear:before {
    content: "\e9f8";
}
.mk-icon-money:before {
    content: "\e9f9";
}
.mk-icon-box-seam:before {
    content: "\e9fa";
}
.mk-icon-smile-fill:before {
    content: "\e959";
}
.mk-icon-star-fill:before {
    content: "\e953";
}
.mk-icon-service:before {
    content: "\e956";
}
.mk-icon-youtube:before {
    content: "\e909";
}
.mk-icon-instagram:before {
    content: "\e90a";
}
.mk-icon-facebook:before {
    content: "\e90d";
}
.mk-icon-kalp:before {
    content: "\e912";
}
.mk-icon-home:before {
    content: "\e927";
}
.mk-icon-check-circle:before {
    content: "\e97f";
}
.mk-icon-chevron-left:before {
    content: "\e9ff";
}
.mk-icon-chevron-right:before {
    content: "\ea00";
}
.mk-icon-menu:before {
    content: "\ea55";
}
.mk-icon-tiktok:before {
    content: "\e95b";
}
.mk-icon-handshake:before {
    content: "\e921";
}
.mk-icon-zero:before {
    content: "\e922";
}
.mk-icon-like1:before {
    content: "\e919";
}
.mk-icon-cross:before {
    content: "\e911";
}
.mk-icon-search:before {
    content: "\e913";
}
.mk-icon-checkmark:before {
    content: "\e902";
}
.mk-icon-bubble:before {
    content: "\e910";
}
.mk-icon-lock:before {
    content: "\e90f";
}
.mk-icon-heart-fill:before {
    content: "\e995";
}
.mk-icon-brand:before {
    content: "\e91c";
}
.mk-icon-ask:before {
    content: "\e91a";
}
.mk-icon-gift:before {
    content: "\e929";
}
.mk-icon-eye:before {
    content: "\e924";
}
.mk-icon-user-plus:before {
    content: "\e926";
}
.mk-icon-user:before {
    content: "\e926";
}
.mk-icon-user-add:before {
    content: "\e926";
}
.mk-icon-profile:before {
    content: "\e926";
}
.mk-icon-avatar:before {
    content: "\e926";
}
.mk-icon-person:before {
    content: "\e926";
}
.mk-icon-member:before {
    content: "\e926";
}
.mk-icon-pen:before {
    content: "\e923";
}
.mk-icon-location:before {
    content: "\e91d";
}
.mk-icon-support:before {
    content: "\e920";
}
.mk-icon-cart:before {
    content: "\e91f";
}
.mk-icon-phone:before {
    content: "\e91e";
}
.mk-icon-pushpin:before {
    content: "\e91b";
}
.mk-icon-linkedin:before {
    content: "\e917";
}
.mk-icon-pinterest:before {
    content: "\e916";
}
.mk-icon-telegram:before {
    content: "\e915";
}
.mk-icon-whatsapp:before {
    content: "\e914";
}
.mk-icon-credit-card:before {
    content: "\e93f";
}
.mk-icon-quotes-left:before {
    content: "\e977";
}
.mk-icon-google:before {
    content: "\ea88";
}
.mk-icon-spotify:before {
    content: "\ea94";
}
.mk-icon-twitter-x:before {
    content: "\ea96";
}



:root {
    --mk-bg-gray-1: #F8FDFE;
    --mk-bg-gray-2: #f0f1f9;
    --mk-bg-gray-2-light: #f0f1f977;
    --mk-bg-gray-3: #A8A8A8;
    --bs-primary: #E92056;
    --bs-primary-light: #F37A95;
    --bs-dark:#191b29;
    --bs-dark-light:#282a3a;
    --bs-primary-rgb: 233, 32, 86;
    --mk-text-color: #191b29;
    --mk-text-color-2: #191B29;
    --mk-input-height: 45px;
    --bs-body-font-weight:300;
}
html{
    background-color: var(--bs-dark);
}
body {
    color: var(--mk-text-color);
    font-family: "Poppins", sans-serif;
}


.bg-gray {
    background-color: #f0f1f9;
}
.bg-gray-1 {
    background-color: var(--mk-bg-gray-1) !important;
}

.bg-gray-2 {
    background-color: var(--mk-bg-gray-2) !important;
}

.bg-gray-3 {
    background-color: var(--mk-bg-gray-3) !important;
}
.bg-dark {
    background-color: var(--bs-dark) !important;
}
.bg-dark-light {
    background-color: var(--bs-dark-light) !important;
}
.text-primary {
    color: var(--bs-primary) !important;
}

h1 {
    font-size: 1.8em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.1em;
}
h5{
    margin: 0;
    padding-top: 12px;
}
h5 i{
    padding-right: 10px;
    font-size: 2rem;
    vertical-align: sub;
}
a {
    color: var(--bs-dark);
    text-decoration: none;
}
h2 b{
    color: var(--bs-primary);
}
h6 b {
    color: var(--bs-primary);
    font-weight: 500;
}
.fs-7{
    font-size: .8rem;
}
.va-middle{
    vertical-align: middle;
}
.mk-card {
   /* border: dashed 1px #A2A3A8;*/
    border-radius: 10px;
    padding: 30px 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    background-color: #ffffff;
    color: var(--mk-text-color-2);
    overflow: hidden;
}

.mk-card-head {
    background-color: #191B29;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: -50px;
    height: 40px;
    width: auto;
    min-width: auto;
    line-height: 1;
    color: #ffffff;
}

.mk-input input, .mk-input textarea {
    background-color: var(--mk-bg-gray-2-light);/*#F9F9F9;*/
    border: solid 1px #F2F2F2;
    height: var(--mk-input-height);
    color: var(--mk-text-color);
}
.mk-input:has(textarea){
    min-height: 120px;
    height: 120px;
}
.form-control::placeholder {
    color: var(--mk-text-color);
}

.mk-input {
    height: var(--mk-input-height);
    position: relative;
}

.mk-input span {
    position: absolute;
    top: -25px;
    left: 0;
    font-size: 13px;
    color: #909090;
}

.mk-kod-input {
    display: flex;
}

.mk-kod-input > div {
    flex: 1 0 0%;
    text-align: center;
}

.mk-kod-input input {
    height: 40px;
    width: 100px;
    margin: auto;
    padding-left: 14px;
}

.form-check-input {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    background-color: var(--mk-bg-gray-2-light);/*#F9F9F9;*/
    border: solid 1px #F2F2F2;
}

.mk-box {
    background-color: var(--mk-bg-gray-2-light);/*#F9F9F9;*/
    border: solid 1px #F2F2F2;
    min-height: var(--mk-input-height);
    color: var(--mk-text-color-2);
    padding: 20px;
    border-radius: 10px;
}

.mk-btn {
    border-radius: 5px;
    height: var(--mk-input-height);
    color: #000000;
    background-color: #ffffff;
    border: solid 1px #000000;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
}
.mk-btn[disabled]{
    opacity: .5;
}
.mk-btn.primary {
    background-color: var(--bs-primary);
    color: #ffffff;
    border-color: var(--bs-primary);
}

.mk-btn.dark {
    background-color: var(--bs-dark);
    color: #ffffff;
    border-color: var(--bs-dark);
}

.mk-btn.gray {
    background-color: var(--mk-bg-gray-2-light);/*#F9F9F9;*/
    color: var(--mk-text-color-2);
    border-color: #F2F2F2;
}
.mk-btn.btn-border{
    background: transparent;
    color: var(--bs-primary);
    padding-left: 10px;
    padding-right: 10px;
}
.mk-btn i{
    font-size: 1.5rem;
}
.form-control:focus, .mk-box.active, .mk-btn.gray.active, .form-check-input:focus {
    color: var(--mk-text-color-2);
    background-color: var(--bs-body-bg);
    border-color: #F2F2F2;
    outline: 0;
    box-shadow: 0 0 0 .25rem var(--mk-bg-gray-2-light);
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
nav a {
    color: var(--mk-text-color);
    text-decoration: none;
}
.nav-item{
    padding: 10px 20px 10px 0;
}

.mk-bottom-border, .mk-list li {
    border-bottom: solid 1px rgba(162, 163, 168, 0.27);
}

.mk-list {
    list-style: none;
    padding: 0;
}

.mk-list li {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}
.mk-sscoin{
    background: url("./sscoin.svg");
    width: 20px;
    height: 20px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: bottom;
}
.mk-box-icon {
    border-radius: 10px;
    width: 42px;
    height: 42px;
    background-color: var(--bs-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem !important;
}

.mk-box-icon.large {
    width: 76px;
    height: 76px;
    overflow: hidden;
}

.mk-box-icon img {
    padding: 7px;
    width: 100%;
    height: auto;
}

.mk-box-icon.large img {
    object-fit: cover;
    padding: 0;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-22 {
    font-size: 22px;
}

.mk-box.balon {
    padding: 10px;
    box-shadow: none;
    position: relative;
    max-width: 60%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 10px;
}

.mk-box.balon time {
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.mk-box.balon.left {
    margin-left: 0;
    margin-right: auto;
    background-color: #ffffff;
    border-color: #E3E3E3;
}

.object-cover {
    object-fit: cover;
}

.mk-gallery .active img {
    border: solid 5px var(--bs-primary);
}

.mk-gallery .active {
    position: relative;
}

.mk-gallery .active:after {
    position: absolute;
    top: 0;
    left: calc(var(--bs-gutter-x) * .5);
    right: calc(var(--bs-gutter-x) * .5);
    bottom: 0;
    content: "";
    background-color: var(--bs-primary);
    opacity: .5;
}

.mk-search-result {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    box-shadow: 0 0 0 .25rem rgba(249, 249, 249, 1);
}

.mk-search-result option {
    padding: .375rem .75rem;
}
.mk-search-result{
    overflow-y: auto;
    height: auto;
    max-height: 350px;
}
.mk-stats {
    max-height: 50px;
    overflow-x: auto;
    text-wrap: nowrap;
    max-width: 100%;
    width: 100%;
}

.mk-toast {
    position: fixed;
    bottom: 50px;
    left: 0px;
    width: calc(100% - var(--bs-gutter-x));
    margin-left: calc(var(--bs-gutter-x) * .5);
    margin-right: calc(var(--bs-gutter-x) * .5);
}

.mk-prev-btn {
    display: inline-block;
    font-size: 1.8rem!important;
    width: 40px;
    height: 40px;
    background: var(--bs-primary);
    color: #fff !important;
    transform: translateY(-50%);
    border-radius: 5px;
    margin-top: 30px;
    padding-left: 5px;
}
.carousel-inner.row{
    width: auto;
}
.accordion{
    --bs-border-radius:15px
}
.accordion-item:first-of-type > .accordion-header .accordion-button{
    --bs-accordion-inner-border-radius: 15px;
}
.urunselecttitle {
    width: calc(100% - 40px);
    height: 50px;
    background-color: #191b29;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    border: 0.5px solid #f1f1f1;
    display: flex;
    padding-left: 25px;
    align-items: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    overflow: hidden;
}
.urunselecttitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-45deg);
    animation: shine 9s ease-in-out infinite;
}
.mk-login-end{
    background: url("./login-end.jpg");
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.navbar-nav{
    padding: 20px 0;
}
.nav-item i{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5rem;
    vertical-align: middle;
    color: var(--bs-primary);
}
.nav-item{
    padding: 0 20px;
}
.nav-item a{
    width: 100%;
    display: inline-block;
    padding: 10px 10px 10px 0;
    border-radius: 10px;
    font-weight: 500;
    color: var(--bs-dark-light);
}
.nav-item a.active{
    background: var(--bs-primary);
    color: #fff!important;
}
.nav-item a.active i{
    color: #fff!important;
}
.mk-avatar{
    border: solid 2px #fff;
}
.br-10{
    border-radius: 10px;
}
.br-50{
    border-radius: 50%;
}
.mk-side-top-button{
    width: 40px;
    height: 40px;
    color: #fff!important;
    font-size: 1.2rem;
    line-height: 1.35;
}
.mk-side-top-sep{
    border-top: solid 1px #444;
}
.text-gray{
    color: #cdcdcd;
}
.mk-bot-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #282a3a;
    color: #fff;
    padding: 10px;
    z-index: 9999;
}
.mk-bot-bar i{
     color: #fff;
}
.mk-aside,#meka_aside{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
.mk-aside:before{
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #55555555;
    display: block;
}
.mk-aside > div{
    position: absolute;
    width: 100%;
    bottom: 30px;
    z-index: 10000;
}
.border-bottom{
    border-bottom: solid 1px #0003;
}
.mk-signon .mk-btn i{
   vertical-align: middle;
}
.mk-loadgif{
    background: url("./load.gif");
    width: 40px;
    height: 40px;
    background-size: contain;
    display: inline-block;
}
.mk-more-post-button{
    min-width: 40px;
    min-height: 40px;
    display: inline-block;
    cursor: pointer;
}
.cursor-pointer{
    cursor: pointer;
}
.urunfiyatcikti small{
    font-size: 16px;
}
.mk-logo {
    width: 150px;
    height: auto;
}
.mk-lang-menu{
    padding: 0 15px 0 0;
    display: inline-flex;
    align-items: center;
    color: #fff !important;
    position: relative;
}

.mk-lang-menu ul{
    display: none;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background: #fff;
    list-style: none;
    position: absolute;
    top: 100%;
    right: 0;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1000;
}

.mk-lang-menu:hover ul {
    display: flex;
}

.mk-lang-menu a {
    color: #191b29 !important;
}

.mk-lang-menu a {
    padding: 10px 20px;
    display: inline-block;
    width: 100%;

}
.mk-lang-menu li{
    padding: 0;
    display: inline-block;
}
.mk-lang-menu a:hover{
    background-color: #e92056 !important;
    color: #fff !important;
}
@media (max-width: 767.990px) {
    .mk-top-menu{
        padding: 0 15px 0 0;
        display: inline-flex;
        align-items: center;
        color: #fff !important;
        position: relative;
    }

    .mk-top-menu ul{
        flex-direction: column;
        margin: 0;
        padding: 0;
        background: #fff;
        list-style: none;
        position: absolute;
        top: 100%;
        right: 0;
        overflow: hidden;
        border-radius: 5px;
        z-index: 1000;
    }

    .mk-top-menu a {
        color: #191b29 !important;
    }

    .mk-top-menu a{
        padding: 10px 20px;
        display: inline-block;
        width: 100%;

    }
    .mk-top-menu li{
        padding: 0;
        width: 100%;
        display: inline-block;
    }
    .mk-top-menu a:hover{
        background-color: #e92056 !important;
        color: #fff !important;
    }
}
.mk-top-menu ul{
    margin: 0;
}
.mk-top-menu a{
    color: #fff;
}
.filter-gray{
    filter: grayscale(100);
}
.mk-foot-menu li{
    padding: 0 1rem 0 0;
    font-size: .8em;
}
.tiktosssyapi {
    padding: 120px 0;
    background-color: #191b29;
    min-height: 600px;
    transition: all 0.2s ease-in-out;
}

.tiktosss {
    font-size: 19px;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
}

@media (min-width: 1200px) /* lg */ {
    .tiktosss {
        text-align: start;
    }
}

.tiktosss strong {
    color: #e92056;
}

.tiktosss p {
    font-size: 14px;
    font-weight: 300;
}

.musteriyorumlarisection {
    background-color: #f0f1f9;
}

.musteriyorumlariyapi {
    padding: 60px 0;
}

.musteriyorumlaritit {
    font-size: 19px;
    color: #191b29;
    font-weight: 800;
    text-align: center;
}

@media (min-width: 1200px) /* lg */ {
    .musteriyorumlaritit {
        text-align: center;
    }
}

.musteriyorumlaritit strong {
    color: #e92056;
}

.musteriyorumlaritit p {
    font-size: 14px;
    font-weight: 300;
}

.musteriyorumlaribg {
    background-color: #fff;
    border: 0.5px solid #dfdfdf;
    width: 100%;
    border-radius: 15px;
    padding: 25px 35px;
    position: relative;
}

.musteriyorumlaricontent {
    font-size: 16px;
    color: #757575;
}

.musteriyorumlariquot {
    position: absolute;
    top: -5px;
    left: 0;
    color: #e92056;
    font-size: 36px;
}

.musteriyorumlarimusteri {
    display: block;
    justify-content: unset;
    align-items: center;
    padding-top: 10px;
}

@media (min-width: 1200px) /* lg */ {
    .musteriyorumlarimusteri {
        display: flex;
        justify-content: space-between;
    }
}

.musteriyorumlaripicture {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #e92056;
    padding: 3px;
    overflow: hidden;
}

.musteriyorumlaripicture img {
    width: 54px;
    height: 54px;
    border-radius: 30px;
    object-fit: cover;
}

.scrollicerikyapi {
    padding: 60px 0;
    position: relative;
}
.hizmetcardicsayfayapi {
    top: 0;
    border-radius: 15px;
    margin-bottom: 25px;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.hizmetlercardbg {
    background-color: #fff;
    padding: 15px 15px 15px 0;
    border-radius: 15px;
    display: block;
    align-items: center;
    font-weight: 400;
    font-size: 22px;
    color: #282a3a;
    margin-bottom: 25px;
    transition: all 0.2s ease-in-out;
}
.hizmetlercarditem {
    border-left: 5px solid #e92056;
    padding-left: 15px;
    height: 80px;
    display: flex;
    align-items: center;
}
.hizmetlercardicon {
    text-align: center;
    padding-top: 15px;
    width: 80px;
    height: 80px;
    background-color: #f0f1f9;
    color: #e92056;
    border-radius: 40px;
    font-size: 36px;
    display: inline-block;
    justify-content: center;
    align-items: center;
}
.hizmetboxtitle {
    padding: 0 0 0 23px;
    font-size: 16px;
    font-weight: 800;
}
.hizmetboxdesc {
    padding: 0 0 0 23px;
    font-size: 14px;
    font-weight: 250;
}
.hizmetcardicsayfayapi:hover {
    top: -5px;
}
.mk-cat-btn {
    border-radius: 10px;
    min-height: 148px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
.mk-cat-btn.active {
    outline: solid 3px #fff;
}
.urunselectcardbg {
    border-radius: 7px;
    border: 0.5px dashed #191b29;
    background-color: transparent;
    /*padding: 65px 25px 25px 25px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);*/
    position: relative;
}

.urunselecttitle {
    width: 300px;
    height: 50px;
    background-color: #191b29;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    border: 0.5px solid #f1f1f1;
    display: flex;
    padding-left: 25px;
    align-items: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    overflow: hidden; /* Add this to hide the shine effect when it goes outside */
}

@media (min-width: 1200px) /* lg */ {
    .urunselecttitle {
        width: 400px;
        left: 15px;
        transform: unset;
    }
}

.urunselecttitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-45deg);
    animation: shine 9s ease-in-out infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    25%, 100% {
        left: 150%;
    }
}

.urunselecttitle span {
    color: #e92056;
}

.urunselectcardyapi {
    padding: 5px;
    transition: transform 0.2s ease-in-out;

}

.urunselectitembg {
    background-color: #fff;/*#f0f1f977*/
    border: 0.5px solid #eeeeee;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
}

@media (min-width: 1200px) /* lg */ {
    .urunselectitembg {
        padding: 20px;
    }
}

.urunselectitembg.urunusec {
    background-color: #e92056;
    border: 0.5px solid #e92056;
    color: #ffffff;
    transform: translateY(-5px);
}

.urunusec .urunfiyat {
    color: #151515;
    border: 0.5px solid #ffffff;
}

.urunusec:hover {
    color: #ffffff;
    background-color: #e92056 !important;

}

.urunselectitembg:hover {
    background-color: #fff3f3;
    border: 0.5px solid #e92056;
    transform: translateY(-5px);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.urunselectitembg:hover .urunfiyat {
    background-color: #fff;
    color: #e92056;
}

.urunmiktar {
    font-weight: 500;
    font-size: 18px;
}

.urundesc {
    font-weight: 400;
    font-size: 12px;
}

@media (min-width: 1200px) /* lg */ {
    .urundesc {
        font-size: 14px;
    }
}

.urunfiyat {
    background-color: #f0f1f9;
    color: #151515;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 10px;
    border-radius: 5px;
    border: 0.5px solid #eeeeee;
    margin-top: 10px;
    transition: all 0.2s ease-in-out;
}
.urunusec .urunfiyat{
    background-color: #fff;
}
@media (min-width: 1200px) /* lg */ {
    .urunfiyat {
        padding: 5px 15px;
    }
}

.urunselectseperator {
    border-top: 0.5px solid rgba(25, 27, 41, 0.22);
    margin-bottom: 30px;
}

.urunselectaratoplam {
    background-color: #f9fff3;
    padding: 10px 0px 0px 0px;
    border-radius: 0px;
}

@media (min-width: 1200px) /* lg */ {
    .urunselectaratoplam {
        padding: 40px 30px 30px 30px;
    }
}

.urunfiyaticonbg {
    width: 64px;
    height: 64px;
    color: #ffffff;
    font-size: 32px;
    background-color: #191b29;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 15px;
}

.urunfiyatcikti {
    font-size: 26px;
    color: #151515;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.urunfiyataciklama {
    font-size: 14px;
    font-weight: 400;
}

.urunfiyatciktiicon {
    background-color: #e6f6ec;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

.urunfiyatciktiicon i {
    font-size: 16px;
}

.urunhemenal {
    position: relative;
    overflow: hidden;
    background-color: #e92056;
    color: #ffffff;
    height: 64px;
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 300;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.urunhemenal::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    animation: shine 5s ease-in-out infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    25%, 100% {
        left: 150%;
    }
}

@media (min-width: 1200px) {
    .urunhemenal {
        width: 236px;
        margin-top: 0px;
    }
}

.urunhemenal:hover {
    opacity: 0.8;
}

.icsayfacontentyapi {
    padding: 60px 0;
}
.iletisimyapi {
    padding: 120px 0 0 0;
}

.iletisimtitleyapi {
    display: flex;
}

.iletisimtitle {
    background-color: #191b29;
    padding: 15px 30px 15px 30px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 250;
    border-radius: 5px;
}

.iletisimbolgeyapi {
    padding: 15px;
    margin: 15px 0 30px 0;
    border-radius: 5px;
}

.ilitisimbolgeadres,
.iletisimbolgeeposta {
    background-color: #f0f1f977;
    padding: 10px 15px 10px 15px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.iletisimbolgeyetkili,
.iletisimbolgetelefon {
    background-color: #f0f1f9;
    padding: 10px 15px 10px 15px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.iletisimbolgetitle {
    font-size: 18px;
    font-weight: 800;
    color: #191b29;
    margin-top: 15px;
    margin-bottom: 30px;
}

.ietisimalttitle {
    font-size: 16px;
    font-weight: 800;
    color: #191b29;
}

.iletisimbilgi {
    width: 100%;
    height: 100%;
}

.iletisimtitleicon {
    color: #e92056;
}

.iletisimformyapi {
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 15px 0 30px 0;
}

.iletisimmap {
    height: 390px;
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.mk-fixed-menu .navbar-nav {
    padding: 20px 0;
}

.mk-fixed-menu .nav-item i {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5rem;
    vertical-align: middle;
    color: #e92056;
}

.mk-fixed-menu .nav-item {
    padding: 0 20px;
}

.mk-fixed-menu .nav-item a {
    width: 100%;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    font-weight: 500;
    color: var(--bs-dark-light);
}

.mk-fixed-menu .nav-item a.active {
    background: var(--bs-primary);
    color: #fff !important;
}

.mk-fixed-menu .nav-item a.active i {
    color: #fff !important;
}

.mk-fixed-menu .mk-bot-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #191b29;
    padding: 10px;
    z-index: 9999;
    color: #fff;
}
.mk-fixed-menu .mk-bot-bar i{
    color: #fff;
}
.mk-fixed-menu .mk-aside {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding-bottom: 50px;
    z-index: 9999;
}

.mk-fixed-menu .mk-aside.opened {
    display: inline-block;
}

.mk-fixed-menu .mk-aside:before {
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #55555555;
    display: block;
}

.mk-fixed-menu .mk-aside > div {
    position: absolute;
    width: 100%;
    bottom: 30px;
    z-index: 10000;
}

.mk-fixed-menu {
    display: none;
}

.urunselectcardbg {
    border: none;
}

.mk-props i {
    font-size: 1.5rem;
}

.mk-category i {
    font-size: 50px;
}

.mk-product i {
    font-size: 36px;
    color: #333;
}

.mk-sss .content-icerik-yapi {
    font-size: 14px !important;
}

.musteriyorumlaricontent {
    font-size: 14px;
}

.accordion-button {
    cursor: pointer;
}

.mk-props-icon {
    border-left: solid 1px #00000015;
    margin-left: 15px;
    color: #e92056;
}

.bg-light {
    background-color: #f0f1f9 !important;
}

.urundesc {
    margin-top: -8px;
}

.urunhemenal {
    width: 100%;
}

.mk-article-title {
    font-size: 2rem;
}

.mk-article-title strong {
    color: #e92056;
}

.mk-service-img-2 {
    position: relative;
    top: -20%;
    right: 0;
}

.mk-max-height-700 {
    height: 700px;
    max-height: 700px;
}

.content-icerik-yapi img {
    float: right;
    width: 100% !important;
}
.content-icerik-yapi h2{
    font-size: 2rem!important;
}
.content-icerik-yapi h2 strong{
    color: #e92056;
}
.content-icerik-yapi h3 {
    font-size: 20px;
    font-weight: 600;
}
.br-bottom {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.br-top {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.border-bottom {
    border-bottom: solid 1px #0003!important;
}
.urunbonus {
    font-weight: normal;
    font-size: 14px;
}
.accordion-button:not(.collapsed){
    color: var(--bs-primary);
    background: var(--bs-primary-light);
}
@media (min-width: 576px) {
    .px-g {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }

    .urundesc {
        margin-top: 0;
    }

    .content-icerik-yapi img {
        width: 350px !important;
    }
    .urunhemenal {
        width: 236px;
    }

    .w-sm-auto {
        width: auto !important;
    }
}

.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
@media (min-width: 768px) {
    .mk-logo {
        width: 180px;
    }
    .mk-top-menu li{
        padding: 0 15px;
        display: inline-flex;
        align-items: center;
        border-bottom: none;
    }
}
/*@media (min-width: 1200px) {
    .mk-breadcrumb {
        height: 1px;
        overflow: visible;
        z-index: 1000;
        position: relative;
    }
    .mk-breadcrumb .breadcrumblist{
        justify-content: start!important;
    }
    .mk-breadcrumb .bg-white{
        background-color: transparent!important;
    }
}*/
@media (max-width: 1199px) {
    .hizmetcardicbox {
        height: auto;
        display: block;
    }

    .hizmeticboxicon {
        width: 28px;
        height: 28px;
        margin-right: 20px;
        margin-left: 20px;
    }

    .hizmetdetaylıincelebuton {
        position: static;
    }

    .hizmetlercardbg {
        margin-bottom: 0;
    }

    .bouncingyapi, .resimkapsayici {
        width: 100%;
        max-width: 350px;
    }
}

@media (max-width: 991px) {
    .mk-fixed-menu .mk-aside .nav-item {
        width: 50%;
        padding: 0;
        display: inline-block;
    }

    .mk-fixed-menu .mk-aside .nav-item i {
        padding-left: 0;
        font-size: 1.2rem;
    }

    .mk-fixed-menu .mk-aside .navbar-nav {
        flex-direction: row;
        flex-wrap: wrap;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mk-fixed-menu .mk-aside .nav-item a {
        padding: 5px 8px;
        font-size: .85rem;
    }

    .mk-fixed-menu .mk-side-top-sep {
        border-top: none;
    }

    .mk-fixed-menu {
        display: block;
    }

}
.nav-corporate-side{
    position: sticky;
    top: 0;
    left: 0;
}
div:has(.nav-corporate-side){
    position: relative;
}
.nav-corporate-side ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-corporate-side ul a{
    padding: 8px 0;
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px var(--bs-gray-300);
}
.hizmeticboxdesc {
    margin-top: 7px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 1.1;
}
.prod-content{
    max-height: 400px;
    overflow: auto;
}
.prod-content img{
    float: right;
}
@media (max-width: 991px) {
    .mk-aside .nav-item {
        width: 50%;
        padding: 0;
        display: inline-block;
    }

    .mk-aside .nav-item i {
        padding-left: 0;
        font-size: 1.2rem;
    }

    .mk-aside .navbar-nav {
        flex-direction: row;
        flex-wrap: wrap;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mk-aside .nav-item a {
        padding: 10px 8px;
        font-size: .85rem;
    }
    .mk-side-top-sep{
        border-top: none;
    }
}
@keyframes shine {
    0% {
        left: -100%;
    }
    25%, 100% {
        left: 150%;
    }
}
@media (min-width: 992px) {
    .mk-login-end{
        min-height: 400px;
        width: auto;
    }
}
@media (min-width: 992px) {
    .mk-aside,#meka_aside{
        position: sticky!important;
        bottom: auto;
        width: 240px;
        display:inline-table!important;
    }
    .mk-aside:before{
        display: none;
    }
    .mk-aside > div{
        position: static;
        z-index: 10000;
    }
    .w-lg-auto{
        width: auto!important;
    }
    .mk-card-head{
        width: 300px;
        min-width: 300px;
    }
    .mk-toast{
        left: 50px;
        width: auto;
        margin: auto;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .mk-aside + aside + .mk-content{
        width:calc(100% - 244px);
        display:inline-table;
        padding-left:50px
    }
    .mk-aside + aside + .mk-content .mk-product{
        width: 50%;
    }
    .mk-content:has(.mk-full){
        width: 100%;
        padding-left: 0;
    }
   /* .row > .carousel-item {
        display: block !important;
        margin-right: 0 !important;
    }*/
    /*.mk-left-border {
        border-left: solid 1px rgba(0, 0, 0, .14);
    }*/
    .offcanvas-backdrop{
        display: none;
    }
    .mk-card{
        padding: 30px 35px;
    }
    .urunselecttitle {
        width: 400px;
        left: 35px;
        transform: unset;
    }
    .mk-panel-side{
        /*max-height: 720px;*/
        overflow: auto;
    }
    .mk-avatar{
        width: 40px;
        height: 40px;
    }
}
@media (min-width: 1200px) {
   /* .mk-aside,#meka_aside{
        width: 300px;
    }
    .mk-content{
        width:calc(100% - 304px);
        display:inline-table;
        padding-left:50px
    }*/
    .mk-content:has(.mk-full){
        width: 100%;
        padding-left: 0;
    }
    /*.mk-avatar{
        width: 48px;
        height: 48px;
    }*/
}
/*@media (min-width: 992px) {
    .mk-aside {
        position: absolute;
        left: calc(50% - 480px );
        width: 250px;
    }
}
@media (min-width: 1200px) {
    .mk-aside {
        position: absolute;
        left: calc(50% - 570px );
        width: 250px;
    }
}
@media (min-width: 1400px) {
    .mk-aside {
        position: absolute;
        left: calc(50% - 660px );
        width: 250px;
    }
}*/
.mk-slide-end-box{
    position: absolute;
    top: 0;
    right: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mk-slide-end-box > div{
    position: relative;
    animation: saga-sola 5s infinite ease-in-out;
}
.mk-slide-end-box > div:nth-child(2) {
    animation-delay: 1s;
}
.mk-slide-end-box > div:nth-child(3) {
    animation-delay: 2s;
}
.anim-yanmasonme{
    animation: kalp-yanma-sonme 2s infinite ease-in-out;
}
@keyframes saga-sola {
    0% {
        left: 0;
    }
    50% {
        left: 50px;
    }
    100% {
        left: 0;
    }
}
@keyframes kalp-yanma-sonme {
    0% {
        opacity:1;
    }
    25% {
        opacity:1;
    }
    50% {
        opacity:0.1;
    }
    75% {
        opacity:1;
    }
    100% {
        opacity:1;
    }
}
.mk-border-gray{
    border: solid 5px var(--mk-bg-gray-2);
    position: absolute;
    bottom: -3rem;
}
.mt-6{
    margin-top: 6rem!important;
}
.mb-6{
    margin-bottom: 6rem!important;
}
.mk-neden-counter{
    counter-reset:mkneden;
}
.mk-neden-counter > div > div {
    counter-increment:mkneden;
    position: relative;
}
.mk-neden-counter > div > div:before{
    content: counter(mkneden) ".";
    font-size: 6rem;
    font-weight: 700;
    color: var(--bs-primary-light);
    position: absolute;
    opacity: .3;
    left: 1rem;
    top: 1rem;
    z-index: 1;
}
.mk-neden-counter b,.mk-neden-counter p{
    position: relative;
    z-index: 2;
}
.mk-neden-counter > div > div:hover:before{
    color: var(--bs-dark-light);
}