﻿/*#region Sticky Add to Cart bar*/
.sticky-add-to-cart-root {
    background: #f8f6f7;
    position: fixed;
    left: 0;
    top: 84px;
    z-index: 100;
    width: 100%;
    z-index: 7;
    display: none;
}

.container-sticky {
    width: 90%;
    margin: 0 auto;
}

.sticky-add-to-cart-container {
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sticky-add-to-cart-left {
    display: flex;
    padding: 12px 8px;
}

.sticky-add-to-cart-brand {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color:#000;
}

.sticky-add-to-cart-product-name {
    line-height: 22px;
    font-weight: 400;
    font-family:Arial;
    color:#000;
}
/*Fiyat button alanı*/
.sticky-add-to-cart-right {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.product-price-root {
    color: #2b2b38;
}

.product-price-priceContainer {
    display: flex;
    flex-direction: column;
    width: 130px;
}

    .product-price-priceContainer .product-price-disCountContainer {
        display: flex;
        align-items: center;
        text-decoration: line-through;
        color: #a0aab2;
    }

    .product-price-priceContainer .product-price-checkPrice {
        display: flex;
        align-items: center;
        margin-top: 4px;
    }

.login-button-box {
    height: 50px;
    width: 100%;
    background-color: #2b2b38;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 24px;
    cursor: pointer;
}

.sticky-add-to-cart-desktopStickyAddToCartButton {
    background-color: #2b2b38;
    border-color: #2b2b38;
    color: #fff;
    padding: 15px 40px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    border-radius: 0px;
    margin: 0 27px 0 23px;
    text-decoration: none;
    outline: none;
}

    .sticky-add-to-cart-desktopStickyAddToCartButton:hover {
        background-color: #2b2b38;
        border-color: #2b2b38;
        color: #fff;
    }
    .sticky-add-to-cart-desktopStickyAddToCartButton:not(:disabled):not(.disabled):active:focus,
    .sticky-add-to-cart-desktopStickyAddToCartButton:not(:disabled):not(.disabled).active:focus,
    .show > .sticky-add-to-cart-desktopStickyAddToCartButton.dropdown-toggle:focus,
    .sticky-add-to-cart-desktopStickyAddToCartButton:not(:disabled):not(.disabled):active,
    .sticky-add-to-cart-desktopStickyAddToCartButton:not(:disabled):not(.disabled).active,
    .show > .sticky-add-to-cart-desktopStickyAddToCartButton.dropdown-toggle {
        background-color: #2b2b38;
        border-color: #2b2b38;
        color: #fff;
        box-shadow: none !important;
    }

.login-button-boxTxt {
    color: #fff;
    font-family: Jost,sans-serif;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: .02em;
    font-size: 16px;
}

.sticky-add-to-cart-favorite {
    margin-top: 0px;
    margin-right: 2px;
}

.favourite-counter-root {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.favorite-favButton {
    position: relative;
    width: 25px;
    height: 18px;
}

.favourite-counter-iconWrapper {
    z-index: 1;
    width: 21px;
    height: 21px;
    padding: 0;
}

.favourite-counter-iconWrapper {
    width: 27px;
    height: 24px;
}

.favourite-counter-counterText {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .02em;
    color: #2b2b38;
    margin-top: 12px;
}

.sticky-add-to-cart-favorite [class*=counterText] {
    margin-top: 7px;
}

.favourite-button-container-sticky {
    height: 25px;
    width: 25px;
}

    .favourite-button-container-sticky .favourite-button-sticky-unsubscribed {
        background-image: url('../images/fav-button-new.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: inherit;
        width: 100%;
    }

    .favourite-button-container-sticky .favourite-button-sticky-subscribed {
        background-image: url('../images/fav-button-selected-new.png');
        background-repeat: no-repeat;
        background-size: cover;
        width: inherit;
        height: inherit;
    }
/*#endregion Sticky Add to Cart bar*/
