﻿
.notyf__toast, .notyf__ripple {
    background-color: #146c43 !important;
}
.mobile-header-top
{
    display: none;
}

.mobile-header-menu-button {
    padding: 6px 3px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #475467;
}

.mobile-header-buttons {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: end;
}
.mobile-header-top .mobile-header-left, .mobile-header-top .mobile-header-right {
    width: 100%;
}

.mobile-header-top .mobile-header-center {
    width: max-content;
}

.mobile-header-buttons .mobile-header-user-button {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mobile-header-buttons .mobile-header-basket-button
    {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .mobile-header-buttons .mobile-header-basket-button span {
            position: absolute;
            top: -5px;
            right: -5px;
            width: 16px;
            height: 16px;
            background: #E51D1D;
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            line-height: 11px;
            font-family: 'Poppins';
            color: #fff;
        }


.mobile-sidenav {
    position: fixed;
    top: 64px;
    width: 100%;
    z-index: 5;
    background: #D0121C;
    height: calc(100% - 64px);
    left: -100%;
    transition: .4s;
}

.mobile-sidenav.open
{
    left: 0;
    transition: .4s;
}

.mobile-sidenav-top {
    padding: 80px 20px;
    padding-bottom: 20px;
    height: calc(100% - 96px);
    overflow: hidden;
    overflow-y: auto;
}

    .mobile-sidenav-top ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .mobile-sidenav-top ul li {
        padding: 24px 0;
        border-bottom: 1px solid #FFFFFF33;
    }

        .mobile-sidenav-top ul li a {
             
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            text-align: center;
            color: #FFFFFF;
            text-decoration: none;
        }

        .mobile-sidenav-top ul li:last-child {
            border: none;
        }

.sidenav-red-always-sliding-tagline {
    background: #D0121C;
    padding: 8px 0;
}

.sidenav-white-always-sliding-tagline {
    background: #F6F6F6;
    padding: 8px 0;
}

.sidenav-red-always-sliding-tagline .sliding-tagline {
    display: flex;
    align-items: center;
    column-gap: 48px;
    font-family: 'Baloo Paaji 2';
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 0 24px;
}

.sidenav-reverse-always-sliding-tagline {
    direction: rtl; /* Dışarıdan manuel olarak rtl yönünü uygula */
}

    .sidenav-reverse-always-sliding-tagline .slick-track {
        display: flex !important; /* Kayma yönünü düzgün tutmak için */
    }

    .sidenav-reverse-always-sliding-tagline .slick-slide {
        float: right; /* Ters kaymayı sağlamak için */
    }

    .sidenav-reverse-always-sliding-tagline .sliding-tagline-title {
        direction: ltr;
        color: #D0121C;
    }

.sidenav-white-always-sliding-tagline .sliding-tagline {
    display: flex;
    align-items: center;
    column-gap: 48px;
    font-family: 'Baloo Paaji 2';
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 0 24px;
}



        .header-top {
            background: #D0121C;
            display: flex;
            justify-content: center;
            padding: 10px 38px;
            align-items: center;
        }

.header-top-description {
    text-align: center;
     
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    letter-spacing: 1.7330000400543213px;
}

.header-top-selectors {
    display: flex;
    align-items: center;
    column-gap: 40px;
    justify-content: end;
}

.header-top > div {
    width: 100%;
}

.header-top-language-selector .dropdown button, .header-top-currency-selector .dropdown button {
     
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #fff !important;
    padding: 0;
    margin: 0;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.header-top-language-selector .dropdown .dropdown-menu, .header-top-currency-selector .dropdown .dropdown-menu {
    display: block;
    padding-top: 20px;
    margin-top: -10px;
    background: none;
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    transform: translate(0px, 20px);
    right: 0;
    min-width: max-content;
    max-width: max-content;
    width: max-content;
}

.header-top-language-selector .dropdown:hover .dropdown-menu, .header-top-currency-selector .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: .4s;
    transform: translate(0px, 0px);
}

.header-top-language-selector .dropdown .dropdown-menu ul, .header-top-currency-selector .dropdown .dropdown-menu ul {
    padding: 10px 0;
    margin: 0;
    background: #ffffff;
    box-shadow: 0 0px 6px 2px #0000000f;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

    .header-top-language-selector .dropdown .dropdown-menu ul li a, .header-top-currency-selector .dropdown .dropdown-menu ul li a {
         
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        color: #646464;
        background-color: transparent;
        transition: .4s;
    }

        .header-top-language-selector .dropdown .dropdown-menu ul li a:hover, .header-top-currency-selector .dropdown .dropdown-menu ul li a:hover {
            color: #d0121c;
            transition: .4s;
        }



.sticky-header-bottom {
    position: sticky;
    top: 0;
    z-index: 4;
}

.header-bottom {
    display: flex;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 20px 38px;
    position: relative;
}

.header-bottom > div
{
    width: 100%;
}

.header-bottom-page-link-area ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 36px;
    list-style-type: none;
}

    .header-bottom-page-link-area ul li a {
         
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #626262;
        text-decoration: none;
    }


        .header-bottom-page-link-area ul li a.active {
            color: #151515;
        }

.header-bottom-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content !important;
}

.header-bottom-button-area {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 20px;
}

    .header-bottom-button-area .header-bottom-search-button, .header-bottom-button-area .header-bottom-user-button, .header-bottom-button-area .header-bottom-basket-button {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.header-bottom-user-button {
    position: relative;
}

.profile-dropdown {
    right: 0;
    position: absolute;
    top: 32px;
    width: max-content;
    padding-top: 23px;
    transform: translate(0px, 20px);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.header-bottom-user-button:hover .profile-dropdown
{
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.profile-dropdown ul {
    background: #fff;
    list-style: none;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0px 6px 6px 0px #0000000f;
}

        .profile-dropdown ul li a {
            font-family: 'Baloo Paaji 2';
            text-decoration: none;
            color: #626262;
            font-size: 16px;
            line-height: 24px;
        }

.header-bottom-search-button button {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
}

    .header-bottom-button-area .header-bottom-basket-button {
        position: relative;
    }

        .header-bottom-button-area .header-bottom-basket-button button {
            padding: 0;
            border: none;
            outline: none;
            box-shadow: none;
            background: none;
        }

        .header-bottom-button-area .header-bottom-basket-button .header-bottom-basket-count {
            position: absolute;
            top: -5px;
            right: -5px;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: red;
            border-radius: 50px;
            font-size: 12px;
            line-height: 12px;
            color: #fff;
             
            pointer-events: none;
            cursor: pointer;
        }


.mobile-fixed-bottom-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    background: #fff;
    padding: 12px 20px;
    border-top: 1px solid #E6EBF1;
    display: none;
}

    .mobile-fixed-bottom-navigation .mobile-fixed-navigation-item-list ul {
        margin: 0;
        padding: 0;
        display: grid;
        justify-content: space-between;
        list-style-type: none;
        grid-template-columns: repeat(4, 1fr);
    }

        .mobile-fixed-bottom-navigation .mobile-fixed-navigation-item-list ul li a, .mobile-fixed-bottom-navigation .mobile-fixed-navigation-item-list ul li button {
            border: none;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
             
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
            text-align: center;
            color: #939393;
            text-decoration: none;
            width: 100%;
            box-shadow: none;
            outline: none;
            background: none;
        }


            .mobile-fixed-bottom-navigation .mobile-fixed-navigation-item-list ul li a.active, .mobile-fixed-bottom-navigation .mobile-fixed-navigation-item-list ul li button.active {
                color: #d0121c;
            }

                .mobile-fixed-bottom-navigation .mobile-fixed-navigation-item-list ul li a.active svg path, .mobile-fixed-bottom-navigation .mobile-fixed-navigation-item-list ul li button.active svg path {
                    stroke: #d0121c;
                }

            .mobile-fixed-bottom-navigation .mobile-fixed-navigation-item-list ul li a .mobile-fixed-navigation-list-item-icon, .mobile-fixed-bottom-navigation .mobile-fixed-navigation-item-list ul li button .mobile-fixed-navigation-list-item-icon {
                position: relative;
            }

span.mobile-shopping-cart-count {
    position: absolute;
    top: -8px;
    right: -12px;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
}


/*Tagline Slider*/

.red-always-sliding-tagline {
    background: #D0121C;
    padding: 16px 0;
}

.sliding-tagline {
    display: flex;
    align-items: center;
    column-gap: 48px;
    font-family: 'Baloo Paaji 2';
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 0 24px;
}

.white-always-sliding-tagline {
    background: #F6F6F6;
    padding: 16px 0;
}


.reverse-always-sliding-tagline {
    direction: rtl; /* Dışarıdan manuel olarak rtl yönünü uygula */
}

    .reverse-always-sliding-tagline .slick-track {
        display: flex !important; /* Kayma yönünü düzgün tutmak için */
    }

    .reverse-always-sliding-tagline .slick-slide {
        float: right; /* Ters kaymayı sağlamak için */
    }

    .reverse-always-sliding-tagline .sliding-tagline-title {
        direction: ltr;
        color: #D0121C;
    }



/*Footer*/

footer {
    background: #F6F6F6;
    padding-top: 60px;
}

.footer-logo-and-description {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer-description {
     
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #626262;
}

.footer-navigation {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

    .footer-navigation .footer-navigation-title {
         
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        color: #444444;
    }

    .footer-navigation ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        list-style-type: none;
    }

        .footer-navigation ul li a {
             
            font-size: 14px;
            font-weight: 400;
            line-height: 21px;
            text-align: left;
            color: #444444;
            text-decoration: none;
        }

.footer-contact-area {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    align-items: end;
}

.footer-social-media ul {
    display: flex;
    align-items: center;
    column-gap: 24px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .footer-social-media ul li a {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #151515;
        color: #fff;
        border-radius: 50px;
        font-size: 16px;
        line-height: 24px;
        text-decoration: none;
    }

.footer-whatsapp-area {
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 27px;
}

.footer-whatsapp-area-title {
     
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #D0121C;
    text-align: end;
}

.footer-whatsapp-button a {
    background: #0cc143;
    border-radius: 50px;
     
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff;
    column-gap: 12px;
    text-decoration: none;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer-whatsapp-button a i {
        font-size: 24px;
    }

.footer-top {
    padding-bottom: 80px;
    position: relative;
}

    .footer-top > .container
    {
        position: relative;
        z-index: 1;
    }

    .footer-top-transculent-text {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0px);
        max-width: max-content;
        width: 100%;
        pointer-events: none;
    }

.footer-bottom-copyright-and-argede-logo {
    display: flex;
    align-items: center;
    padding: 24px 0;
    justify-content: space-between;
    column-gap: 24px;
    border-top: 1px solid #E8E8E8;
}

.footer-bottom-copyright {
     
    font-size: 13.35px;
    font-weight: 400;
    line-height: 20.03px;
    text-align: center;
    color: #151515;
}

    .footer-bottom-copyright a {
        text-decoration: none;
        color: #151515;
        font-weight: 500;
    }

.footer-newsletter {
    background: #D0121C;
    padding: 24px 0;
}

.newsletter-text {
    font-family: "Baloo Paaji 2";
    font-size: 24px;
    font-weight: 700;
    line-height: 37.78px;
    text-align: left;
    color: #FFFFFF;
}

.newsletter-input-and-button {
    display: flex;
    align-items: center;
    width: 100%;
    background: #FFFFFF;
    padding: 1px;
    border-radius: 50px;
    overflow: hidden;
}

    .newsletter-input-and-button .newsletter-input {
        width: 100%;
    }

        .newsletter-input-and-button .newsletter-input input {
            width: 100%;
            height: 52px;
            border: none;
            padding: 0 20px;
            border: none !important;
            box-shadow: none !important;
            outline: none !important;
        }

.newsletter-button button {
     
    font-size: 16px;
    font-weight: 500;
    line-height: 23.89px;
    text-align: center;
    color: #FFFFFF;
    background: #151515;
    border: 1px solid #151515;
    width: max-content;
    height: 52px;
    padding: 6px 32px;
    border-radius: 50px;
}



/*Sepet*/

.cart-summary {
    --bs-offcanvas-width: 550px;
    border-top-left-radius: 24px;
    --bs-offcanvas-height: 100%!important;
    min-height: 100%!important;
    max-height: 100%!important;
}

.basket-offcanvas-header {
    padding: 0 42px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

    .basket-offcanvas-header .basket-offcanvas-close-button {
        width: max-content;
        max-width: 100%;
        display: flex;
        align-items: center;
        column-gap: 10px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #444444;
        background: none;
        outline: none;
        box-shadow: none;
        border: none;
    }

        .basket-offcanvas-header .basket-offcanvas-close-button i {
            color: #fed700;
        }

    .basket-offcanvas-header .basket-offcanvas-title {
        padding-bottom: 35px;
        border-bottom: 1px solid #E8E8E8;
        font-size: 36px;
        font-weight: 700;
        line-height: 46px;
        text-align: left;
        color: #000;
    }

.basket-offcanvas-body {
    height: calc(100% - 170px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.basket-product {
    display: flex;
    column-gap: 24px;
    align-items: center;
}

    .basket-product .basket-product-image, .basket-product .basket-product-image img {
        aspect-ratio: 1/1;
        object-fit: contain;
        width: 148px;
        min-width: 148px;
    }

    .basket-product .basket-product-image {
        background: #F6F6F6;
        border: 1px solid #E8E8E8;
        border-radius: 12px;
        position: relative;
    }

.basket-product-properties {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.basket-offcanvas-product-list {
    padding: 35px 42px;
    display: flex;
    flex-direction: column;
    row-gap: 35px;
    overflow: hidden;
    overflow-y: auto;
}

/* width */
    .basket-offcanvas-product-list::-webkit-scrollbar {
        width: 10px;
    }

/* Track */
    .basket-offcanvas-product-list::-webkit-scrollbar-track {
        background: #F6F6F6;
    }

/* Handle */
    .basket-offcanvas-product-list::-webkit-scrollbar-thumb {
        background: #D0121C;
        border-radius: 50px;
    }

    /* Handle on hover */
        .basket-offcanvas-product-list::-webkit-scrollbar-thumb:hover {
            background: #D0121C;
        }

.basket-product-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}

.basket-product-category {
    font-family: 'Baloo Paaji 2';
    font-size: 14px;
    font-weight: 700;
    line-height: 22.04px;
    text-align: left;
    color: #939393;
}

.basket-product-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1A1A1A;
}

.basket-product-price-and-count-area {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.basket-product-count-and-remove {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.basket-product-qty-input {
    padding: 6px;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

    .basket-product-qty-input input {
        max-width: 40px;
        text-align: center;
        border: none;
        outline: none;
        box-shadow: none;
         
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        color: #444444;
    }

        .basket-product-qty-input input::-webkit-outer-spin-button,
        .basket-product-qty-input input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .basket-product-qty-input button {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        box-shadow: none;
        outline: none;
        color: #939393;
    }

.basket-product-remove button {
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 20px;
    color: #D0121C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket-product-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 24.99px;
    letter-spacing: 0.2939999997615814px;
    text-align: left;
    color: #E51D1D;
}

    .basket-product-price .currency-swap {
        justify-content: start;
    }

.basket-offcanvas-footer {
    padding: 40px 42px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    background: #F6F6F6;
    box-shadow: 0px -9px 31.7px 0px #87878740;
}

.basket-offcanvas-footer-text-and-total-price-area {
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
}

.basket-offcanvas-footer-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
    color: #151515;
}
.basket-offcanvas-footer-description {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #626262;
}

.basket-offcanvas-footer-total-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: right;
    color: #151515;
}

.basket-offcanvas-footer-buttons {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

    .basket-offcanvas-footer-buttons .view-cart-button {
        background: #fff;
        border: 1px solid #E8E8E8;
         
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
        color: #151515;
        padding: 16px 24px;
        width: 100%;
        text-decoration: none;
        border-radius: 50px;
    }

    .basket-offcanvas-footer-buttons .complete-shopping-button {
        font-size: 16px;
        font-weight: 600;
        line-height: 23.89px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #000000;
        background: #fed700;
        border: 1px solid #fed700;
        padding: 16px 24px;
        width: 100%;
        border-radius: 50px;
        text-decoration: none;
    }

.basket-product-mobile-price
{
    display: none;
}
.basket-product-mobile-remove-button
{
    display: none;
}

.offcanvas-backdrop
{
    background-color: transparent;
}

    .offcanvas-backdrop.show {
        opacity: 1;
        background-color: #d1d1d1d1;
    }

.header-search-area {
    position: absolute;
    top: 120px;
    width: 700px !important;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 1;
    background: #fff;
    padding: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 2;
    transition: .4s;
}

.header-search-area.show {
    transform: translate(-50%, 0);
    transition: .4s;
}

.header-search {
    position: relative;
}

    .header-search input {
        width: 100%;
        padding: 14px 24px;
        border-radius: 50px;
        border: 1px solid #E8E8E8;
        padding-left: 50px;
        padding-right: 120px;
        box-shadow: none;
        outline: none;
    }

    .header-search i {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translate(0, -50%);
        color: #d0121c;
    }

.search-area-button {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0px, -50%);
    border: 1px solid #d0121c;
    background: #d0121c;
    color: #fff;
    font-family: 'Baloo Paaji 2';
    font-weight: 600;
    padding: 6px 32px;
    border-radius: 20px;
}

.header-search-result {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

    .header-search-result a {
        padding: 4px 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: 'Baloo Paaji 2';
        text-decoration: none;
        color: #323232;
        font-weight: 500;
    }

        .header-search-result a span {
            color: #747474;
        }

            .header-search-result a span.search-brand {
                color: #d0121c;
            }

            .header-search-result a span.search-category {
                color: #d0121c;
            }

        .header-search-result a:first-child {
            margin-top: 1rem;
        }

        .header-search-result a:last-child {
            margin-bottom: 1rem;
        }


.cart-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
}

.cart-empty-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
    border-radius: 50px;
}

.cart-empty-text {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.cart-empty-title {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #121212;
}

.cart-empty-description {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}


.swal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .swal-footer button, .swal-footer button:hover, .swal-footer button:focus, .swal-footer button:focus-visible, .swal-footer button:active {
        background: #fed700 !important;
        border: 1px solid #fed700 !important;
        padding: 14px 36px;
        box-shadow: none;
        outline: none;
        background-color: #fed700 !important;
    }


/*Breadcrumb*/

.default-breadcrumb {
    display: flex;
    align-items: center;
    background: #F6F6F6;
    padding: 10px 38px;
    column-gap: 8px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.default-breadcrumb::-webkit-scrollbar {
    display: none;
}

.default-breadcrumb-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.default-breadcrumb .default-breadcrumb-item a, .default-breadcrumb .default-breadcrumb-item span {
    color: #626262;
     
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    text-decoration: none;
    display: block;
}

.default-breadcrumb .default-breadcrumb-item i {
    color: #626262;
    font-size: 11px;
}


@media only screen and (max-width: 1199px) {
    .desktop-header {
        display: none;
    }
    .mobile-header-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 20px;
        position: relative;
        z-index: 6;
        background: #fff;
    }

    .mobile-fixed-bottom-navigation
    {
        display: block;
    }

    .cookie-popup {
        bottom: 100px;
    }

    .header-search-area {
        top: 70px;
        z-index: 6;
    }

    .mobile-header-right {
        display: flex;
        justify-content: end;
    }

    .mobile-header-search-button {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        box-shadow: none;
        outline: none;
    }

    .newsletter-button button {
        font-size: 16px;
        line-height: 23.89px;
        height: 46px;
    }

    .newsletter-input-and-button .newsletter-input input {
        height: 46px;
    }

    .newsletter-text {
        font-size: 22px;
        line-height: 30.78px;
    }

    .footer-whatsapp-area-title {
        font-size: 18px;
        line-height: 28px;
    }

    .red-always-sliding-tagline {
        padding: 12px 0;
    }

    .sliding-tagline {
        font-size: 20px;
    }

}

@media only screen and (max-width: 991px)
{
    .newsletter-text {
        font-size: 20px;
        line-height: 30px;
    }

    .footer-contact-area {
        align-items: start;
    }

    .footer-whatsapp-area {
        align-items: start;
    }

    .footer-whatsapp-area-title {
        text-align: start;
    }


    .basket-offcanvas-header {
        padding: 0 42px;
        padding-top: 42px;
    }

        .basket-offcanvas-header .basket-offcanvas-title {
            padding-bottom: 24px;
        }

    .basket-offcanvas-body {
        height: calc(100% - 151px);
    }

    .basket-product {
        display: flex;
        column-gap: 12px;
        align-items: center;
        padding-right: 16px;
    }

    .basket-product-properties {
        display: flex;
        flex-direction: column;
        row-gap: 12px;
    }
}

@media only screen and (max-width: 767px)
{
    .header-search-area {
        width: 100% !important;
    }

    .footer-bottom-copyright-and-argede-logo {
        flex-direction: column;
        row-gap: 24px;
    }

    .newsletter-text {
        font-size: 18px;
        line-height: 28px;
    }

    .sliding-tagline {
        font-size: 17px;
    }

    .mobile-fixed-bottom-navigation .mobile-fixed-navigation-item-list ul li a, .mobile-fixed-bottom-navigation .mobile-fixed-navigation-item-list ul li button {
        font-size: 12px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 550px)
{
    .cart-summary {
        border-top-left-radius: 0;
    }

    .basket-offcanvas-header {
        padding: 0 20px;
        padding-top: 42px;
    }
    .basket-offcanvas-body {
        height: calc(100% - 125px);
    }


    .basket-offcanvas-footer {
        padding: 40px 20px;
    }

    .basket-product-text-section {
        display: flex;
        column-gap: 24px;
    }

    .basket-product-mobile-price {
        display: block;
        font-family: 'Baloo Paaji 2';
        font-size: 18px;
        font-weight: 600;
        line-height: 24.99px;
        letter-spacing: 0.2939999997615814px;
        color: #E51D1D;
    }
    .basket-product-price
    {
        display: none;
    }
    .basket-product-mobile-remove-button {
        display: block;
        position: absolute;
        top: -6px;
        right: -6px;
    }
        .basket-product-mobile-remove-button button {
            background: none;
            border: none;
            width: 28px;
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 16px;
            background: #ff1c28;
            border-radius: 50px;
        }
    .basket-product-remove
    {
        display: none;
    }

    .basket-product-count-and-remove
    {
        justify-content: space-between;
    }

    .basket-product .basket-product-image, .basket-product .basket-product-image img {
        aspect-ratio: 1/1;
        object-fit: contain;
        width: 120px;
        min-width: 120px;
    }

    .basket-product-category {
        display: none;
    }
    .basket-product-qty-input {
        padding: 6px 0px;
        border: none;
    }

    .basket-offcanvas-header {
        padding: 0 20px;
        padding-top: 24px;
    }

        .basket-offcanvas-header .basket-offcanvas-title {
            padding-bottom: 35px;
            font-size: 28px;
            line-height: 38px;
        }

        .basket-offcanvas-header .basket-offcanvas-title {
            padding-bottom: 24px;
            font-size: 28px;
            line-height: 38px;
        }

    .basket-offcanvas-product-list .basket-product {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #E8E8E8;
    }

    .basket-offcanvas-product-list .basket-product:last-child
    {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .basket-offcanvas-product-list {
        row-gap: 0;
        padding: 35px 20px;
    }


}

@media only screen and (max-width: 475px)
{
    .basket-product-title {
         
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: #1A1A1A;
    }

    .mobile-fixed-bottom-navigation {
        padding: 12px 4px;
    }

    .basket-offcanvas-footer-buttons .view-cart-button {
        font-size: 14px;
        line-height: 24px;
        padding: 16px 12px;
    }

    .basket-offcanvas-footer-buttons .complete-shopping-button {
        font-size: 14px;
        line-height: 24px;
        padding: 16px 12px;
    }

    .basket-offcanvas-header .basket-offcanvas-close-button {
        font-size: 14px;
        line-height: 24px;
    }

    .basket-offcanvas-header .basket-offcanvas-title {
        font-size: 26px;
        line-height: 36px;
    }

    .basket-offcanvas-footer-title {
        font-size: 22px;
        line-height: 32px;
    }

    .basket-offcanvas-footer-description {
        font-size: 12px;
        line-height: 22px;
    }

    .basket-offcanvas-footer {
        padding: 40px 20px;
        row-gap: 24px;
    }

    .basket-offcanvas-footer-total-price {
        font-size: 22px;
        line-height: 32px;
    }

    .basket-offcanvas-body {
        height: calc(100% - 123px);
    }


    .cookie-popup {
        left: 10px;
        bottom: 100px;
        right: 20px;
        width: calc(100% - 20px);
    }

}

@media only screen and (max-width: 390px)
{
    .basket-offcanvas-footer-buttons .view-cart-button {
        font-size: 13px;
        line-height: 23px;
        padding: 12px 10px;
    }

    .basket-offcanvas-footer-buttons .complete-shopping-button {
        font-size: 13px;
        line-height: 23px;
        padding: 12px 10px;
    }

}

@media only screen and (max-width: 375px)
{
    .basket-product-title {
         
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #1A1A1A;
    }

    .basket-product .basket-product-image, .basket-product .basket-product-image img {
        aspect-ratio: 1/1;
        object-fit: contain;
        width: 90px;
        min-width: 90px;
    }

    .basket-product-text-section {
        display: flex;
        column-gap: 0px;
    }

    .basket-product-qty-input {
        padding: 0px;
        border: none;
        border-radius: 12px;
        display: flex;
        align-items: center;
    }

        .basket-product-qty-input button {
            width: 20px;
            height: 20px;
        }

        .basket-product-qty-input input {
            max-width: 36px;
            text-align: center;
            border: none;
            outline: none;
            box-shadow: none;
             
            font-size: 13px;
            font-weight: 400;
            line-height: 24px;
            text-align: center;
            color: #444444;
        }

    .basket-product-mobile-price {
        display: block;
        font-family: 'Baloo Paaji 2';
        font-size: 16px;
        font-weight: 600;
        line-height: 24.99px;
        letter-spacing: 0.2939999997615814px;
        color: #E51D1D;
    }

    

    .basket-offcanvas-product-list::-webkit-scrollbar {
        width: 6px;
    }

    .basket-product-mobile-remove-button button {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }

    .basket-offcanvas-footer-buttons {
        display: flex;
        align-items: center;
        column-gap: 12px;
    }
}

@media only screen and (max-width: 350px)
{
    .basket-offcanvas-footer-buttons .view-cart-button {
        font-size: 12px;
        line-height: 22px;
        padding: 12px 4px;
    }

    .basket-offcanvas-footer-buttons .complete-shopping-button {
        font-size: 12px;
        line-height: 22px;
        padding: 12px 4px;
    }

}