/* Main Site Styles */
.header-get-in-touch {display:none;}
.footer-content {z-index:2000;}
main a {color:#c4161c!important;}
main a:hover {text-decoration:underline!important;}
.header-text a.text-green {color:#c4161c;}
.follow_us2 a  {font-size:48px;}
ul.icons {list-style:none;}
ul.icons li a {margin-left:12px;}
h1, h2, h3, h4, h5, h6 {
    color: #085a33!important;
}
.footer-content h1, .footer-content h2, .footer-content h3, .footer-content h4, .footer-content h5, .footer-content h6 {
    color: #f01119!important;
    font-weight:bold;
    font-size:xx-large;
}

/* Hotcakes Related Styles*/

ol.breadcrumb {margin-top:12px; background-color:#fcfbf6;}
ol.breadcrumb li {margin-left:8px;}
.hc-category ul.pagination li.page-item active {color:#FFFFFF!important; font-weight:bold;}

.hc-cart-title > a.btn-primary {color#FFFFFF!Important;}
.hc-product-card-img {height:225px;}
.hc-product-card-img img {
    height:unset!important;
    width:unset!important;
    max-height: 50%;
    max-width: 95%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
h5.card-title {height:50px; text-align:center;}
.hc-paypalcheckout .hc-address {
    margin-left: 0;
    height: 300px !important;
    overflow: auto;
}
.hc-category  .card  .card-img-top {display:none;}
.hc-category  .container  .mb-4 {margin-bottom:1rem!important;}
.hc-checkout .form-control, .hc-checkout :active.form-control {
    color: #000000!important;
    font-weight: bold!important;
}
.hc-checkout .form-control::placeholder, .hc-checkout :active.form-control::placeholder {
  color: silver !important;
  font-weight: Normal!important;
  opacity: 1;
}



.ModHotcakesProductViewerC .hc-product .hc-product-details h2{font-size:16px; color:#333!important;}

.ModHotcakesProductViewerC .hc-product .hc-product-details h2, 
.ModHotcakesProductViewerC .hc-product .hc-product-details h2 strong{font-weight:normal;}
.ModHotcakesProductViewerC .hc-product .hc-product-image .icon{display:none!important}


.ModHotcakesProductViewerC .hc-product .hc-product-details br{display:none!important}
/*
.ModHotcakesProductViewerC .container .col-12{padding:0!important}
*/
.row-fluid{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

.btn-primary, .page-item.active .page-link{color:white!important}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{color:white!important}

.pagination{margin:18px;}
.pagination a:hover{text-decoration:none!important}
.hc-category .pb-4.pt-3{padding:0 39px 18px 0!important; }
.ModHotcakesSearchInputC .d-none{display:none!important}
.ModHotcakesSearchInputC  .container{padding:0!important;}

@media screen and (max-width: 800px) {

.col-3, .col-9, .hc-product-cards .col-6{flex:none!important; max-width:100%!important;}


}

@media screen and (max-width: 768px) {
    .hc-category .pb-4.pt-3 { padding: 0 139px 18px 0 !important; }

    .intro-home{padding:20px 10px!important}
    .intro-home h1{font-size:1.5rem!important;}
}



/* Misc Site Styles */
.intro-home {
    background-color: rgba(183, 21, 27, 0.9);
    padding: 30px 100px;
    text-align: center;
}
.intro-home h1 {
    color: #fff!important;
    font-weight: bold;
}
.intro-home p {
    color: #fff;
}









