/* -------------------------------------------------------------
 * Name         : sandisinbi
 * File         : responsive2.css
 * Author       : akmad sandi
 * Author URI   : akmad sandi
 * All Rights Reserved.
 * ----------------------------------------------------------- */

.mobile-landing {
    display:none;
}

@media(max-width: 767px){
    .header-up {
        display:none;
    }
	.slideshow-container-mobile {
		display: none;
	}
    .mobile-landing {
        display:contents;
    }
    .body-san {
        margin-top: 0px;
    }
    .slideshow-container {
        display:none;
	}
    .slideshow-container-mobile {
        position: relative;
    }
    .container-mobile-category {
        margin-left: -35px;
        margin-right: -35px;
    }
    .offer-mobile {
        margin-left: -40px;
        margin-right: -40px;
    }
    .product-areaholder {
        margin-left: -15px;
        margin-right: -15px;
    }
    .product-container-all {
        /* margin-left: -15px; */
        padding-left: 1px;
        /* margin-right: -15px; */
        padding-right: 1px;
        width: 120%;
    }
    .grocino-top-header .row {
        justify-content: center;
    }
    .grocerino-logo img{
        max-width: none
    }
    .container-categorys {
        display:none;
    }
    .webview {
        display:none;
    }
    .mobile-landing-subtitle {
        text-align: center; 
        color: #2A6343CC;
        padding: 20px 20px;
    }
    .mobile-landing-banner {
        /* max-height: 200px;  */
        max-width: 350px;
        display: block;
        margin-left: auto;
        margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
    }
	
	.container-mobile-category {
		margin-top: -50px;
		margin-bottom: -30px;
	}
	
    .mobile-landing-img {
        max-height: 200px; 
        max-width: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .category-mobile {
        width: auto;
        padding-top: 50px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 30px;
        /* height: 1800px; */
    }
    .category-mobile ul {
        list-style-type: none;
    }
    .category-mobile ul li {
        width: 120px;
        padding-bottom: 10px;
        height: auto;
        float: left;
        box-shadow: 0px 35px 95px 0px rgb(0 0 0 / 5%);
    }

}

body {
    font-family: Arial, Helvetica, sans-serif;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}