/* BEMER ALOLDAL FIX - Flavin7termekek.hu */

/* Kiszélesítjük a fő tartalom belső részét */
.page-details .description {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

/* Eltávolítjuk a belső Shoprenter keret margóit */
.page-details .description-inner {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

/* Kifejezetten a te egyedi HTML blokkodra hatunk */
.bemer-optimized-layout {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
}

/* Eltüntetjük a Shoprenter alapértelmezett oldalsó hézagait ezen az oldalon */
#content .col-sm-12 {
    padding: 0 !important;
}