:root {
    --main-bg-color: #E5094B;
    
}
html{font-size: 16px;}
html body{
    background: #383838;
    background: #F5F5F5;
    font-family: 'Titillium Web', sans-serif;
}
img{width: 100%;max-width: 100%;}
ul{margin: 0;padding: 0;}
ul li{list-style: none;}
a{color:inherit;text-decoration: none;}
a:hover{text-decoration: inherit;}
.page-wrapper{
    width: 500px;
    margin: 0 auto;
    background: #F5F5F5;
    position: relative;
    min-height: 90vh;
}
.page-wrapper .container{}
.page-wrapper header{}
.page-wrapper header .header-top{
    background: #4C5D7F;
    color: white;
    padding: 10px 0;
}
.page-wrapper header .header-top .notice-list{
    height: 24px;
    width: 100%;
}
.page-wrapper header .header-top .notice-list ul{}
.page-wrapper header .header-top .notice-list ul li{}
.page-wrapper header .header-top .notice-list  a{
    color: white;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-weight: 600;
    font-size: 1.050rem;


}
.page-wrapper header .header-top .notice-list  a:hover{color:inherit;}
.page-wrapper header .header-main{
    padding: 30px 0;
}
.page-wrapper header .header-main .container{
    display: flex;
    position: relative;
}
.page-wrapper header .header-main .logo-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
}
.page-wrapper header .header-main .logo-wrapper a{
    display: block;
    /* width: 100%; */
}
.page-wrapper header .header-main .logo-wrapper a img{
    max-width: 170px;
    width: 100%;
}
 .dropdown-locale{}
 .dropdown-locale .dropdown-menu{
    border: none;
    margin-top: 5px !important;
    border-radius: 10px;
}
 .dropdown-locale .dropdown-menu ul{}
 .dropdown-locale .dropdown-menu ul li {}
 .dropdown-locale .dropdown-menu ul li a{}
.page-wrapper header .header-main .buttons{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0px, -50%);
    display: flex;
    column-gap: 5px;
    z-index: 11111;
}
.page-wrapper header .header-main .buttons.buttons-left{
    right: inherit;
    left: 20px;
}
.page-wrapper header .header-main .buttons.buttons-left .nitro-btn{
    /* padding: 9px; */
}
.page-wrapper header .header-main .buttons.buttons-left .nitro-btn img{}
.page-wrapper header .header-main .toggle-button{
    margin-left: auto;
    outline: 0;
    border: 0;
    z-index: 11111;
}
.page-wrapper header .header-bottom{
    overflow: hidden;
}
.page-wrapper header .header-bottom .container{}
.page-wrapper header .header-bottom .menu{
    background: var(--main-bg-color);
    padding: 18px 10px;
    padding-bottom: 2px;
}
.page-wrapper header .header-bottom .menu ul{
    display: flex;
    column-gap: 10px;
    margin-bottom: 6px;
}
.page-wrapper header .header-bottom .menu ul li {}
.page-wrapper header .header-bottom .menu ul li a{
    border-radius: 5px;
    padding: 5px 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    font-size: 0.9375rem;
    display: block;
    white-space: nowrap;
}
.page-wrapper header .header-bottom .menu ul li a:hover{}
.page-wrapper header .header-bottom .menu ul li a.active{
    background: #FFF;
    color: var(--main-bg-color);
}


.page-wrapper footer{}
.page-wrapper .main{
    /* position: relative; */
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    background: #00000033;
    height: 5px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{


}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    border-radius: 50px;
    background: #FFF;
    height: 5px;
}

