﻿html, body{
    margin: 0;
    padding: 0;
}


#lblShopName {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 3.5vw !important;
    text-align: center;
    border: none !important;
    background: transparent !important;
}

#lblShopAddress {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
    font-size: 3.2vw !important;
}

.cart {
    /*   position: absolute;
    top: 20px !important;
    right: 10px !important;*/
    position: absolute;
    /*background-color: rgb(49, 125, 240);*/
    /*border: 1.2px solid rgb(68, 155, 255);*/
    border-radius: 5px;
    top: 20px !important;
    right: 10px !important;
    text-align: center;
    width: 22vw;
}

.btnCart {
    /*   background: transparent !important;
    border: none;
    box-shadow: none;*/
    background: transparent !important;
    border: none;
    box-shadow: none;
    height: 15vw;
}

.lblItems {
    /*    background-color: transparent !important;
    font-size: xx-large !important;
    position: absolute;
    top: -23px;
    right: 0px;*/
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(calc(-50% - 0px), calc(-50% - 0px));
    z-index: 1;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);
    /*font-size: 30px;*/
    font-size: 5vw !important;
    width: 100%;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}
}


.pageContainer {
    /*background-color: lime;*/

    text-align: center;
    align-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.topBar {
    background-color: #c85757;
    position: fixed;
    width: 100%;
    padding-bottom: 18px;
    text-align: center;
    /*margin-bottom: 10px;*/
    /*magin-bottom: 30vw;*/
    z-index: 2;
    height: 28vw;
    
}

.imgLogo {
    background-color: transparent;
    /*width: 35vw;*/
    margin: 5px;
    /*max-height: 16vw;*/
    height: 16vw;
}


.gridContainer {
    /*background-color: blue;*/
    position: relative;
    /*padding: 110px 0;*/
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 30vw;
    /*padding-bottom: 80px;*/
}



.btnCateg:hover {
    /*background-color: red !important;*/
}

.cella {
    position: relative;
    margin: 10px 0px;
    /*background-color: #ff6a00;*/
    background-color: white;
    height: 100%;
    width: 90% !important;
    border-radius: 20px;
    overflow: hidden !important;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.43);
    left: 50%;
    transform: translate(-50%, 0)
}

.immagine {
    position: relative;
    margin: 0 auto;
   
    width: 100%;
    height:100%;

    object-fit: cover;

    /*filter: blur(4px) !important;
    -webkit-filter: blur(4px) !important;*/

    /*background-position: center !important;
    background-size: cover !important;*/

    transform: scale(1.1);
}

.pulsante {
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.3) !important;
    box-shadow: none !important;
    border: none;
    text-shadow: 2px 2px 11px #000000;
    text-decoration: none;
    /*-webkit-text-stroke: 2px rgb(0, 0, 0);*/
    /*text-transform: uppercase;*/
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

.pulsanteContainer {
    visibility: visible;
    position:absolute;
 
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.cellaContainer{
    /*background-color: red;*/
    background-color: transparent;
    width: 100%;
    height: 300px;
}

.dxgv, .dxgvTable_Moderno {
    border: none !important;
}

.dxgvEditFormDisplayRow_Moderno:last-child td.dxgv,
.dxgvInlineEditRow_Moderno:last-child td.dxgv,
.dxgvDataRow_Moderno:last-child td.dxgv,
.dxgvDetailRow_Moderno:last-child > td.dxgv {
    /*border-bottom: 1px Solid !important;*/
    border: none !important;
}

.dxgvEditFormDisplayRow_Moderno:first-child td.dxgv,
.dxgvInlineEditRow_Moderno:first-child td.dxgv,
.dxgvDataRow_Moderno:first-child td.dxgv,
.dxgvEditFormDisplayRow_Moderno.dxgvFVR > td.dxgv,
.dxgvInlineEditRow_Moderno.dxgvFVR > td.dxgv,
.dxgvDataRow_Moderno.dxgvFVR > td.dxgv,
.dxgvGroupRow_Moderno.dxgvFVR > td.dxgv {
    /*border-top: 1px Solid red !important;*/
    border: none !important;
}



.footer {
    /*position: fixed;*/
    position: relative;
    background-color: #c85757;
    bottom: 0;
    width: 100%;
    padding-top: 5px;
    color: white;
    text-align:center;
    padding-bottom:5px;
}
#lblFooter {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    
    color: white;
    text-align:left;
}
#lblSito {
    /*font-family: 'Montserrat', sans-serif !important;*/
    font-weight: 600 !important;
    font-size: 18px !important;
    color: white;
    text-align: left;
}
#imgFooter {
    height:25px;
    margin-bottom:10px;
}
