/*Müşteriye özel geliştirmeler*/

@import "colors/customer-color.css";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.ecr-container{
    width: 1280px;
}
.ecr-icon-button{
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 43px;
    width: 43px;
    color: var(--primary-color);
}
.ecr-sepetimtopbadge{
    position: absolute !important;
    background-color: black;
    border-radius: 50%;
    top: 10% !important;
    left: 50%;
    font-size: 0.5rem;
    color: white;
    display: flex;
    z-index: 500;
    width: 16px;
    height: 16px;
    /* line-height: 2px; */
    align-items: center;
    justify-content: center;
}
.ecr-bottom-nav-item{
    transition: all ease-in .1s;
    cursor:pointer;
    border-bottom: 2px solid transparent;
}
.ecr-bottom-nav-item:hover{
    border-bottom: 2px solid #f97316;
    background-color: #f5f5f5;
}
.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}
.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}
.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
}
.offcanvas.show {
    transform: none;
}
.ecr-title{
    color: rgb(67 105 177);
}

@media screen and (max-width: 992px){
    .ecr-container{
        width: 100%;
    }
    /*.ecr-container.ecr-icon-container{*/
    /*    overflow-y: auto;*/
    /*}*/
}
.bg-yn-soft-gray{
    background-color: #f5f5f5;
}

/* Modal Bağış CSS */
.mb-badge {
    position: fixed;
    top: 50%;
    left: 0;
    transform: rotate(-90deg);
    transform-origin: left top;
    background-color: #2F4A76;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 9997;
    border-radius: 0 0 7px 7px;
}
.mb-badge {
    transition: transform .3s ease-in-out;
    display: inline-block;
}
.mb-badge.moved {
    transform: translateX(400px) rotate(-90deg);
}
.single_amount{
    font-size: .7rem;
}
/* Modal Bağış CSS */