.main{}
.main .content{}
.main .content {
    padding: 15px;
}
.main .content .accordion{}
.main .content .accordion .accordion-item {
    margin-bottom: 10px;
    border: none;
    background: none;
}
.main .content .accordion .accordion-item .accordion-header {}
.main .content .accordion .accordion-item .accordion-header button:after {background: none;font-family: "Font Awesome 6 Free";content: "\f107";display: flex;justify-content: center;align-items: center;font-size: 1.1rem;}
.main .content .accordion .accordion-item .accordion-header button:not(.collapsed):after {

    transform: none;
    content: "\f106";
}
.main .content .accordion .accordion-item .accordion-header button {
    outline: 0px;
    /*margin-bottom: 10px;*/
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    color: var(--main-bg-color);
    font-family: Titillium Web;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.main .content .accordion .accordion-item .accordion-collapse {
}
.main .content .accordion .accordion-item .accordion-body {
    padding: 0;
}


.product-list{
    margin-top: 10px;
}
.product-list .item{
    display: flex;
    column-gap: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}
.product-list .item .product-image{
    width: 100px;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
    background: #999;
    border-radius: 5px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.product-list .item .product-image img{}
.product-list .item .product-detail{
    display: flex;
    flex-direction: column;
    width: calc(100% - 100px);
}
.product-list .item .product-detail .product-title {
    color: var(--main-bg-color);
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
    .product-list .item .product-detail .product-description {
        color: #818181;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        /*height: 47px;*/
        overflow: hidden;
        white-space: normal; /* Uzun metni alt satıra geçirir */
        word-wrap: break-word; /* Uzun kelimeleri de böler gerekirse */
        overflow-wrap: break-word;
        margin-top: 10px;
        margin-bottom: 10px;
    }
.product-list .item .product-detail .product-price {
    border-radius: 5px;
    background: var(--main-bg-color);
    display: inline-block;
    padding: 5px 10px;
    color: #FFF;
    text-align: center;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0625rem; /* 100% */
    margin-top: auto;
    width: max-content;
}
.product-list .item .product-detail .product-price span {}


.content-product-detail{
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* width: 100%; */
    /*background: white;*/
    /* height: 100vh; */
    transition: .2s all linear;
}
.content-product-detail.active{
    display: block;
}
.content-product-detail .product-image{
    position: relative;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-color: #e7e7e7;
    background-position: center center;
}
.content-product-detail .product-image img{
    width: 100%;
}
.content-product-detail .product-image .back-button{
    position: absolute;
    left: 10px;
    top: 10px;
}
.content-product-detail .product-info{
    padding: 15px;
}
.content-product-detail .product-info .title{
    color: var(--main-bg-color);
    /* font-family: Titillium Web; */
    font-size: 1.1875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.content-product-detail .product-info .description{
    color: #818181;
    /* font-family: Titillium Web; */
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.content-product-detail .product-info .price{
    color: #FFF;
    text-align: center;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0625rem; /* 100% */
    border-radius: 5px;
    background: var(--main-bg-color);
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;
}
.content-product-detail .product-info .price span{}
.content-product-detail .other-products{
    margin-top: 20px;
    padding: 15px;
}
.content-product-detail .other-products .title{
    color: var(--main-bg-color);
    /* font-family: Titillium Web; */
    font-size: 1.1875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.content-product-detail .other-products .item{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 0;
}
.content-product-detail .other-products .item .name{
    color: #818181;
    font-family: Titillium Web;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.content-product-detail .other-products .item .price{
    color: var(--main-bg-color);
    text-align: right;
    /* font-family: Titillium Web; */
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0625rem; /* 100% */
}

.nitro-btn i{
    color:var(--main-bg-color);
}
.nitro-btn{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    outline: 0px;
}
#customerInfoModal{}
#customerInfoModal .modal-content{
    border-radius: 10px;
}
#customerInfoModal .modal-dialog{
    margin-top: 140px;
}
#customerInfoModal .modal-header .btn-close{
    position: absolute;
    right: 0px;
    top: -60px;
    background: #FFF;
    font-size: 1.4rem;
    color: red;
    opacity: 1;
    padding: 0;
}
#customerInfoModal .modal-header .btn-close i{}
#customerInfoModal .modal-header{
    justify-content: center;
}
#customerInfoModal .modal-header .logo{
    width: 40%;
    margin: 10px auto;
}
#customerInfoModal .modal-header .logo img{
}
#customerInfoModal .modal-body{}
#customerInfoModal .modal-body .info-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
}
#customerInfoModal .modal-body .info-item .title{
    font-weight: bold;
    color: #818181;
    font-size: 1.0625rem;
}
#customerInfoModal .modal-body .info-item .icon{
    color: var(--main-bg-color);
    font-size: 1.2rem;
}
#customerInfoModal .modal-body .info-item .icon i{}
#customerInfoModal .modal-body .info-item .value{
    color: #818181;
    width: 70%;
    font-size: 0.9375rem;
}
#customerInfoModal .modal-footer{
    flex-direction: column;
}
#customerInfoModal .modal-footer .title{
    display: block;
    color: #818181;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#customerInfoModal .modal-footer .social-links{
    display: flex;
    column-gap: 10px;
}
#customerInfoModal .modal-footer .social-links a{
    display: block;
    border-radius: 5px;
    background: var(--main-bg-color);
    color: #FFF;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#customerInfoModal .modal-footer .social-links a i{}

