#show-more-info {
    display: none;
}
.packageoffer.site {
    display: block;
}
#packageoffer-mobile {
    display: none;
}
#bottom-menu-hide {
    display: none;
    /*text-align: center;*/
}
#bottom-menu-show {
    display: none;
    /*text-align: center;*/
}

@media only screen and (max-width: 799px) {
    .packageoffer.site {
        display: none;
    }
    .footer {
        padding-bottom: 7em;
    }
    #product-column2 {
        top: UNSET;
        bottom: 0;
        width: 100%!important;
        height: auto;
        right: 0;
        text-align: left;
        position: fixed;
        border-radius: 5px;
        border: solid black 1px;
        background-color: white;
        padding: 0!important;
        font-size: 0.8em;
        z-index: 2;
    }
    #product-column2.offer-focused {
        /*padding-bottom: 35px!important;*/
        z-index: 5;
    }
    #lhc_status_widget_v2 {
        bottom: 7em!important;
    }
    #promobutton {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 6.5em;
    }
    #promobutton.mini-bottom-menu {
        position: unset;
    }
    #price .mini-bottom-menu {
        font-size: 14px;
        line-height: 1.42857143;
        text-align: center;
        float: left;
        margin-left: 30px;
        width:100%;
    }
    #price.mini-bottom-menu > div {
        font-size: 14px;
        line-height: 1.42857143;
        font-weight: 700;
        width:113px;
        float:left;
        position: relative;
        top:-2.8em
    }
    #packageoffer-mobile.mini-bottom-menu {
        display: block;
    }
    div.product-not-available {
        position: relative;
        float: right;
        top: 1em;
        right: 0;
        margin-bottom: 10px;
        background-size: 100%;
        z-index: 2;
    }
    #buybuttons.mini-bottom-menu > a {
        position: relative;
        top: -4em;
        right: 15px;
        background-size: 100%;
        float: right;
    }
    #buybuttons.mini-bottom-menu > a.buybutton.btn.btn-success {
        top: -2.8em;
    }

    .bottom-menu-buttons {
        width: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    #bottom-menu-show.mini-bottom-menu {
        display: inline-block;
    }
    #bottom-menu-hide.mini-bottom-menu {
        display: inline-block;
    }
    .offer-focused {
        display: block;
    }
    .mobile-hidden-menu {
        display: none;
    }
    #product-column2.offer-focused .mobile-hidden-menu {
        display: block;
    }


    #product-column2.offer-focused > .packageoffer.mobile {
        display: block;
    }
    #product-column2.offer-focused > .product.rightbar > .product.pricemessage.mobile-hidden-menu {
        display: none;
    }
    #product-column2.offer-focused > .product.rightbar > .realex-logo.mobile-hidden-menu {
        display: none;
    }
    #product-column2.offer-focused > .product.rightbar > #price {
        display: none;
    }
    #product-column2.offer-focused > .product.rightbar > #buybuttons {
        display: none;
    }
    .packageoffer.mobile.offer-focused
    {
        display: block;
        padding: 0;
        margin: 0 auto;
        width: 50%;
    }
    #show-more-info.offer-focused {
        display: block;
    }

    /* Product Accessories */
    .product.accesories {
        margin-bottom: 0;
        padding-top: 0!important;
        padding-bottom: 5px;
    }
    .product.accessory img {
        width: 50px;
        margin-bottom: 0!important;
    }
    .product.accessory a {
        width: 50px;
    }
    .product.accessory > .accessorylink {
        width: 50%;
        float: left;
    }
    .product.accessory > .btn-accessory {
        font-size: 8px;
        padding: 2px;
        position: relative;
        float: right;
        margin-right: 30px;

    }
    #pricetag {
        display: block;
    }


}
