html {
  scroll-behavior: smooth;
}
img {
  width: 100%;
  height: auto;
}
@font-face {
  font-family: 'Canterbury';
  src: url("../../fonts/Canterbury.ttf");
  src: url("../../fonts/Canterbury-Regular.eot");
  src: url("../../fonts/Canterbury-Regular.woff");
  src: url("../../fonts/Canterbury-Regular.woff2");
  font-weight: normal;
  font-style: normal;
}
.logo img {
  width: 140px;
}
.module {
  top: 30px;
}
.hero .slide.bg-overlay::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.product-box .product-hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.product-boxes {
  margin-bottom: 0;
}
#featuredItems {
  padding-bottom: 0;
}
.footer-widget-link li a::before {
  top: -9px;
}
.hours li {
  border-bottom: none;
  padding: 5px 0;
}
.hours li span {
  display: inline-block;
  float: right;
}
.navbar.affix .logo img {
  width: 115px;
  transition: 0.2s;
}
.touchless {
  background: #ddd;
  text-align: center;
  padding: 60px 0 40px 0;
}
.touchless h2 {
  color: #ed1b24;
  text-transform: uppercase;
  line-height: 35px;
}
.touchless p {
  color: #494949;
}
.footer-social a.share-facebook:hover {
  background-color: transparent;
}
footer ul li {
  font-size: 14px;
}
.privacy ul {
  margin: 10px 0 20px;
}
.privacy ul li {
  color: #747474;
  font-family: "Poppins", sans-serif;
  ;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
  list-style-type: disc;
  margin-left: 30px;
}
.btn.btn-primary.order-online {
  height: 46px !important;
  line-height: 32px !important;
  padding: 5px 0 !important;
  font-weight: bold;
}
.btn.btn-primary.order-online span {
  font-size: 10px;
}
/*repaso button*/
.order-text, footer .order-text {
  color: #FFF;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: normal;
}
.order-text.black {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
}
.order-now-repaso {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 132, 0, 1) 3%, rgba(255, 30, 0, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 97%, rgba(255, 189, 189, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(3%, rgba(255, 132, 0, 1)), color-stop(50%, rgba(255, 30, 0, 1)), color-stop(51%, rgba(246, 41, 12, 1)), color-stop(71%, rgba(240, 47, 23, 1)), color-stop(97%, rgba(231, 56, 39, 1)), color-stop(100%, rgba(255, 189, 189, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 132, 0, 1) 3%, rgba(255, 30, 0, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 97%, rgba(255, 189, 189, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 132, 0, 1) 3%, rgba(255, 30, 0, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 97%, rgba(255, 189, 189, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 132, 0, 1) 3%, rgba(255, 30, 0, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 97%, rgba(255, 189, 189, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 132, 0, 1) 3%, rgba(255, 30, 0, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 97%, rgba(255, 189, 189, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffbdbd', GradientType=0);
  border: 2px solid #333;
  color: #FFF !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
}
.order-now-repaso:hover {
  background: rgba(255, 189, 189, 1) !important;
  background: -moz-linear-gradient(top, rgba(255, 189, 189, 1) 0%, rgba(231, 56, 39, 1) 3%, rgba(240, 47, 23, 1) 29%, rgba(246, 41, 12, 1) 49%, rgba(255, 30, 0, 1) 50%, rgba(255, 132, 0, 1) 97%, rgba(255, 255, 255, 1) 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 189, 189, 1)), color-stop(3%, rgba(231, 56, 39, 1)), color-stop(29%, rgba(240, 47, 23, 1)), color-stop(49%, rgba(246, 41, 12, 1)), color-stop(50%, rgba(255, 30, 0, 1)), color-stop(97%, rgba(255, 132, 0, 1)), color-stop(100%, rgba(255, 255, 255, 1))) !important;
  background: -webkit-linear-gradient(top, rgba(255, 189, 189, 1) 0%, rgba(231, 56, 39, 1) 3%, rgba(240, 47, 23, 1) 29%, rgba(246, 41, 12, 1) 49%, rgba(255, 30, 0, 1) 50%, rgba(255, 132, 0, 1) 97%, rgba(255, 255, 255, 1) 100%) !important;
  background: -o-linear-gradient(top, rgba(255, 189, 189, 1) 0%, rgba(231, 56, 39, 1) 3%, rgba(240, 47, 23, 1) 29%, rgba(246, 41, 12, 1) 49%, rgba(255, 30, 0, 1) 50%, rgba(255, 132, 0, 1) 97%, rgba(255, 255, 255, 1) 100%) !important;
  background: -ms-linear-gradient(top, rgba(255, 189, 189, 1) 0%, rgba(231, 56, 39, 1) 3%, rgba(240, 47, 23, 1) 29%, rgba(246, 41, 12, 1) 49%, rgba(255, 30, 0, 1) 50%, rgba(255, 132, 0, 1) 97%, rgba(255, 255, 255, 1) 100%) !important;
  background: linear-gradient(to bottom, rgba(255, 189, 189, 1) 0%, rgba(231, 56, 39, 1) 3%, rgba(240, 47, 23, 1) 29%, rgba(246, 41, 12, 1) 49%, rgba(255, 30, 0, 1) 50%, rgba(255, 132, 0, 1) 97%, rgba(255, 255, 255, 1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdbd', endColorstr='#ffffff', GradientType=0);
  font-family: 'Roboto', sans-serif;
}
.order-now-repaso img {
  width: 14px;
  height: 24px;
  margin-right: 7px;
  position: absolute;
}
.order-now-repaso {
  padding: 8px 43px 8px 30px;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  border-radius: 50px;
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
}
header .module {
  float: left;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}
.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
footer a {
  color: #999999;
}
footer a:hover {
  color: #ed1b24;
}
.product-tabs {
  margin: 20px;
}
/*#hero h2{font-family: 'Canterbury'; font-size: 120px;}*/
/*#about_us p {
	padding: 40px; line-height: 30px;}*/
#about_us #description, #about_us #details {
  border: 1px solid #dfdfdf;
  overflow: hidden;
}
#about_us .tab-content {
  background: #FFF;
}
.nav-tabs > li > a {
  font-size: 14px;
}
.nav-tabs > li.active > a {
  font-weight: bold;
}
.widget-contact .form-control {
  color: #3C3C3C;
}
#hero-slider h3{color: #FFF;}
@media (max-width:991px) {
  nav .container {
    position: relative;
    background: #FFF;
  }
  header .module {
    position: absolute;
    right: 0;
    width: auto;
  }
  .navbar .logo {
    display: inline-block;
    float: left;
  }
  .navbar .logo img, .navbar.affix .logo img {
    width: 200px;
  }
}
@media (max-width:768px) {
  .navbar-toggle {
    border-color: #ed1b24;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 35px;
    display: block;
    float: left;
  }
  header .module {
    right: 20px;
  }
  .container > .navbar-collapse {
    margin-top: 6px;
    padding: 20px;
  }
  .navbar-nav {
    border-bottom: none;
  }
  #hero h2 {
    font-family: 'Canterbury';
    font-size: 4em;
  }
  #about_us p {
    padding: 20px;
  }
}
@media (max-width:536px) {
  .module .btn-primary {
    width: 135px;
  }
  .navbar .logo img, .navbar.affix .logo img {
    width: 120px;
  }
  .header + section {
    margin-top: 98px;
  }
}