.subsribes .sublist .premium_plan {
    width: 20rem;
}
.popups .add_to_card_popup .item_datas .img_box {
    width: 30%;
}
.popups .add_to_card_popup .item_options .img_box {
    width: 40%;
}
.popups .add_to_card_popup .item_submit .img_box {
    width: 40%;
}
.subsribes .sublist .premium_plan .sub_head .discount_banner {
    padding: 0.1125rem 20%;
    top: 8%;
    right: -18%;
}

.subsribes table {
    padding: 5vw;
}

.products .list_of_products .product_box_list .product_list {
    grid-template-columns: 30vw 30vw 30vw;
    gap: 1vw;
}

footer .help-links {
    flex-direction: row;
}

footer .copyright {
    flex-direction: row;
    padding: 0rem 2rem 1rem 2rem;
}

footer .copyright p,
footer .copyright .footer_logo {
    width: 30%;
}

footer .copyright .footer_logo {
    display: flex;
    justify-content: start;
    align-items: center;
}

footer .copyright p:nth-child(3) {
    text-align: end;
}


.popups .add_to_card_popup .item_options .options .character select {
    width: 80%;
}

.popups .add_to_card_popup {
    width: 80vw;
  }
  .popups .user_basket_popup {
    width: 80vw;
}
.popups .user_basket_popup .user_basket_items {
    max-height: 50dvh;
}

.popups .add_to_card_popup .item_options {
    flex-direction: row;
}

.popups .add_to_card_popup .item_submit {
    flex-direction: row;
}

.popups .user_basket_popup .user_basket_items .user_basket_item .item_datas .user_basket_item_options .remove_btn {
    width: 3.5rem;
    height: 3.5rem;
}