body
{
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;
    background-color:#fff;
}

.view-form-icon label {
    top: -40px;
    color:#000;
    font-size:1.55rem;
    font-weight:575;
    margin-top:15px;
    margin-bottom:15px;
    
}

figure {
    margin-top:0rem;
}

.product-image-large {
    max-height:100%;
}

.main-wrapper {
  background-color:#FFFFFF;
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
  
.jumbotron {
  margin:0px;
  background-color: transparent;
}

textarea.form-control {
    height: 280px;
}

.my-imgs {
    display:inline-block;
    float:none;
    width:100%;
    padding:10px;
    margin-right:auto;
    margin-left:auto;
}

.container-view { 
    margin-top: 5px;
    background-color:#FFFFFF;
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 400px) {
    .container-view {
    max-width: 100%;
    margin: 4.5rem auto 0 auto;
}
}

.navbar {
    display: flex;
    justify-content: center;
}

.container {
    width: auto;
    float: none;
    margin: 0 auto;
    display: block;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.panel {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.panel-default {
    border-color: #fff;
}

.panel-primary {
    border-color: #fff;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.badge {
    color: #fff;
}

.thumbnail img {
    max-height: 225px;
    margin-bottom:0px;
    padding-bottom:0px;
}

.thumbnail {
    max-height: 225px;
    margin-bottom:0px;
    padding-bottom:0px;
}

.panel-product-list ul li a img {
    margin-bottom:0px;
    padding:0px;
}

div.panel-heading > h3, div.panel-heading > h2 {
    color:white;
}

h1, h2, h3, h5, h6, .h1, .h2, .h3, .h5, .h6 {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 11px;
}

h4, .h4 {
    font-family: 'Helvetica', 'Arial', sans-serif;
    text-transform: uppercase;
    font-size:2rem;
    font-weight: 550;
    color:#000;"
}

.panel-product-list ul li.inline h3 {
    min-height:15px;
}

.well {
    box-shadow: 2px 2px 5px grey;
    padding-bottom:25rem;
}

@media (min-width: 992px)
.col-md-9 {
    width:100%;
}.col-md-9 {
    width:100%;
}

.panel-category-list {
    
}

.panel-product-list ul li a {
    padding:0px;
}

.navbar .container .navbar-nav li.active .fa-caret-down, .navbar .container-view .navbar-nav li.active .fa-caret-down {
    display:none;
}

.dropdown-mega {
    display:none;
}

.container .navbar-nav li a {
    color: #000;
}

.container .navbar-nav li.active > a {
    background-color: #fff;
    color: #000;
}

.container .navbar-nav li.active a:hover {
    background-color: #d3d3d3;
}

/* Modal Background */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0; 
    top: 0;
    width: 100%; 
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.modal-content {
    margin: auto;
    display: block;
    width: auto%;
    height: 200%;
    max-width: 90vw; /* Allow scaling up to 90% of viewport width */
    max-height: 90vh; /* Allow scaling up to 90% of viewport height */
}

/* Close Button */
.close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}
@media (max-width: 768px) { /* Targets devices with a width <= 768px */
    .modal {
        display: none !important;
    }
}
