
@media only screen and (max-width: 480px) {
    
    #extrasPageForm .currencyChangeHeight {
        min-height: 115px;
    }
    .main-image {
        padding-left: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .head-title-price {
        padding-left: 0px !important;
    }
    #extrasPageForm .head-price {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #bookNowBar .rooms-details-features.button-main {
        padding-top: 0px;
        <!-- padding-right: 6px !important; -->
    }
    .expanded-title-description {
        margin-top: 21px;
    }
    #extrasPageForm .extra-price-currency {
        margin-left: 0px;
        font-size: 1.96em;
        padding-bottom: 7px;
    }
    #extrasPageForm .expanded-title {
        white-space: inherit;
        top: -10px;
        padding-left:0px !important;
    }
    #extrasPageForm .head-add-btn {
        left: -15px !important;
        top: 0px !important;
    }
    #extrasPageForm .head-price {
        padding-left: 9px !important;
    }
    #extrasPageForm .service-heading {
        margin-left: 0px !important;
    }
    #extrasPageForm .btn-remove {
        <!-- width: 100% !important; -->
        left: 0px !important;
        top: 0px !important;
        padding-left: 0px !important;
    }
    #extrasPageForm .rooms-details-features {
        margin-right: -15px !important;
    }
    
    .right-value-table {
        line-height: inherit !important;
    }

    .extraImg {
        display: flex;
        min-height: 115px;
        align-items: center;
        justify-content: center;
    }

    .extraImgStyleMobile {
        background-size: cover;
        height: 70px !important;
        width: 70px !important;
        border-radius: 50%;
    }

    .head-title-price-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 115px;
        text-align: left;
    }

    .head-add-btn-container-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 115px;
        text-align: center;
    }
}

