.product-basket {
    position: fixed;
    display: none;
    right: 0;
    top: 185px;
    border: 1px solid transparent;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    gap: 20px;
    padding-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    -webkit-transition: background-color 0.4s ease, color 0.6s ease, max-width 0.4s ease, -webkit-transform 0.6s ease, border 0.4s ease;
    transition: transform 0.6s ease, color 0.6s ease, background-color 0.4s ease, max-width 0.4s ease, border 0.4s ease, scale 0.4s ease;
}

@media (max-width: 1100px) {
    .product-basket {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .product-basket {
        right: 0;
    }
}

.product-basket.active {
    display: flex;
    /*-webkit-transform: translate3d(274px, 0, 0);*/
    /*-ms-transform: translate3d(274px, 0, 0);*/
    /*transform: translate3d(274px, 0, 0);*/
    /*transition: transform 0.5s;*/
}

.product-basket.notification {
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*-ms-transform: translate3d(0, 0, 0);*/
    /*transform: translate3d(0, 0, 0);*/
    /*background-color: #ffffff;*/
}

.product-basket:hover {
    color: var(--primary-color);
}
.product-basket.notification .product-basket__btn {
    background-color: var(--secondary-color);

}
/*.product-basket.notification .product-basket__add-text {*/
/*    color: var(--secondary-color);*/

/*}*/



.notification .product-basket__btn::after,
.notification .product-basket__btn::before {
    content: '';
    position: absolute;
    border: 2px solid var(--secondary-color);
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2s ease infinite;
}

.notification .product-basket__btn::after {
    animation-delay: 1s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.product-basket__btn {
    /*border: 1px solid var(--primary-color);*/
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--primary-color);
    position: relative;
    right: 0;

    /*top: 92px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    /*gap: 16px;*/
    /*transform: translateX(-274px);*/
    transition: scale 0.5s, background-color 0.5s;

}

.product-basket__btn-icon {
    width: 45px;
    height: 45px;
}

.product-basket__btn-count {
    color: #ffffff;
    font-weight: 500;
    /*border-radius: 50%;*/
    /*border: 1px solid var(--primary-color);*/
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-basket__btn:hover {
scale: 1.5;
    /*    background-color: rgba(209, 209, 209, 0.4);*/
}

/*.product-basket__add-text {*/
/*    color: transparent;*/
/*}*/

/*.product-basket__btn-inner {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    flex-direction: row-reverse;*/
/*    background-color: var(--primary-color);*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/

/*}*/

/*.product-basket__add-text {*/
/*	color: white;*/
/*	rotate: 180deg;*/
/*	width: 100%;*/
/*  padding: 16px 15px;*/
/*}*/
/*@media (max-width: 550px) {*/
/*    .product-basket__btn {*/
/*        left: 0;*/
/*        top: 0;*/
/*        rotate: 0deg;*/
/*        -webkit-box-pack: center;*/
/*        -ms-flex-pack: center;*/
/*        justify-content: center;*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*.product-basket__btn-text {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    gap: 8px;*/
/*    writing-mode: vertical-lr;*/
/*    padding: 16px 10px;*/
/*    background-color: var(--white);*/
/*}*/

/*.product-basket__btn-basket {*/
/*    fill: var(--white);*/
/*    rotate: 90deg;*/
/*}*/

/*.product-basket__btn-arrow {*/
/*    display: block;*/
/*    fill: var(--white);*/
/*    rotate: 90deg;*/
/*    -webkit-transition: rotate 0.4s ease;*/
/*    transition: rotate 0.4s ease;*/
/*}*/

/*@media (max-width: 550px) {*/
/*    .product-basket__btn-arrow {*/
/*        display: none;*/
/*    }*/
/*}*/

/*.product-basket__btn-close {*/
/*    fill: var(--white);*/
/*    display: none;*/
/*}*/

/*@media (max-width: 550px) {*/
/*    .product-basket__btn-close {*/
/*        display: block;*/
/*    }*/
/*}*/

/*.product-basket__btn.active {*/
/*    background-color: var(--black-grey);*/
/*}*/

/*.product-basket__btn.active .product-basket__btn-arrow {*/
/*    rotate: -90deg;*/
/*}*/


/*.product-basket__product-count-block {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    gap: 8px;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*}*/

/*.product-basket__content {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    padding: 16px 16px 16px 0;*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*    height: 100%;*/
/*    visibility: hidden;*/
/*}*/

/*@media (max-width: 550px) {*/
/*    .product-basket__content {*/
/*        padding: 16px;*/
/*        visibility: visible;*/
/*    }*/
/*}*/

/*.product-basket__content.active {*/
/*    visibility: visible;*/
/*}*/

/*.product-basket__list {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    margin-bottom: 20px;*/
/*    overflow: scroll;*/
/*    max-height: calc(100vh - 450px);*/
/*}*/

/*@media (max-width: 550px) {*/
/*    .product-basket__list {*/
/*        gap: 10px;*/
/*        max-height: calc(100vh - 310px);*/
/*    }*/
/*}*/

/*.product-basket__list-item {*/
/*    position: relative;*/
/*}*/

/*.product-basket__list-title {*/
/*    display: -ms-grid;*/
/*    display: grid;*/
/*    -ms-grid-columns: (1fr) [ 10 ];*/
/*    grid-template-columns: repeat(10, 1fr);*/
/*    gap: 16px;*/
/*    padding: 8px 16px;*/
/*}*/

/*@media (max-width: 640px) {*/
/*    .product-basket__list-title {*/
/*        gap: 8px;*/
/*    }*/
/*}*/

/*@media (max-width: 550px) {*/
/*    .product-basket__list-title {*/
/*        display: none;*/
/*    }*/
/*}*/

/*.product-basket__list-title-item {*/
/*    color: var(--black);*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    line-height: 1.2;*/
/*}*/

/*.product-basket__list-title-item:nth-child(1) {*/
/*    -ms-grid-column-span: 1;*/
/*    grid-column: 1 span;*/
/*}*/

/*.product-basket__list-title-item:nth-child(2) {*/
/*    -ms-grid-column-span: 5;*/
/*    grid-column: 5 span;*/
/*}*/

/*@media (max-width: 640px) {*/
/*    .product-basket__list-title-item:nth-child(2) {*/
/*        -ms-grid-column-span: 4;*/
/*        grid-column: 4 span;*/
/*    }*/
/*}*/

/*.product-basket__list-title-item:nth-child(3) {*/
/*    -ms-grid-column-span: 2;*/
/*    grid-column: 2 span;*/
/*}*/

/*@media (max-width: 640px) {*/
/*    .product-basket__list-title-item:nth-child(3) {*/
/*        text-align: center;*/
/*    }*/
/*}*/

/*.product-basket__list-title-item:nth-child(4) {*/
/*    -ms-grid-column-span: 2;*/
/*    grid-column: 2 span;*/
/*}*/

/*@media (max-width: 640px) {*/
/*    .product-basket__list-title-item:nth-child(4) {*/
/*        -ms-grid-column-span: 3;*/
/*        grid-column: 3 span;*/
/*        text-align: center;*/
/*    }*/
/*}*/

/*.product-basket__list-item:not(:first-child):nth-child(n+2)::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 52%;*/
/*    background-color: var(--dark-grey);*/
/*    width: calc(100% - 117px);*/
/*    height: 1px;*/
/*    translate: -50% 0;*/
/*}*/

/*@media (max-width: 550px) {*/
/*    .product-basket__list-item:not(:first-child):nth-child(n+2)::after {*/
/*        display: none;*/
/*    }*/
/*}*/

/*.product-basket__list-item:not(:first-child) ul {*/
/*    display: -ms-grid;*/
/*    display: grid;*/
/*    -ms-grid-columns: (1fr) [ 10 ];*/
/*    grid-template-columns: repeat(10, 1fr);*/
/*    gap: 16px;*/
/*    padding: 8px 16px;*/
/*}*/

/*@media (max-width: 550px) {*/
/*    .product-basket__list-item:not(:first-child) ul {*/
/*        -ms-grid-columns: -webkit-max-content;*/
/*        -ms-grid-columns: max-content;*/
/*        grid-template-columns: -webkit-max-content;*/
/*        grid-template-columns: max-content;*/
/*        gap: 16px 20px;*/
/*    }*/
/*}*/

/*.product-basket__list-item:not(:first-child) ul li {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*}*/

/*.product-basket__list-item:not(:first-child) ul li:nth-child(1) {*/
/*    -ms-grid-column-span: 1;*/
/*    grid-column: 1 span;*/
/*}*/

/*@media (max-width: 550px) {*/
/*    .product-basket__list-item:not(:first-child) ul li:nth-child(1) {*/
/*        -ms-grid-row: 1;*/
/*        grid-row-start: 1;*/
/*    }*/
/*}*/

/*.product-basket__list-item:not(:first-child) ul li:nth-child(2) {*/
/*    -ms-grid-column-span: 5;*/
/*    grid-column: 5 span;*/
/*}*/

/*@media (max-width: 640px) {*/
/*    .product-basket__list-item:not(:first-child) ul li:nth-child(2) {*/
/*        -ms-grid-column-span: 4;*/
/*        grid-column: 4 span;*/
/*    }*/
/*}*/

/*@media (max-width: 550px) {*/
/*    .product-basket__list-item:not(:first-child) ul li:nth-child(2) {*/
/*        -ms-grid-row: 1;*/
/*        grid-row-start: 1;*/
/*        -ms-grid-column-span: 1;*/
/*        grid-column: 1 span;*/
/*    }*/
/*}*/

/*.product-basket__list-item:not(:first-child) ul li:nth-child(3) {*/
/*    -ms-grid-column-span: 2;*/
/*    grid-column: 2 span;*/
/*}*/

/*@media (max-width: 550px) {*/
/*    .product-basket__list-item:not(:first-child) ul li:nth-child(3) {*/
/*        -ms-grid-row: 2;*/
/*        grid-row-start: 2;*/
/*        -ms-grid-column-span: 1;*/
/*        grid-column: 1 span;*/
/*        padding: 0 5px;*/
/*        border-bottom: 4px solid var(--red);*/
/*    }*/
/*}*/

/*.product-basket__list-item:not(:first-child) ul li:nth-child(3) span {*/
/*    color: var(--black);*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    line-height: 1.5;*/
/*}*/

/*.product-basket__list-item:not(:first-child) ul li:nth-child(4) {*/
/*    -ms-grid-column-span: 2;*/
/*    grid-column: 2 span;*/
/*}*/

/*@media (max-width: 640px) {*/
/*    .product-basket__list-item:not(:first-child) ul li:nth-child(4) {*/
/*        -ms-grid-column-span: 3;*/
/*        grid-column: 3 span;*/
/*        -webkit-box-pack: center;*/
/*        -ms-flex-pack: center;*/
/*        justify-content: center;*/
/*        gap: 8px;*/
/*    }*/
/*}*/

/*@media (max-width: 550px) {*/
/*    .product-basket__list-item:not(:first-child) ul li:nth-child(4) {*/
/*        -ms-grid-column-span: 1;*/
/*        grid-column: 1 span;*/
/*        -ms-grid-row: 2;*/
/*        grid-row-start: 2;*/
/*        -webkit-box-pack: justify;*/
/*        -ms-flex-pack: justify;*/
/*        justify-content: space-between;*/
/*    }*/
/*}*/

/*.product-basket__list-item:not(:first-child) ul li span {*/
/*    color: var(--black);*/
/*    !* font-family: "Ubuntu", sans-serif;*!*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    line-height: 1.2;*/
/*    ont-family: "Google Sans", sans-serif;*/
/*}*/

/*.product-basket__total-content {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    width: 100%;*/
/*    padding-left: 65px;*/
/*    padding-right: 40px;*/
/*}*/

/*.product-basket__total-list {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    padding: 16px 0;*/
/*}*/

/*.product-basket__total-list li {*/
/*    color: var(--black);*/
/*    font-size: 20px;*/
/*    font-weight: 600;*/
/*    line-height: 1.2;*/
/*    letter-spacing: 0.6px;*/
/*}*/

/*@media (max-width: 550px) {*/
/*    .product-basket__total-list li {*/
/*        font-size: 16px;*/
/*        font-weight: 600;*/
/*        line-height: 1.2;*/
/*        letter-spacing: 0.48px;*/
/*    }*/
/*}*/

/*.product-basket__total-buy-block {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: end;*/
/*    -ms-flex-pack: end;*/
/*    justify-content: flex-end;*/
/*}*/

/*@media (max-width: 550px) {*/
/*    .product-basket__total-buy-block {*/
/*        -webkit-box-pack: center;*/
/*        -ms-flex-pack: center;*/
/*        justify-content: center;*/
/*    }*/
/*}*/

/*.product-basket__list-item-btn {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*}*/
