.shop__wrap-link.users a {
    width: 25px;
    height: 25px;
}
.shop__wrap-link {
    position: relative;
    background-color: transparent;
}
.promotions-pagination {
    display: none;
}
@media (max-width: 575px) {
    .promotions-pagination {
        display: block;
    }
}
.basket-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}
.basket-info-header {
    padding: 60px 30px 40px 75px;
}
#basket .product-price {
    margin-bottom: 40px;
}
#basket .product-price .product-price-new {
    margin-right: 0;
}
#basket .cart-product-item {
    border-bottom: 1px solid rgba(0,0, 0, 0.1);
    margin-bottom: 15px;
}
#basket .cart-product-count {
    display: flex;
    align-items: center;
    color: #000;
    margin-top: 13px;
    font-size: 14px;
}
#basket .cart-baskter-color {
    display: flex;
    align-items: center;
}
#basket .cart-product-count p:not(:last-child):after {
    content: '/';
    height: 100%;
    display: inline-block;
    margin: 0 5px;
}
#basket .cart-product-count .cart-baskter-color span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 2px;
}
.basket-title {
    font-family: var(--font-familyMinor);
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

#basket .promocode-group   {
    width: 100%;
    min-width: 315px;
    border: 2px solid #fff;
}
#basket .promocode-group input {
    border: none;
}
#basket .basket-cart-wrapper {
    padding: 70px;
    background-color: #E6E6E6;
}
#basket .basket-btn {
    margin-top: 30px;
}
#basket .cart-footer-start {
    display: flex;
    justify-content: flex-end;
}
#basket .cart-btn {
    margin-right: 15px;
    background-color: transparent;
}
#basket .basket-btn {
    display: flex;
    justify-content: space-between;
}
#basket .basket-btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 285px;
    max-width: 100%;
    height: 60px;
}
#basket .basket-btn a:first-child {
    margin-right: 15px;
}
#basket {
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 0;
    width: 740px;
    z-index: 1002;
    overflow-y: scroll;
    max-height: 100vh;
}
#basket .product-price {
    justify-content: flex-end;
}
#basket .cart-product-item {
    align-items: flex-start;
}
#basket .cart-product-right {
    width: auto;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}
.count-value {
    appearance: none;
}
.product-is-available .product__footer-row .product-add-to-favourite {
    margin-left: 0;
}
.header__menu-list-item.active .js-arrow-down-collupse {
    display: none;
}
.product__footer-row .product-add-to-favourite {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 992px) {
    .header__menu-list-item.active .js-arrow-down-collupse  {
        display: block;
    }
    #basket {
        width: 690px;
    }
    #basket .basket-cart-wrapper {
        padding: 30px 30px 40px 30px;
    }
    .basket-info-header {
        padding: 30px 30px 40px 30px;
    }
    #basket .cart-product-item {
        flex-direction: row;
    }
    #basket .cart-btn  {
        position: static;
    }
}
@media (max-width: 768px) {
    #basket .product-price {
        margin-bottom: 0;
    }
    #basket .basket-cart-wrapper {
        padding: 15px 20px 15px 20px;
    }
    .basket-info-header {
        padding: 15px 20px 15px 20px;
    }
    #basket .cart-product-right {
        width: 100%;
    }
    #basket .cart-product-right-info {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .cart-product-right-info .product-price {
        margin-bottom: 0;
    }
    #basket {
        width: 550px;
    }
    #basket .cart-product-item {
        flex-direction: column;
    }
    #basket .cart-btn {
        position: absolute;
        margin-right: 0;
    }
}
@media (max-width: 575px) {
    #basket .cart-product-count {
        font-size: 12px;
    }
    #basket .cart-footer-start {
        flex-direction: column;
    }
    #basket {
        width: 320px;
    }
    .basket-title {
        font-size: 20px;
        line-height: 24px;
    }
    #basket .cart-product-count {
        margin-top: 5px;
    }
    #basket .promocode-group input {
        font-size: 12px;
    }
    #basket .promocode-group {
        min-width: 250px;
    }
    #basket .basket-btn {
        flex-direction: column;
        margin-top: 15px;
    }
    #basket .basket-btn a {
        height: 40px;
    }
    #basket .basket-btn a:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.overlay-close {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
}

