/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap");
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

body {
  /*
	margin-top: 60px;

	@media screen and (max-width: 640px) {
		margin-top: -80px;
	}
	*/ }

.main_container > .container.box_shadow {
  width: 100%; }
  .main_container > .container.box_shadow .page_container {
    margin: 0;
    padding: 0; }
    .main_container > .container.box_shadow .page_container > .wrap .breadcrumb {
      display: none; }
    .main_container > .container.box_shadow .page_container > .wrap > .container {
      width: 100%; }
      .main_container > .container.box_shadow .page_container > .wrap > .container > .row {
        margin: 0; }
        .main_container > .container.box_shadow .page_container > .wrap > .container > .row .span2 {
          display: none; }
        .main_container > .container.box_shadow .page_container > .wrap > .container > .row .span10 {
          width: 100% !important;
          max-width: 100% !important;
          margin: 0; }

.main_container > #announcement {
  background: #931723;
  /* Old browsers */
  background: -moz-linear-gradient(top, #931723 0%, #bf1e2e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #931723), color-stop(100%, #bf1e2e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #931723 0%, #bf1e2e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #931723 0%, #bf1e2e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #931723 0%, #bf1e2e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #931723 0%, #bf1e2e 100%);
  /* W3C */
  display: none;
  position: absolute;
  width: 100%;
  top: -50px;
  color: #fff;
  border-radius: 6px;
  padding: 16px 0 12px; }
  @media screen and (max-width: 640px) {
    .main_container > #announcement {
      top: -70px; } }
  .main_container > #announcement.visible {
    display: block; }
    .main_container > #announcement.visible + .top_line .container .shoppingcart_container {
      position: relative;
      margin-right: 10px;
      top: -2px; }
  .main_container > #announcement .flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto; }
    .main_container > #announcement .flex > div {
      text-align: center; }
      @media screen and (max-width: 680px) {
        .main_container > #announcement .flex > div {
          width: 100%;
          margin-bottom: 12px;
          padding-bottom: 8px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          .main_container > #announcement .flex > div:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border: none; } }
      .main_container > #announcement .flex > div h2,
      .main_container > #announcement .flex > div p {
        font-family: 'Josefin Sans', sans-serif;
        color: #fff; }
      .main_container > #announcement .flex > div h2 {
        display: inline-block;
        font-weight: bold;
        font-size: 28px;
        margin: 0 0 8px 0 !important;
        padding-bottom: 5px;
        line-height: 1;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        @media screen and (max-width: 960px) {
          .main_container > #announcement .flex > div h2 {
            font-size: 20px; } }
        @media screen and (max-width: 680px) {
          .main_container > #announcement .flex > div h2 {
            font-size: 18px;
            border: none;
            margin: 0 0 3px 0 !important;
            padding: 0; } }
      .main_container > #announcement .flex > div p {
        margin: 0;
        line-height: 1.3;
        text-transform: none;
        font-size: 16px; }
        @media screen and (max-width: 680px) {
          .main_container > #announcement .flex > div p {
            font-size: 14px; } }
        @media screen and (max-width: 640px) {
          .main_container > #announcement .flex > div p strong {
            display: block;
            margin-top: 5px; } }
@media screen and (max-width: 1079px) {
  #home-content__hero {
    width: 106%;
    margin-left: -3%; } }

#home-content__hero .owl-dots {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%; }
  @media screen and (max-width: 640px) {
    #home-content__hero .owl-dots {
      bottom: 8px; } }
  #home-content__hero .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #bf1e2e;
    border-radius: 50%;
    outline: none;
    margin: 0 10px; }
    @media screen and (max-width: 640px) {
      #home-content__hero .owl-dots .owl-dot {
        width: 15px;
        height: 15px; } }
    #home-content__hero .owl-dots .owl-dot.active {
      background: #bf1e2e; }

