body{
    font-family: 'Montserrat', sans-serif !important;
    background-color: silver;
}

.section{
    /*padding: 3rem 0;*/
    padding-top: 30px;
    background: silver;
}

.section h1{
    color: black;
    text-align: center;
}
.j-table{
    width: 100%;
    border: solid 1px black;
    text-align: left;
}

.j-col1h{    
    visibility: collapse;  
}

.j-col1{
    
    visibility: collapse;
}

.j-col2h{
    width: 39%;
    font-weight: bold;
    border: solid 1px black;
    text-align: center;
    font-size: 20px;
}

.j-col2{
    width: 39%;
    border: solid 1px black;
    font-size: 20px;
    text-align: left;
}

.j-col3h{
    font-weight: bold;
    width: 13%;
    margin-right: 5px;
    border: solid 1px black;
    text-align: center;
    font-size: 20px;
}

.j-col3{
    width: 13%;
    border: solid 1px black;   
    font-size: 20px; 
    text-align: center;
}

.j-col4h{
    font-weight: bold;
    width: 20%;
    margin-right: 5px;
    border: solid 1px black;
    text-align: center;
    font-size: 20px;
    white-space: nowrap;
}

.j-col4{
    width: 20%;
    border: solid 1px black;   
    text-align: center;
    white-space: nowrap;
}

/* #row2{    
    display: none;
} */

#tot{
    font-size: 25px;
}

#code{
    width: 404px;
    height: 28px;
}

#mobile{
    width: 80%;
}

/*Filter styles*/
.saturate { filter: saturate(3); }
.grayscale { filter: grayscale(100%); }
.contrast { filter: contrast(160%); }
.brightness { filter: brightness(4); }
.blur { filter: blur(3px); }
.invert { filter: invert(100%); }
.sepia { filter: sepia(100%); }
.huerotate { filter: hue-rotate(180deg); }
.rss.opacity { filter: opacity(50%); }


/* Cookie Consent */
#cookieConsent {
    background-color: rgba(20,20,20,0.9);
    min-height: 26px;
    font-size: 1.2rem;
    color: #fff;
    line-height: 26px;
    padding: 2rem;
    border-radius: 5px;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    display: none;
    z-index: 9999;
}

#cookieConsent a{
    color: #ccc;
    transition: all 0.3s;
}

#cookieConsent a:hover{
    color: #fff;
    text-decoration: underline;
}

#errorMessage{
    color: red;
    font-size: 15px;
}

/* Add & Delete buttons - see below for media adjustments*/
.cart{
    margin-right: 2px;
    width: 60px;
}

.galleryImg{
    min-width: 500px;
    width: 500px;
    border: solid 2px black;
    /* min-height: 147px;
    height: 147px; */
}

.responsive {
    width: 100%;
    max-width: 100%;
    height: auto;
} 
 .collapse {
    &:not(.show) {
      display: none;
    }
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

@media(max-width: 576px){
    .container h1{
        font-size: 30px;
        text-wrap: wrap;
    }

    #HOME img{
        min-width: 285px;
        width: 285px;
    }
    .galleryImg{
        min-width: 300px;
        width: 300px;
        /* min-height: 147px;
        height: 147px; */
    }
    .j-col1h, .j-col2h, .j-col3h, .j-col1, .j-col2, .j-col3, .j-col4h{
        font-size: small;
        text-wrap: wrap;
        white-space: wrap;
    }
    .j-col4{
        white-space: wrap;
    }

    .cart{
        font-size: small;
        text-wrap: wrap;
        width: 60px;
    }

    #code{
        width: 249px;
        height: 30px;
        font-size: small;
    }

}