.grouped-cart-items .group{
    background: #fff;
}
.buy-three-get-one-quantity{
    display: flex;
}
.buy-three-get-one-quantity .remove-offer{
    background: none;
    color: #868686;
    padding-left: 0;
}
.buy-three-get-one-quantity .quantity-selector{
    display: flex;
    align-items: center;
}
.buy-three-get-one-quantity .quantity-selector input{
    padding: 0;
    max-width: 50px;
    text-align: center;
    appearance: none;
    color: #868686;
    font-size: 17px;
    background: none;
    border: 1px solid rgb(0 0 0 / .1);
}

/* Chrome, Safari, Edge, Opera */
.buy-three-get-one-quantity .quantity-selector input::-webkit-inner-spin-button,
.buy-three-get-one-quantity .quantity-selector input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.buy-three-get-one-quantity .quantity-selector input[type="number"] {
    -moz-appearance: textfield;
}

.buy-three-get-one-quantity .quantity-selector input, .buy-three-get-one-quantity .quantity-selector button{
    width: 38px;
    height: 38px;
}
.buy-three-get-one-quantity .quantity-selector .buy-three-get-one-minus{
    border-radius: 16px 0 0 16px;

}
.buy-three-get-one-quantity .quantity-selector .buy-three-get-one-plus{
    border-radius: 0 16px 16px 0;
}
.buy-three-get-one-quantity .quantity-selector .buy-three-get-one-minus, .buy-three-get-one-quantity .quantity-selector .buy-three-get-one-plus{
    background: none;
    color: #868686;
    border: 1px solid rgb(0 0 0 / .1);
    font-size: 17px;
    line-height: 17px;
    padding: 10px;
}

.group-inner .cart_left {
    max-width: 18%;
    width: 100% !important;
}

body .group-inner .cart_wrap {
    padding: 10px 0;
}

.group .cart_right p {
    color: #565656;
}

body .group-inner .product-price,
.group-inner .cart-btn-content p {
    font-size: 18px !important;
}

.group-inner .cart-buttons-wrapper {
    margin-top: 10px;
}

.group-inner .free-item .free-item-text {
    color:#FFA222;
    font-weight: 700;
    display: inline-block;
}



@media screen and (max-width: 992px) {
    .group > .cart_wrap img {
        width: 100%;
    }
}

@media screen and (min-width: 761px) {
    .group > .cart_wrap {
        align-items: start;
    }

    .group > .cart_wrap .cart_right {
        padding-top: 20px;
    }
}

@media screen and (max-width: 760px) {
    .group-inner .cart_left {
        max-width: 20%;
        min-width: 80px;
    }

    body .group-inner .product-price,
    .group-inner .cart-btn-content p,
    .group-inner .product-name {
        font-size: 16px !important;
    }

    body .group-inner {
        padding-left: 18px !important;
    }

    body .group .cart_wrap {
        flex-direction: row;
        align-items: self-start;
    }

    .buy-three-get-one-quantity .remove-offer {
        padding-right: 5px;
        font-size: 15px;
    }

    .buy-three-get-one-quantity .quantity-selector input,
    .buy-three-get-one-quantity .quantity-selector button {
        width: 32px;
        height: 32px;
    }

    .buy-three-get-one-quantity .quantity-selector .buy-three-get-one-minus,
    .buy-three-get-one-quantity .quantity-selector .buy-three-get-one-plus {
        font-size: 15px;
        line-height: 9px;
        padding: 11px;
    }

    .group-inner .cart-btn-content p {
        margin-bottom: 0;
    }

    .group-inner .cart-buttons-wrapper {
        margin-top: 0px;
    }
}

@media screen and (max-width: 543px) {
    .group-inner .cart-btn-content {
        margin-top: -5vw;
    }
}