#home-content__featured-categories {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 50px 0; }
  #home-content__featured-categories.reached .home-content__featured-categories__category {
    opacity: 1;
    transform: translateY(0); }
  #home-content__featured-categories .home-content__featured-categories__category {
    transition: .5s;
    width: 30%;
    text-align: center;
    opacity: 0;
    transform: translateY(-30px); }
    #home-content__featured-categories .home-content__featured-categories__category:nth-child(1) {
      transition: 0.4s ease 0.25s; }
    #home-content__featured-categories .home-content__featured-categories__category:nth-child(2) {
      transition: 0.4s ease 0.5s; }
    #home-content__featured-categories .home-content__featured-categories__category:nth-child(3) {
      transition: 0.4s ease 0.75s; }
    #home-content__featured-categories .home-content__featured-categories__category:nth-child(4) {
      transition: 0.4s ease 1s; }
    #home-content__featured-categories .home-content__featured-categories__category:nth-child(5) {
      transition: 0.4s ease 1.25s; }
    @media screen and (max-width: 768px) {
      #home-content__featured-categories .home-content__featured-categories__category {
        width: 100%;
        margin-bottom: 30px; }
        #home-content__featured-categories .home-content__featured-categories__category:last-child {
          margin-bottom: 0; } }
    #home-content__featured-categories .home-content__featured-categories__category img {
      margin-bottom: 16px; }
    #home-content__featured-categories .home-content__featured-categories__category h3 {
      color: #bf1e2e;
      margin-bottom: 8px; }
    #home-content__featured-categories .home-content__featured-categories__category p {
      line-height: 1.5;
      max-width: 400px;
      margin: 0 auto 8px; }

#home-content__popular-categories {
  padding: 30px 0;
  text-align: center; }
  #home-content__popular-categories.reached > h2 {
    opacity: 1;
    transform: scale(1); }
  #home-content__popular-categories.reached .home-content__popular-categories__category {
    opacity: 1;
    transform: scale(1); }
  #home-content__popular-categories > h2 {
    transition: .5s;
    font-weight: bold;
    margin-bottom: 45px;
    opacity: 0;
    transform: scale(0.5); }
  #home-content__popular-categories .flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    @media screen and (max-width: 640px) {
      #home-content__popular-categories .flex {
        justify-content: space-around; } }
  #home-content__popular-categories .home-content__popular-categories__category {
    transition: .5s;
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
    opacity: 0;
    transform: scale(0.2); }
    @media screen and (max-width: 768px) and (min-width: 641px) {
      #home-content__popular-categories .home-content__popular-categories__category {
        width: 33.333%; }
        #home-content__popular-categories .home-content__popular-categories__category:nth-last-child(-n+2) {
          display: none; } }
    @media screen and (max-width: 640px) {
      #home-content__popular-categories .home-content__popular-categories__category {
        width: 45%; } }
    #home-content__popular-categories .home-content__popular-categories__category:nth-child(1) {
      transition: 0.5s ease 0.15s; }
    #home-content__popular-categories .home-content__popular-categories__category:nth-child(2) {
      transition: 0.5s ease 0.3s; }
    #home-content__popular-categories .home-content__popular-categories__category:nth-child(3) {
      transition: 0.5s ease 0.45s; }
    #home-content__popular-categories .home-content__popular-categories__category:nth-child(4) {
      transition: 0.5s ease 0.6s; }
    #home-content__popular-categories .home-content__popular-categories__category:nth-child(5) {
      transition: 0.5s ease 0.75s; }
    #home-content__popular-categories .home-content__popular-categories__category:nth-child(6) {
      transition: 0.5s ease 0.9s; }
    #home-content__popular-categories .home-content__popular-categories__category:nth-child(7) {
      transition: 0.5s ease 1.05s; }
    #home-content__popular-categories .home-content__popular-categories__category:nth-child(8) {
      transition: 0.5s ease 1.2s; }
    #home-content__popular-categories .home-content__popular-categories__category:nth-child(9) {
      transition: 0.5s ease 1.35s; }
    #home-content__popular-categories .home-content__popular-categories__category:nth-child(10) {
      transition: 0.5s ease 1.5s; }
    #home-content__popular-categories .home-content__popular-categories__category:nth-child(11) {
      transition: 0.5s ease 1.65s; }
    #home-content__popular-categories .home-content__popular-categories__category:nth-child(12) {
      transition: 0.5s ease 1.8s; }
    #home-content__popular-categories .home-content__popular-categories__category:nth-child(13) {
      transition: 0.5s ease 1.95s; }
    #home-content__popular-categories .home-content__popular-categories__category:nth-child(14) {
      transition: 0.5s ease 2.1s; }
    #home-content__popular-categories .home-content__popular-categories__category:nth-child(15) {
      transition: 0.5s ease 2.25s; }
    #home-content__popular-categories .home-content__popular-categories__category:hover {
      text-decoration: none; }
      #home-content__popular-categories .home-content__popular-categories__category:hover .home-content__popular-categories__category__thumbnail {
        transform: scale(1.05); }
      #home-content__popular-categories .home-content__popular-categories__category:hover h4 {
        color: #931723; }
    #home-content__popular-categories .home-content__popular-categories__category__thumbnail {
      border-radius: 50%;
      display: block;
      transition: .2s;
      margin: 0 auto;
      width: 130px;
      height: 130px;
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 640px) {
        #home-content__popular-categories .home-content__popular-categories__category__thumbnail {
          width: 100px;
          height: 100px; } }
    #home-content__popular-categories .home-content__popular-categories__category h4 {
      font-weight: bold;
      color: #bf1e2e; }