body .toggle-button span.close-icon{display: none;}
body.modal-open .toggle-button .open-icon{display: none;}
body.modal-open .toggle-button .close-icon{display: block !important;font-size: 1.4rem;}

.product-list.product-placeholder{}
.product-list.product-placeholder .item{}
.product-list.product-placeholder .item .product-image , .product-list.product-placeholder .item .product-title, .product-list.product-placeholder .item .product-description{
    background-color: rgb(211,211,211);
    position: relative;;
    overflow: hidden;;
}
.product-list.product-placeholder .item .product-image:before, .product-list.product-placeholder .item .product-title:before, .product-list.product-placeholder .item .product-description:before{
    content: "";
    position: absolute;
    left: -45%;
    height: 100%;
    width: 45%;
    background-image: linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
    background-image: -moz-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
    background-image: -webkit-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
    animation: loading 1s infinite;
    z-index: 45;
}

.product-list.product-placeholder .item .product-title{height: 30px;margin-bottom: 10px;}
.product-list.product-placeholder .item .product-description{height: 50px;}

@keyframes loading {
    0%{
        left: -45%;
    }
    100%{
        left: 100%;
    }
}


.menu-not-found{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.menu-not-found .img{
    width: 200px;
}
.menu-not-found .alert{
    font-weight: bold;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-bottom: 20px;}


.btn-flag{
    padding: 0;
}

.text-logo{
    font-weight: bold;
    color: var(--main-bg-color);
    font-size: 1.5rem;
}

body.sticky {}
body.sticky header {
}

body header:before{
    display: none;
}
body.sticky header:before{
    content: "";
    height: 78px;
    display: block;

}
body.sticky header .header-bottom{
    position: fixed;
    width: 500px;
    top: 0;
}
.gtranslate_wrapper .gglobe {
    width: 43px;
    height: 43px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 6px;
    background-color: #FFF;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    outline: 0px;
    background-size: 26px;
    opacity: 1 !important;
}

.gtranslate_wrapper .gsatelite{
}

.gtranslate_wrapper .gglobe:hover{
    transform: none;
}
.gtranslate_wrapper {
    /*display: flex;*/
    /*column-gap: 4px;*/
}
.gtranslate_wrapper  a{
    /*background: #FFF;*/
    /*padding: 8px;*/
    /*border-radius: 10px;*/
    /*background: #FFF;*/
    /*box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);*/
    /*width: 43px;*/
    /*height: 43px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*font-size: 1.1rem;*/
    /*outline: 0px;*/
    left: -40px !important;
}
.gtranslate_wrapper  a img{
    /*width: 100% !important;*/
    box-shadow: none !important;
    transform: scale(1) !important;
}
.gtranslate_wrapper span.gsatelites{
    position: absolute;
    display: flex;
    column-gap: 5px;
    /* top: 28px; */
    /* background: #FFF; */
    margin-top: 40px;
    padding: 8px;
    border-radius: 15px;
    /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10); */
    /* right: 0; */
}
.gtranslate_wrapper span.gsatelites:before{
 
}
.gtranslate_wrapper span.gsatelites a{
    position: relative;
    left: inherit !important;
    top: inherit !important;
    background: #FFF;
    padding: 5px;
    width: 42px !important;
    height: 42px !important;
    border-radius: 15px;
     box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    
}
footer.menu-footer{
    text-align: center;
    font-size: 12px;
    display: flex;
     flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #787878;
    margin-bottom: 10px;
}
footer.menu-footer img{
    width: 80px;
}
footer.menu-footer span{
    /*margin-left: 7px;*/
}