.panam_gift_title {
    font-family: Gothic;
    text-transform: uppercase;
    font-weight: bold!important;
    padding-top: 17px;
}
.panam_product_price {
    font-size: 20px;
    color: green;
}
.panam_product_price span{
    font-size: 14px;
    color: grey;
}
.g2c_add2cart_popup {
    display: flex;
    justify-content: center;
    background-color: #d60057;
    height: 35px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    width: 55%;
    padding: 10px;
    margin: 5px auto;
}

.g2c_add2cart_popup:hover {
    color: #ffa1c7;
}
.add_img img {
    width: 250px;
}
.panam_row_g2c_boxes {
    width: 250px;
    text-align: center;
}
.main_g2c_wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.widget-title {
    padding: 20px 0;
    margin: 0 auto;
}

.widget-title h1 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
}

.widget-subtitle {
    color: #d60057;
    font-size: 24px;
}

@media only screen and (max-width:720px){
    .horizontal_slider {
        display: block;
        width: 100%;
        overflow-x: scroll;
        padding: 20px;
        box-sizing: border-box;
        background-color: #eee;
    }
    
    /*this is for chrome / firefox/ opera and safari*/
    .horizontal_slider::-webkit-scrollbar {
        display: none;
    }
    
    /* for ms*/
    .horizontal_slider {
        -ms-overflow-style: none;
    }
    
    /* .slider_container {
        display: block;
        white-space: nowrap;
    } */
    
    .item {
        display: inline-block;
        margin-right: 10px;
    }
    
    .item img {
        width: 290px;
        object-fit: cover;
    }
    /* .main_g2c_wrapper {
        margin-top: 55px;
    } */
    .panam_row_g2c_boxes {
        width: 300px;
    }
    .panam_product_price {
        font-size: 15px;
    }

    .g2c_add2cart_popup {
        height: 27px;
        width: 85%;
        padding: 0;
        line-height: 2.4;
    }
}