body {
    background-color: red;
}

.sosial_fixed {
    width: 60px !important;
    height: 40%;
    position: fixed;
    z-index: 100 !important;
    top: 70%;
    right: 0px;
}

.icon-home {
    transition: 0.5s all;
}

.icon-home :hover {
    transform: scale(1.5, 1.5);
}

.sosial_fixed ul li {
    display: block !important;
    margin: 5px;
    transition: 0.3s all;
}

.basket_item_image_size {
    width: 150px;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-self: center;
    overflow: hidden;
    position: relative;
}

.center_item_img {
    display: flex;
    justify-content: center;
}

.basket_item_image_size img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sosial_fixed ul li:hover {
    transform: scale(1.5, 1.5);
}