/* body */
body {
   color: #4c4c4c;
   font-family: 'Raleway', sans-serif;
   padding-right: 0 !important;
}
a {
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
  color: #ed1c24;
  outline : none;
}
a:hover {
    color: #ed1c24;
    text-decoration: underline;
}
.modal-open {
  overflow: auto;
}
.raleway {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.0;
}
.underline {
  text-decoration: underline;
}
/* loader */
.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
    background: #ed1c24 !important;
}
a.jscroll-next {
  display: none;
}
.jscroll-loading {
  display: block;
  width: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ed1c24;
  font-size: 10px;
  margin: 40px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
.gm-style-iw div div {
  overflow: hidden !important;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* modal */
#modal-loader {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
  transition: opacity .15s linear;
  background-color: #000;
  opacity: 0.4;
}
#modal-loader .loader {
  top: 50%;
}
.modal.vertically-modal .modal-dialog {
  transform: translateY(-25%);
  max-width: 1100px;
  top: 50%;
  margin: 0 auto;
  padding: 20px;
}
.modal.vertically-modal.show .modal-dialog {
  transform: translateY(-50%);
}
.modal-content {
  max-height: 100vh;
  overflow-y: auto;
  padding: 0;
}
.modal-dialog .head {
  padding: 12px 20px 8px 20px;
  background-color: #ed1c24;
  border-radius: 5px;
}
.modal-dialog .head h1 {
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
.modal-dialog .head button {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 1.7rem;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
.modal-dialog .body {
  text-align: center;
  padding: 20px 0 0 0;
}
.modal-dialog .body .description {
    width: 90%;
    font-size: 0.9rem;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.modal-dialog .body img {
    border-radius: 5px;
    width: 90%;
    max-width: 700px;
}
.modal-dialog .footer {
  width: 100%;
  text-align: center;
  padding: 10px 0 0px 0;
}
.modal-dialog .footer img {
  width: 120px;
}
/* flash */
div.alert {
  margin: 10px 80px 80px 80px;
}
/* navigation */
header {
  display: block;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: white;
}
#mainNavbar ul {
   margin: 0 auto;
}
.navbar-light .navbar-nav .nav-link {
  font-family: 'Spectral', serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 4.0;
  color: #535353;
  padding-right: 2rem;
  padding-left: 2rem;
}
#mainNavbar .navbar-nav .nav-link:hover {
   color: #ed1c24;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #ed1c24;
    border-bottom: 1px solid #ed1c24;
}
#mainNavbar .navbar-brand a {
  display: block;
  width: 420px;
  margin-right: 4.5rem;
  margin-left: 4.5rem;
}
#mainNavbar .navbar-brand a img {
  position: absolute;
  top: 30px;
  width: 420px;
  z-index: 99;
}
#mainNavbar .logo-mobile {
  display: none;
}
#mainNavbar .navbar-nav .nav-link {
  white-space: nowrap;
}
#mainNavbar .navbar-nav .navbar-brand {
  max-width: 500px;
}
#global-nav .logo-mobile {
    position: absolute;
    display: block;
    top: 3px;
    right: 3px;
    padding: 10px;
}
#global-nav .logo-mobile img {
   height: 35px;
   width: auto;
}
/* pagination */
.pagination li.page-item.active .page-link {
    background-color: #ed1c24;
    border-color: #ed1c24;
}
.pagination li.page-link:focus, .page-link {
    color: #ed1c24;
}
.pagination li.page-link:focus, .page-link:hover {
    color: #ed1c24;
}
.page-link:focus, .page-link:hover {
    color: #ed1c24;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/* carousel */
.carousel .carousel-inner .carousel-item img {
   width: 100%;
}
.carousel-control-next,
.carousel-control-prev {
   opacity: 1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
   padding: 25px;
   border-radius: 50%;
   background-color: #fff;
   box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
   background-image: none;
}
.carousel-control-next-icon img {
   display: block;
   margin: -11px 0 0 -10px;
}
.carousel-control-prev-icon img {
   display: block;
   margin: -10px 0 0 -12px;
}
.carousel .carousel-caption {
   margin: 0 0 310px 0;
}
.carousel .carousel-caption h3 {
   font-family: 'Spectral', serif;
   font-size: 3.9rem;
   text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.carousel .carousel-caption p {
   font-family: 'Raleway', sans-serif;
   font-size: 1.3rem;
   text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
/* banner */
.mini-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  text-align: center;
}
.mini-banner img {
  width: 100%;
  margin-top: 110px;
}
.mini-banner .caption {
  position: absolute;
  right: 15%;
  bottom: 30%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.mini-banner .caption h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.1rem;
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
/* form elements */
.form-control {
    color: #4c4c4c;
    background-color: #f6f6f6;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-control:focus {
    background-color: #fff;
    border-color: #ed1c24;
}
/* buttons */
.btn {
  font-family: 'Spectral', serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 0;
  cursor: pointer;
  padding: 25px 35px 25px 35px;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.btn:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(237,28,35,1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(237,28,35,1);
  box-shadow: 0px 0px 8px 0px rgba(237,28,35,1);
}
.btn-primary, .btn-secondary {
   background-color: #ed1c24;
   border-color: #ed1c24;
   text-transform: uppercase;
   border: 3px solid #ed1c24;
}
.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle,
.btn-secondary:hover,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
   background-color: #ed1c24;
   border-color: #ed1c24;
   border: 3px solid #e41a21;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-secondary.focus
.btn-secondary:focus {
    box-shadow: 0 0 0 3px rgba(255,0,0,.5);
}
.red-block .btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #ed1c24;
}
.red-block .btn-primary:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,1);
  box-shadow: 0px 0px 8px 0px rgba(255,255,255,1);
}
.category-dropdown .btn {
  min-width: 320px;
  margin-bottom: 40px;
}
.category-dropdown .dropdown-menu {
  min-width: 320px;
}
.category-dropdown  .dropdown-item:focus, .dropdown-item:hover {
    background-color: #f3f3f3;
}
.category-dropdown .dropdown-item {
   text-align: center;
}
/* content */
section.content,
footer {
   margin: 0 auto;
   max-width: 1440px;
   overflow: hidden;
}
.content .intro-block {
   padding: 80px 70px 40px 70px;
}
.content .intro-block p {
  font-family: 'Spectral', serif;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.4;
}
.content .info-block {
  padding: 80px 70px 40px 70px;
}
.content .info-block p {
  font-family: 'Raleway', sans-serif;
  font-size: 1.8rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.4;
}
.content .row {
   padding: 0 80px 0 80px;
}
.content .element-center {
   margin: 0 auto;
   width: auto;
}
.content .text-center {
  text-align: center !important;
}
.content .text-left {
  text-align: left !important;
}
.content .text-right {
  text-align: right;
}
.content .text-red {
  color: #ed1c24;
}
.content .row h3 {
  color: #ed1c24;
  font-size: 2.1rem;
  padding: 5px 0 20px 0;
}
.content #maincarousel {
  margin-top: 95px;
}
/* products-block */
.content .products-block {
  display: block;
  float: left;
  width: 100%;
}
.content .products-block .product-tile {
  display: block;
  overflow: hidden;
  float: left;
  width: 33%;
  padding: 20px 20px 20px 20px;
  max-height: 400px;
  height: 400px;
}
.content .products-block .product-tile div.mobile {
  display: none;
}
.content .products-block .product-tile .product-thumb  {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
  width: 100%;
}
.content .products-block .product-tile .product-thumb img {
    width: 100px;
}
.content .products-block .product-tile h1 {
   font-size: 20px;
   width: 100%;
   text-align: center;
   color: #ed1c24;
   line-height: 26px;
   font-weight: bold;
   text-transform: uppercase;
}
.content .products-block .product-tile h2 {
   width: 100%;
   text-align: center;
   color: #535353;
   font-size: 15px;
}
.content .products-block .product-tile h3 {
   width: 100%;
   text-align: center;
   color: #535353;
   font-size: 15px;
}
.content .products-block .product-tile .description {
  display: none;
}
.content .products-block .product-tile .product-thumb img {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.content .products-block .product-tile h4,
.content .products-block .product-tile a h4 {
  display: block;
  overflow: hidden;
  width: 100%;
  font-size: 0.9rem;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  text-align: center;
  padding: 20px 0 0 0;
  text-transform: uppercase;
  height: 80px;
}
.content .products-block .product-tile h4 b {
   color: rgba(0,0,0,.8);
   padding: 10px 0 0 0;
   display: block;
}
.content .products-block .products-pagination {
    display: block;
    float: left;
    width: 100%;
    padding: 70px 0 0 20px;
}
.content .featured-products-block {
  display: block;
  padding: 10px 0 20px 0;
}
.content .featured-products-block p {
  font-size: 1.1rem;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  line-height: 1.9;
}
.content .remove-top-margin {
  margin-top: 0 !important;
}
.content .red-block {
   display: block;
   float: left;
   background-color: #ed1c24;
   color: #fff;
   text-align: center;
   padding: 80px;
   margin: 70px 0 70px 0;
}
.content .red-block h3 {
  color: #fff;
  font-family: 'Spectral', serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 2;
}
.content .red-block p {
   font-size: 1.1rem;
   font-family: 'Raleway', sans-serif;
   font-weight: normal;
}
.content .mini-map {
  background-image: url('../images/minimap.gif');
  background-repeat: no-repeat;
  background-position: right;
  margin-bottom: 80px;
}
.content .mini-map p {
  margin-bottom: 60px;
}
.content .store-search .btn {
  padding: 10px 20px 10px 20px;
}
/* google map */
.map-container {
  margin: 70px 0 0 0;
}
div.mapcontainer {
    height: 650px !important;
    padding: 20px 0 0 0 !important;
}
.gm-style-cc {
  display: none;
}
/* footer */
footer .row {
  padding: 0 80px 0 80px;
  line-height: 2;
}
footer .adress-block {
  padding: 60px 80px 60px 80px;
}
footer .mini-logo img {
  width: 300px;
}
/* Social Icons */
#social_side_links {
	position: fixed;
	top: 70px;
	right: 0;
	padding: 0;
	list-style: none;
	z-index: 99;
}
#social_side_links li a {display: block;}
#social_side_links li a img {
display: block;
  max-width: 55px;
  padding: 10px;
  transition: background .2s ease-in-out;
  min-width: 55px;
}
#social_side_links li a:hover img {
background: rgba(0, 0, 0, .2);
    &:hover{
    padding-left: 20px;
    width:65px;
}}
