/* Normalizacia-standardizacia stylov stranky www.farmaria.sk/produkty */
/* Predpoklada pouzitie style-produkty-KdeKupit.css pre stranku www.farmaria.sk */
/* Predpoklada pouzitie https://necolas.github.io/normalize.css */
/* version 2022-01; change:01; release:19-02-2022 */


/* *******************************/
/* PAGE BODY:: viewport          */



/* ******************************* */
/* PAGE BODY-HEADER:: Main menu section */




/* *******************************/
/* PAGE BODY-MAIN::             */

.ShopViewGallery {
   display: flex;
   justify-content: space-around;
}

.ShopGoogleMap {
    margin-top: .2em;
    width: 100%;
    height: 52%;
    justify-content: space-between;
}


.BodyMainPage {
    width: 100%;
}


.BodyMainPageLeftBox {
    max-width: 50%;
}
    .BodyMainPageLeftBox img {
        width: 48%;
        height: auto;
        margin: .2em;
    }

.BodyMainPageCentralBox {
}
    .BodyMainPageCentralBox p {
    
    }

.ItemBackgroundShadow {
    background: linear-gradient(whitesmoke,lightgrey);
    margin-top: .3em;
}

/* *******************************/
/* PAGE BODY-FOOTER::                 */