#home-content__about {
  background: #fafafa;
  border-top: 4px solid #bf1e2e;
  padding: 50px; }
  @media screen and (max-width: 640px) {
    #home-content__about {
      padding: 30px; } }
  #home-content__about h2 {
    color: #bf1e2e;
    text-align: center; }
  #home-content__about p {
    line-height: 1.5; }
    #home-content__about p:last-child {
      margin: 0; }

#home-content__callouts {
  padding: 0 0 30px; }
  #home-content__callouts .flex {
    display: flex;
    flex-flow: row wrap;
    border-radius: 0 0 10px 10px;
    overflow: hidden; }
  #home-content__callouts .home-content__callouts__callout {
    transition: .2s;
    background: #bf1e2e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bf1e2e 0%, #7d141e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf1e2e), color-stop(100%, #7d141e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bf1e2e 0%, #7d141e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bf1e2e 0%, #7d141e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bf1e2e 0%, #7d141e 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #bf1e2e 0%, #7d141e 100%);
    /* W3C */
    background-size: auto 150%;
    box-sizing: border-box;
    width: 33.333%;
    padding: 25px 20px 20px;
    text-align: center;
    text-decoration: none;
    background-position: center top;
    border-right: 1px solid #bf1e2e; }
    @media screen and (max-width: 700px) {
      #home-content__callouts .home-content__callouts__callout {
        width: 100%;
        border: none; } }
    #home-content__callouts .home-content__callouts__callout:last-child {
      border: none; }
    #home-content__callouts .home-content__callouts__callout:hover {
      background-position: center 80%; }
    #home-content__callouts .home-content__callouts__callout h3 {
      color: #fff;
      font-weight: bold;
      text-transform: uppercase; }

#home-content h2,
#home-content h3,
#home-content h4,
#home-content p,
#home-content a {
  font-family: 'Josefin Sans', sans-serif; }

#home-content p {
  font-size: 16px; }

#home-content h2 {
  font-size: 36px;
  line-height: 1.2; }
  @media screen and (max-width: 768px) {
    #home-content h2 {
      font-size: 24px; } }
#home-content h3 {
  font-size: 24px; }
  @media screen and (max-width: 768px) {
    #home-content h3 {
      font-size: 18px; } }
@media screen and (max-width: 640px) {
  #home-content h4 {
    font-size: 14px; } }

#home-content .button {
  border-radius: 30px;
  transition: .2s;
  display: inline-block;
  background: #bf1e2e;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 20px 10px;
  text-decoration: none; }
  #home-content .button:hover {
    padding: 12px 25px 10px;
    background: #931723; }
