#promotion-popup .button.button-other {
    border-radius: 0.4rem !important;
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: 8px 12px !important;
    border: 1px solid #12468f;
    background: #12468f;
    color: white;
    font-size: 14px;
}

.mfp-bg{
    z-index: 9999 !important;
}

.mfp-wrap{
    z-index: 999999 !important;
}

#promotion-popup .button.button-other svg {
    width: auto;
    height: 18px;
    transition: .3s;
}

.col-xs-10.col-sm-10 .promotion {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.promotion_content {
    position: relative;
}

.promotion-popup-top-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -9%;
    padding-top: 15px;
    background: #FBF9FB;
    width: 25%;
    border-radius: 50%;
}

.promosyon-popup-success-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 53px;
    gap: 4px;
}

.promosyon-popup-success-content svg path {
    fill: #12468f !important;
}

.promosyon-popup-success svg {
    width: auto;
    height: 70px;
}

.box-of-promo-quantity{
    width: 100%;
}

.promosyon-center-right-button {
    padding: 10px 16px !important;
    font-size: 13px !important;
    border-radius: .4rem !important;
    margin-bottom: 0;
    background: #12468f !important;
    color: #fff;
    font-weight: 500;
    line-height: 100%;
    font-size: 13px;
    width: 100%;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: 0.3s;
}

.promosyon-center-right-button:hover {
    background: #fff !important;
    color: #12468f !important;
    border: 1px solid #12468f;
}

.promosyon-center-right-button svg {
    fill: currentColor;
}
.promosyon-popup-info-wrp .vtable {
    width: 25%;
}

.promosyon-popup-info {
    width: 75%;
    border-radius:.4rem;
    padding: .5rem;
    margin-bottom: 0;
    background: linear-gradient(to right, #2A1E68, #0F3C97 );
    color: #fff;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    font-size: 12px;
}

.promosyon_flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.sepete-git {
    background: #12468f !important;
    color: #fff;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    transition: 0.3s;
}

.sepete-git svg {
    fill: currentColor;
    transition: 0.3s;
}

/* HOVER */
.sepete-git:hover {
    background: #fff !important;
    color: #12468f !important;
    border: 1px solid #12468f;
}

#promotion-popup .button.button-detail {
    display: none;
}

.promotion_image .image {
    aspect-ratio: 1 / 1;
    height: 90px;
    width: 90px;
    border-radius: 4px;
    border: 2px solid #d5dce3;
    overflow: hidden;
}

.promotion_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.promosyon-popup-name{
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
}

.promotions .promotion {
    background: #FBF9FB;
    padding: 25px 30px 10px;
}

.promosyon-sepete-git-wrp {
    padding: 0 0 10px 0 !important;
}

.promotions .promotion .title .text h2 {
    margin: 0;
    text-align: left;
    font-size: 20px;
    color: #212529;
    font-weight: 500;
}

.promotions .promotion .title {
    overflow: hidden;
    margin: 10px 0 10px 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.price{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
}
.price sup.kusurat{
    font-size: 16px!important;
}
.price .USD:before{
    font-size: 16px!important;
}

.price h3 sup.kusurat{
    font-size: 19px !important;
}

.price h3 .USD:before {
    font-size: 16px !important;
}

.promosyon-popup-discount {
    font-size: 16px !important;
    font-weight: 500!important;
    line-height: 100%;
    letter-spacing: 0;
    position: relative;
    display: inline-block;
    color: #bfbfbf !important;
    width: fit-content;
    margin: 0 !important;
}

.price h3 {

    font-size: 19px !important;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0 !important;
}

.promosyon-popup-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
    margin-top: -7%;
}

.promosyon-popup-top {
    width: 100%;
    padding:0;
    background: transparent !important;
}

.promo_list .scroll-bar{
    margin-bottom: 0 !important;
}

#promotion-popup .promotion:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.promosyon-popup-title-info {
    margin-bottom: 0 !important;
}

.mfp-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
}

.mfp-close-button svg {
    display: block;
    transition: transform 0.4s ease;
    transform-origin: center;
}

.mfp-close-button:hover svg {
    transform: rotate(180deg);
}

.promo_list .scroll-bar{
    position: relative;
    margin-bottom: 1rem;
    padding: 10px;
    border: 1px solid #E9ECEF;
    border-radius: 8px;
    list-style: none;
    width: 100%;
    margin-left: 10px;
    background: #F3F1FA !important;
}

.promo_stamp {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    align-items: center;
    justify-content: center;
    transform: translate(0, -10%);
}

.promosyon-popup-success svg {
    width: auto;
    height: 70px;
    path{
        fill: #1E3B9D !important;
    }
}

.promosyon-sepete-git-wrp {
    display: flex;
    justify-content: center;
    padding: 0 0 15px 0;
}

.promosyon-popup-info-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.promosyon-popup-product-right{
    .text{
        span{
            font-size: 18px;
            color: #212529;
        }
    }
}

@media (max-width: 1200px) {

    .promosyon-sepete-git-wrp {
        padding: 10px 0 10px 0 !important;
    }

    .promosyon_flex {
        flex-direction: column;
        border: 1px solid #d5dce3 !important;
        padding: 10px;
        gap: 10px;
        border-radius: 0.4rem;
    }

    .promosyon-kutulari-topla .price {
        padding: 0.5rem !important;
        align-items: center;
    }
    .promosyon-popup-success {
        margin-top: -15% !important;
    }

    .promosyon-popup-success svg {
        height: 55px !important;
    }

    .promo_list .scroll-bar {
        margin-left: 0 !important;
        padding: 0 !important;
    }

    .promo_stamp {
        display: none;
    }

    .promotions .promotion {
        padding: 1rem 1rem 0 1rem;
    }
    .promo_list .scroll-bar {
        border: none !important;
    }

    .promosyon-popup-title-info {
        text-transform: capitalize;
        line-height: 100%;
        letter-spacing: 0;
    }

    .promosyon-popup-product-right .text {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .box-of-promo-quantity .vtable {
        width: 100%;
    }

    #promotion-popup .button.button-other {
        text-transform: capitalize;
    }

    .promosyon-center-right-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .promosyon-popup-name {
        font-size: 18px !important;
    }

    .promotions .promotion .title {
        flex-direction: column;
    }

    .promotions .promotion .title .text h2 {
        font-size: 19px;
    }
    #promotion-popup .promotion:last-child {
        margin-top: -1px;
    }

    .promosyon-popup-info-wrp {
        flex-direction: column;
    }

    .promosyon-popup-info {
        width: 100%;
    }

    .promosyon-popup-info-wrp .vtable {
        width: 100%;
    }

    .promosyon-popup-product-right{
        .text{
            span{
                font-size: 18px;
                color: #212529;
                text-align: center;
            }
        }
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .promosyon-popup-success {
        margin-top: -7% !important;
    }
}

@media (min-width: 999px) and (max-width: 1200px) {
    .promotion-popup-top-wrp {
        margin-top: -8%;
    }
}