.shop__wrap-link--basket svg {
    fill: var(--color-black);
    stroke: var(--color-white);
}
.shop__wrap-link--basket:hover svg {
    fill:var(--color-white);
    stroke:var(--color-white);
}
.shop__wrap-link--basket.active svg {
    fill:var(--color-white);
    stroke: var(--color-white);
}
.shop__wrap-link--basket.active .shop-total-count {
    color: var(--color-black);
}


.shop__wrap-link--favorite svg {
    fill:var(--color-black);
    stroke: var(--color-white)
}
.shop__wrap-link--favorite.active svg {
    fill: var(--color-white);
    stroke: var(--color-white);
}
.shop__wrap-link--favorite:hover svg {
    fill: var(--color-white);
}
.shop__wrap-link--favorite:hover .favorite-count {
    color: var(--color-black);
}
.shop__wrap-link--favorite {
    position: relative;
}
.shop__wrap-link--favorite.active .favorite-count {
    color: var(--color-black);
}
.favorite-count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-white);
    font-size: 12px;
    transition: all .4s ease;
}
.favorite-mobile-link {
    position: relative;
}
.favorite-mobile-count {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    color: var(--color-black);
}
.popup {
    z-index: 1001;
}
.footer__navigation-list {
    flex-wrap: wrap;
}
.btn-close-basket {
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 1002;
    width: 40px;
    height: 40px;
    background-color: transparent;
}
.btn-close-basket:before {
    transform: translateY(-50%) rotate(45deg);
}
.btn-close-basket:after {
    transform: translateY(-50%) rotate(-45deg);
}
.btn-close-basket:after {
    content: '';
    background: var(--color-black);
    position: absolute;
    height: 30px;
    width: 2px;
    border: 10px;
    top: 50%;
}
.btn-close-basket:before {
    content: '';
    background: var(--color-black);
    position: absolute;
    height: 30px;
    width: 2px;
    border: 10px;
    top: 50%;
}

.variation-active {
    border:2px solid black;
}
.cabinet-main-wrapper-new {
    padding: 0px 70px 0px 70px;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.form-item {
    width: 50%;
    padding: 0 15px;
}
.form-group--grow {
    flex-grow: 1;
}
.form-group {
    padding: 0 15px;
}
.form-item .form-group {
    padding: 0;
}
@media (max-width: 992px) {
    .registr {
        padding-top: 180px;
    }
}
@media (max-width: 768px) {
    .cabinet-main-wrapper-new {
        padding: 0px 30px;
    }
    .registr-form #form-tab-1.active {
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .btn-close-basket {
        top: 15px;
    }
    .shop-total-count {
        top: 65%;
    }
    .registr-form #form-tab-2.active {
        max-width: 100%;
    }
    .cabinet-main-wrapper-new {
        padding: 0px 15px;
    }
    .registr-form {
        width: 100%;
    }
    .footer {
        padding-bottom: 60px;
    }
    .form-row {
        flex-direction: column;
    }
    .form-item {
        width: 100%;
    }
}


.btn-enter, .btn-send {
    width: 100%;
    padding: 0 15px;
}

.cart-product-count-order,.cart-product-variation{
    display:flex;
    /* justify-content: space-between; */
    /* width: 70px; */
    align-items: center;
}
.cart-product-count-order span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
}

.form__tabs-btn:first-child {
    margin-right: 30px;
}
.shop__wrap-link  a {
    display: block;
}


.main-telegram {
    position: fixed;
    top: 90%;
    z-index: 100;
    transform: translateY(-50%);
    right: 30px;
    border-radius: 30px;
    background-color: black;
}
.main-telegram-wrapper {
    display: flex;
    align-items: center;
    color: white;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    padding: 10px 15px;
}
.main-telegram-wrapper p {
    margin-right: 25px;
}
.main-telegram-image {
    width: 26px;
    height: 33px;
}
.main-telegram-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 575px) {
    .main-telegram {
        right: 15px;
    }
    .main-telegram-wrapper p {
        display: none;
    }
}
.shop__wrap-link--basket:hover .shop-total-count {
    color: var(--color-black);
}

.menu__image-current {
    display: block;
    width: 200px;
    height: 200px;
    text-align: center;
    color: var(--color-black);
  }
  .menu__image-current img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  @media (max-width: 992px) {
      .menu__image-current {
          display: none;
      }
  }

  .placing-total-item-hover {
    position: relative;
    cursor: pointer;
  }
 
  .placing-delete-promo {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    transition: all .4s ease;
    font-size: 25px;
    color: black;
  }
  .placing-delete-promo a {
      color: inherit;
  }
  .placing-discount {
      transition: all .4s ease;
  }
  .placing-total-item-hover:hover .placing-discount {
    margin-right: 30px;
    }
  .placing-total-item-hover:hover .placing-delete-promo {
    display: block;
}
 

