html {
  color: #6b727b;
  font-size: 14px;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  background: #f0f2f4;
}

body {
  background: #f0f2f4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

a {
  text-decoration: none;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.text-left {
  text-align: left !important;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.text-center {
  text-align: center;
  display: block;
  text-transform: uppercase;
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.text-right {
  text-align: right;
}

.top {
  padding: 5px;
  background: #e4e6eb;
}

#menuToggle {
  display: none;
}

.top .social-links a {
  display: inline-block;
  background: #6b727b;
  width: 30px;
  padding-top: 2px;
  margin-left: 5px;
  height: 30px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.header .main-header {
  background: #f0f2f4;
  padding: 10px 0;
  display: block;
}

.header .main-header .search {
  position: relative;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
}

.header .main-header .search .search-text {
  background: #fff;
  padding: 15px 10px;
  width: 100%;
  max-width: 500px;
  border: 0;
  border-radius: 3px;
}

.header .main-header .search-text:focus {
  outline: none;
}

.header .main-header .search button {
  position: absolute;
  top: 0;
  right: 0;
  background: #e81c5f;
  border: 0;
  border-radius: 3px;
  padding: 8px;
}

.header .main-nav {
  background: #e4e6eb;
}

.header .main-menu ul {
  list-style: none;
  padding: 0;
}

.header .main-menu ul li {
  display: inline-block;
}

.header .main-menu ul li a {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #6b727b;
  border-right: 1px solid #6b727b;
  text-transform: uppercase;
  padding: 0 10px 0 0;
  font-weight: 600;
}

.header .main-mobile-menu ul li:last-child a {
  border-right: none;
}

.header .main-mobile-menu ul li {
  display: block;
}

.header .main-mobile-menu ul li a {
  display: block;
  margin: 0 10px 0 0;
  color: #6b727b;
  border-right: none;
  text-transform: uppercase;
  padding: 0 10px 0 0;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 20px 0;
}

.header .main-mobile-menu ul li:last-child a {
  border-right: none;
}

#mobile-menu {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: center;
  padding: 20px;
  background: #fff;
  z-index: 9;
}

.banners img {
  margin-top: 30px;
  border-radius: 3px;
  overflow: hidden;
}

.featured-banners {
  margin: 30px 0;
}

.featured-banners img {
  border-radius: 3px;
}

.product-container {
  background: #fff;
  border-radius: 3px;
}

.product-container {
  text-align: center;
  margin-bottom: 30px;
}

.product-container .img {
  padding: 10px;
}

.product-container .info {
  padding: 0 20px;
}

.product-container .info .name {
  color: #6b727b;
  margin: 20px 0;
  display: block;
  height: 55px;
}

.product-container .info .price {
  font-size: 24px;
  font-weight: bold;
  color: #e81c5f;
  padding-bottom: 20px;
}

.productsContainer h3 {
  color: #6b727b;
  font-size: 20px;
}

.staticBanner {
  border-radius: 3px;
  margin-bottom: 20px;
}

.listStyle {
  margin-bottom: 20px;
}

.listStyle .info .name {
  height: 40px;
  margin-bottom: 10px;
}

.banners {
  position: relative;
}

.banners .owl-prev {
  position: absolute;
  left: 5px;
  font-size: 100px !important;
  z-index: 8;
  top: 40%;
}

.banners .owl-next {
  position: absolute;
  right: 5px;
  font-size: 100px !important;
  z-index: 8;
  top: 40%;
}

.owl-next:focus, .owl-prev:focus {
  outline: none;
  color: #fff !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}

.breadcrumbs {
  display: block;
  margin: 20px 0;
  background: #e4e6eb;
  padding: 10px;
  border-radius: 3px;
}

.breadcrumbs a {
  text-transform: uppercase;
  color: #777;
}

.box {
  background: #fff;
  padding: 20px;
  border-radius: 3px;
}

.box-title {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#categories-internal a {
  display: block;
  color: #777;
  margin-bottom: 10px;
}

.pagination {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.pagination li {
  display: inline-block;
  margin-bottom: 10px;
}

.pagination li a {
  background: #e4e6eb;
  padding: 10px 15px;
  border-radius: 3px;
  margin-right: 5px;
  color: #777;
  display: block;
}

.pagination li.active {
  background: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  margin-right: 5px;
  color: #777;
}

.footer {
  background: #e4e6eb;
  padding: 20px 0 0 0;
}

.footer .box {
  background: #f0f2f4;
}

.footer .box .box-title {
  font-weight: 600;
}

.footer .whatslink a {
  font-size: 18px;
  font-weight: 300;
  color: #6b727b;
}

.footer .whatslink span {
  margin: 10px 5px;
  color: #6b727b;
}

.footer .box {
  padding: 15px;
}

.box-content.tn {
  text-transform: none;
}

.footer .address a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .address span {
  margin-left: 10px;
  color: #6b727b;
  font-size: 18px;
}

.footer .social-links a {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .main-nav {
    display: none;
  }
  #menuToggle {
    display: block;
  }
  .listStyle .info .name {
    height: auto;
  }
  .banners .owl-prev, .banners .owl-next {
    top: 26%;
  }
}
/*# sourceMappingURL=main.css.map */