﻿.basket-button-wrapper {
    display:none;
    align-self:flex-end;
    justify-self:center;
}
.basket-button-wrapper.show-basket{
    display: block;
}
@media (max-width: 991.98px) {
    .basket-button-wrapper.show-basket {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .basket-button-wrapper {
        position: fixed;
        bottom: 70px;
        right: 20px;
        left: unset;
        z-index: 1;
    }
}
@media (max-width: 767.98px) {}
@media (max-width: 575.98px) {}
.basket-button-wrapper:hover{
    cursor:pointer;
}
.basket-button-container {
    display: flex;
    flex-wrap: nowrap;
    /*background-color: #1979FF;*/
    background-color: #fff;
    padding: 0.5263vw 1.0526vw;
    border-radius: 50px;
    /*color: #fff;*/
    color: #1979FF;
    align-items: center;
    border: 1px solid #1979FF;
}
.basket-button-container:hover{
    background-color: #1979FF;
    color: #fff;
}
.basket-button-container:hover .basket-icon{
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.2078 4.24815C28.8793 4.24815 29.5506 4.8853 29.3588 5.52245L26.1935 15.7169H13.5327C12.6694 15.7169 11.9981 16.354 11.9981 17.0975C11.9981 17.8409 12.6696 18.4781 13.5327 18.4781H24.0832H24.275C25.6178 18.4781 26.7688 19.6463 26.7688 21.239C26.7688 22.7257 25.6178 24 24.275 24C22.8362 24 21.7813 22.7257 21.7813 21.239C21.7813 20.9203 21.7813 20.7079 21.8773 20.3895H13.8204C13.9164 20.7082 13.9164 20.9206 13.9164 21.239C13.9164 22.7257 12.7654 24 11.4226 24C10.0798 24 8.92886 22.7257 8.92886 21.239C8.92886 20.1771 9.40854 19.2213 10.1758 18.7965L5.37991 2.65489H1.83096C0.200307 2.65489 0.200307 0 1.83096 0H6.8187C7.586 0 7.77782 0.637152 7.96968 1.2743L8.9288 4.24764H28.2081L28.2078 4.24815Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1399.98px) {
    .basket-button-container {
        padding: 0.5263vw 1.0526vw;
    }
}
@media (max-width: 1199.98px) {
    .basket-button-container {
        /*padding: 0.3684vw 0.8947vw;*/
        padding: 0.5263vw 1.0526vw;
    }
}
@media (max-width: 991.98px) {
    .basket-button-container {
        padding: 10px 25px;
    }
}
.basket-icon {
    margin-right: 7px;
    width: 1.5263vw;
    height: 1.2631vw;
    /*background-image: url("../../img/basket.png");*/
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.2078 4.24815C28.8793 4.24815 29.5506 4.8853 29.3588 5.52245L26.1935 15.7169H13.5327C12.6694 15.7169 11.9981 16.354 11.9981 17.0975C11.9981 17.8409 12.6696 18.4781 13.5327 18.4781H24.0832H24.275C25.6178 18.4781 26.7688 19.6463 26.7688 21.239C26.7688 22.7257 25.6178 24 24.275 24C22.8362 24 21.7813 22.7257 21.7813 21.239C21.7813 20.9203 21.7813 20.7079 21.8773 20.3895H13.8204C13.9164 20.7082 13.9164 20.9206 13.9164 21.239C13.9164 22.7257 12.7654 24 11.4226 24C10.0798 24 8.92886 22.7257 8.92886 21.239C8.92886 20.1771 9.40854 19.2213 10.1758 18.7965L5.37991 2.65489H1.83096C0.200307 2.65489 0.200307 0 1.83096 0H6.8187C7.586 0 7.77782 0.637152 7.96968 1.2743L8.9288 4.24764H28.2081L28.2078 4.24815Z' fill='%231979FF'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: cover; 
    color:#fff;
}
@media (max-width: 991.98px) {
    .basket-icon {
        width: 29px;
        height: 24px;
    }
}
.basket-button-cross-icon{
    margin-right: 7px;
}
.basket-button-cross-icon, .basket-button-count{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.1111rem;
}
@media (max-width: 1399.98px) {
    .basket-button-cross-icon, .basket-button-count{
        font-size: 1.0625rem;
        line-height: 1.125rem;
    }
}
@media (max-width: 1199.98px) {
    .basket-button-cross-icon, .basket-button-count {
        font-size: 0.9375rem;
        line-height: 0.9375rem;
    }
}
@media (max-width: 991.98px) {
    .basket-button-cross-icon, .basket-button-count {
        font-size: 1.125rem;
        line-height: 1.1111rem;
    }
}
@media (max-width: 767.98px) {
    /*.basket-button-cross-icon, .basket-button-count {
        font-size: 14;
        line-height: 14;
    }*/
}
@media (max-width: 575.98px) {}
.acc-link:hover {
    cursor: pointer;
}