/* .menu__columns.menu__list {
    width: 100%;
} */
.menu__block__list {
    width: 25%;
}
.menu__block__list .menu__columns {
    width: 100%;
}
@media (max-width: 992px) {
    .menu__block__list  {
        width: 100%;
    }
}
.menu__columns.menu__list .menu__columns-body {
    margin-bottom: 8px;
}
.menu__columns.menu__list .menu__columns-body {
    color: var(--color-black);
}
.menu__columns.menu__list .menu__columns-body a {
    color: inherit;
}
.placing-payment-cart-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.placing-payment-width-70 {
    width: 70%;
}
.placing-payment-width-25 {
    width: 25%;
}
@media (max-width: 992px) {
    .menu__columns.menu__list {
        padding: 5px 15px;
    }
}
@media (max-width: 575px) {
    .change-input-btn {
        width: 20px;
        height: 20px;
        background-size: contain;
    }
    .placing-payment-cart-content {
        display: block;
    }
    .placing-payment-width-70 {
        width: 100%;
    }
    .placing-payment-width-25 {
        width: 100%;
    }
}
@media (max-width: 1540px) {
    .filter-products .section-title {
        margin: unset;
    }
}



#customers {
    font-family: var(--font-family);
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    padding: 15px;
}
#customers td {
    font-size: 16px;
}
#customers thead tr {
    background-color: #f7f7f7;
}
#customers .center-th {
    text-align: center;
}
#customers tbody tr {
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}
@media (max-width: 575px) {
    #customers td {
        font-size: 12px;
    }
    #customers td, #customers th {
        padding: 5px;
    }
}
.hero__container .swiper-wrapper {
    height: 550px;
}
.hero__container {
    padding-top: 0;
}
.hero__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
}
.hero__wrapper-mobile {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.hero__image img {
    width: 100%;
    object-position: center;
    object-fit: cover;
}
@media (max-width: 992px) {
    .notFound {
        padding-top: 100px;
    }
    .hero__container .swiper-wrapper {
        height: 450px;
    }
    .hero__container {
        padding-top: 165px;
    }
}
@media (max-width: 575px) {
    .hero__container {
        padding-top: 98px;
    }
    .hero__container .swiper-wrapper {
        height: 350px;
    }
}
.hero__content-desc {
    text-align: center;
}
.color-red {
    color: #d01f2a;
}
.change-input:focus:not([readonly]) ~ .change-input-btn {
    filter: brightness(0) invert(20%) sepia() hue-rotate(-12deg) saturate(99996%);
}
.filter-open-sidebar {
    display: none;
}
@media (max-width: 992px) {
    .filter-product-sort-select {
        padding: 0 10px;
    }
    .filter-product-sort-wrapper {
        display: flex;
        align-items: center;
        margin: 0 -10px;
    }
    .filter-open-sidebar {
        display: block;
        padding: 0 10px;
        width: 50%;
    }
    .js-open-sidebar {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        border: 1px solid black;
        padding: 10px;
        background-color: transparent;
        color: black;
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .js-open-sidebar {
        height: 30px;
    }
}
.popup__content.popup__not-product-content {
    padding: 50px 30px;
    text-align: left;
}
.popup__not-product .popup__title {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
}
.popup__not-product-row {
    display: flex;
    flex-wrap: wrap;

}
.popup__group.form-group  {
    width: 50%;
    flex-grow: 1;
}
.popup__group.form-group  input {
    padding: 0 15px;
    font-size: 16px;
}
.popup__group.form-group textarea {
    resize: none;
    min-height: 100px;
    background-color: #f7f7f7;
    color: black;
    width: 100%; 
    padding: 15px;
    font-size: 16px;
    transition: all 0.4s ease;
    border: 2px solid transparent;
}
.popup__not-product-btn {
    text-align: center;
}
.popup__group.form-group textarea::placeholder {
    color: #A6A6A6;
}
@media (max-width: 575px) {
    .popup__content.popup__not-product-content {
        padding: 30px 10px;
        max-width: 350px;
    }
    .popup__not-product-row {
        flex-direction: column;
    }
    .popup__group.form-group {
        width: 100%;
    }
}
.form-list {
    max-height: 450px;
    overflow-y: auto;
}
.section-title::first-letter {
    text-transform: capitalize;
}