.gift-products-row{
    display: flex;
    justify-content: center;
}

#cart-gifts-choice{
    margin: 20px 0;
    border: 1px solid #eaeaea;
    padding: 20px;
}

.gift-product{
    padding: 20px;
    text-align: center;
    display: inline-flex;
}

.gift-product-img{
    max-width: 100px;
    border: 5px solid #fff;
    box-shadow: 0 0 2px #ccc;
}

.no-gift-products{
    text-align: center;
}

.no-gift-products p{
    margin-bottom: unset !important;
}

.gift-cart-step{
    margin-left: 20px;
    font-weight: 700;
    font-size: 14px;
}

.gift-how-to{
   text-align: center;
}

.gift-product-name{
    width: 100px;
    margin-top: 10px;
    margin-bottom: unset;
    max-height: 70px;
    line-height: 1;
    padding: 3px;
}

.gift-products-row-overflow{
    overflow-x: scroll;
    justify-content: unset !important;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
}

.gift-products-row-overflow::-webkit-scrollbar-track,
.gift-products-row-overflow-small-device::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
    background-color: #F5F5F5 !important;
}

.gift-products-row-overflow::-webkit-scrollbar,
.gift-products-row-overflow-small-device::-webkit-scrollbar
{
    width: 1px !important;
    background-color: #F5F5F5 !important;
    height: 5px;
}

.gift-products-row-overflow::-webkit-scrollbar-thumb,
.gift-products-row-overflow-small-device::-webkit-scrollbar-thumb
{
    background-color: #000000 !important;
}

@media only screen and (max-width: 796px) {
    .gift-products-row-overflow{
        margin-left: unset;
        margin-right: unset;
    }
    .gift-products-row-overflow-small-device{
        overflow-x: scroll;
        justify-content: unset !important;
        margin-bottom: 20px;
    }
    .gift-products-row-overflow::-webkit-scrollbar,
    .gift-products-row-overflow-small-device::-webkit-scrollbar
    {
        height: 2px;
    }
    .gift-product-img{
        max-width: 70px;
    }
}

.visibility-hidden{
    visibility: hidden; !important;
}

.gift-product-opc-title{
    color: #323232 !important;
    font-size: 14px;
    font-weight: 700;
}

.gift-wrapping{
    width: 60px;
    position: absolute;
    left: 0px;
    height: 60px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    opacity: 1;
    top: 0;
}

.position-relative{
    position: relative !important;
}

.hidden{
    display: none !important;
}