﻿/*.sepetUrunAdedi {
    position: relative;
    position: absolute;
    right: 28%;
    bottom: 70%;
    position: relative;
    font-size: 81%;
    font-weight: bold;
    padding: 0.6em;
    border-radius: 999px;
    line-height: 1.75em;
    color: $shopping-cart-red;
    text-align: center;
    min-width: 1em;
    background: #eef1f6;
    border-style: solid;
}*/

/*#mini-cart:hover ul.dropdown-menu {
    display: block;
}*/

.addProductMiniBasket {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
}

.addProductMiniBasketIcon {
    position: relative;
}

.successAddingProductIcon {
    position: absolute;
    top: -.5rem;
    right: -0.5rem;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3baa07;
    border: 2px solid #f9fafb;
    border-radius: 50px;
    font-size: 10px;
    color: #fff;
}

.addProductMiniBasketIconArea {
    width: max-content;
    padding: 1rem;
    margin: auto;
    background-color: #f9fafb;
    border-radius: 50px;
}

.addProductMiniBasketTitle {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: 12px;
}

.addProductMiniBasketDescription {
    color: #475467;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 8px;
}

.addProductMiniBasketPayButton {
    margin-top: 32px;
}

    .addProductMiniBasketPayButton button, .addProductMiniBasketPayButton a {
        background-color: #061975;
        border: 1px solid #061975;
        border-radius: 6px;
        padding: 12px 24px;
        width: 100%;
        color: #fff!important;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        text-decoration: none;
    }

    .addProductMiniBasketPayButton button {
        background-color: #061975;
        border: 1px solid #061975;
        border-radius: 6px;
        padding: 12px 24px;
        width: 100%;
        color: #fff;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
    }

.addProductMiniBasketContinue {
    margin-top: 12px;
}

.addProductMiniBasketPayButton button i {
    font-size: 13px;
}

.addProductMiniBasketContinue button {
    background-color: #F2F4F7;
    border: 1px solid #F2F4F7;
    padding: 12px 24px;
    width: 100%;
    color: #344054;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.21px;
    border-radius: 6px;
}