.img-fluid {
  width: 100%;
  max-width: 100%;
  display: block; }

.img-center img {
  margin: 0 auto; }

.text-white {
  color: #ffffff !important; }

.bg-white {
  background-color: #ffffff !important; }

.text-muted {
  color: #c1c1c1 !important; }

.bg-muted {
  background-color: #c1c1c1 !important; }

.text-normal {
  color: #949494 !important; }

.bg-normal {
  background-color: #949494 !important; }

.text-dark {
  color: #505050 !important; }

.bg-dark {
  background-color: #505050 !important; }

.text-black {
  color: #000000 !important; }

.bg-black {
  background-color: #000000 !important; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -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);
    -o-transform: translate3d(0, 0, 0);
    -spec-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-tap-highlight-color: transparent; }
    .owl-carousel .owl-nav .owl-prev {
      position: absolute;
      left: -25px; }
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      right: -25px; }
    .owl-carousel .owl-nav [class*='owl-'] {
      color: #000000;
      padding: 12px 20px;
      background-color: #ffffff;
      cursor: pointer;
      border-radius: 50%;
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
      .owl-carousel .owl-nav [class*='owl-']:hover {
        background-color: rgba(0, 0, 0, 0.2);
        color: #ffffff;
        text-decoration: none; }
    .owl-carousel .owl-nav .disabled {
      opacity: 0.5;
      cursor: default; }
  .owl-carousel.owl-loaded {
    display: block; }
  .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 {
    -webkit-user-select: none;
    -khtml-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; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

.navigation {
  position: fixed;
  z-index: 3;
  height: 70px;
  width: 100%;
  transition: 300ms ease;
  background: #00283a;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); }

.navbar-wrap {
  margin: 0 auto;
  max-width: 1280px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.nav-brand, .countdown {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -spec-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -spec-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.nav-brand {
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
    /*
	a {
		@include display(flex);
		@include align-items(center);
		font-style: italic;
		font-weight: 300;
		text-transform: uppercase;
		color: #9e9e9e;
	}

	img {
		margin-right: 0.5em;
	}
	*/ }

.countdown {
  color: #ffffff;
  height: 70px;
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding-left: 7px;
  padding-right: 7px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -spec-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -spec-flex-wrap: wrap;
  flex-wrap: wrap; }
  .countdown .days, .countdown .hours, .countdown .minutes, .countdown .seconds {
    font-weight: 800; }
  .countdown .countdown-time {
    width: 100%;
    text-align: right; }
  .countdown .countdown-title {
    color: #d8d8d8;
    font-size: 12px; }

@media (max-width: 1199px) {
  .navigation {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

  .navbar-wrap {
    -webkit-box-align: center;
    -moz-box-align: center;
    -spec-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -spec-align-items: center;
    align-items: center;
    -ms-flex-align: center; }

  .countdown {
    display: none; }

  .nav-brand {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }
.hero {
  position: relative;
  margin-top: 70px; }
  .hero img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      .hero img {
        width: 100%; } }

.product-module {
  position: relative;
  width: 24%;
  margin-bottom: 15px;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -spec-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  @media (max-width: 991px) {
    .product-module {
      width: 49%; } }
  @media (max-width: 767px) {
    .product-module {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .product-module .image {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -spec-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -spec-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        width: 40%; }
      .product-module .info {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -spec-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -spec-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 60%; }
      .product-module .note {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%; } }
  .product-module:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  .product-module .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right; }
    .product-module .ribbon span {
      font-size: 10px;
      font-weight: 700;
      color: #ffffff;
      text-align: center;
      line-height: 20px;
      width: 100px;
      display: block;
      box-shadow: 0 3px 10px -5px black;
      position: absolute;
      top: 19px;
      left: -21px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -spec-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      .product-module .ribbon span:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: -1; }
      .product-module .ribbon span:after {
        content: "";
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: -1; }

.ribbon.et span {
  background: #FA890F;
  background: linear-gradient(#eb7c05 0%, #FA890F 100%); }
  .ribbon.et span:before {
    border-left: 3px solid #FA890F;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #FA890F; }
  .ribbon.et span:after {
    border-left: 3px solid transparent;
    border-right: 3px solid #FA890F;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #FA890F; }
.ribbon.bs span {
  background: #EC2924;
  background: linear-gradient(#ee403b 0%, #EC2924 100%); }
  .ribbon.bs span:before {
    border-left: 3px solid #EC2924;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #EC2924; }
  .ribbon.bs span:after {
    border-left: 3px solid transparent;
    border-right: 3px solid #EC2924;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #EC2924; }
.ribbon.tr span {
  background: #06f;
  background: linear-gradient(#1a75ff 0%, #06f 100%); }
  .ribbon.tr span:before {
    border-left: 3px solid #06f;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #06f; }
  .ribbon.tr span:after {
    border-left: 3px solid transparent;
    border-right: 3px solid #06f;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #06f; }
.ribbon.ces span {
  background: #06f;
  background: linear-gradient(#61bda2 0%, #06f 100%); }
  .ribbon.ces span:before {
    border-left: 3px solid #06f;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #06f; }
  .ribbon.ces span:after {
    border-left: 3px solid transparent;
    border-right: 3px solid #06f;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #06f; }

.sku-image {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .sku-image img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  @media (max-width: 767px) {
    .sku-image img {
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }

.item-info {
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #efefef; }
  @media (max-width: 991px) {
    .item-info {
      height: auto;
      margin-bottom: 0;
      border-bottom: none; } }
  @media (max-width: 767px) {
    .item-info {
      padding-left: 10px;
      padding-right: 10px; } }

.item-title {
  font-size: 14px;
  font-weight: 600;
  height: 70px;
  line-height: 1.4; }
  @media (max-width: 1199px) {
    .item-title {
      font-size: 12px; } }
  @media (max-width: 991px) {
    .item-title {
      font-size: 16px;
      height: auto; } }
  @media (max-width: 767px) {
    .item-title {
      font-size: 12px; } }

.note {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #cc4e00;
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  line-height: 1.4;
  border-top: 1px solid #efefef;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  @media (max-width: 767px) {
    .note {
      font-size: 10px; } }

.icons, .prices {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px; }
  .icons .brand, .icons .egg-point, .icons .price-before, .icons .price-now, .prices .brand, .prices .egg-point, .prices .price-before, .prices .price-now {
    width: 50%; }
    .icons .brand img, .icons .egg-point img, .icons .price-before img, .icons .price-now img, .prices .brand img, .prices .egg-point img, .prices .price-before img, .prices .price-now img {
      width: 50%; }
  .icons .egg-point img, .prices .egg-point img {
    width: 70%; }
  .icons .brand, .icons .price-before, .prices .brand, .prices .price-before {
    text-align: left; }
  .icons .price-now, .prices .price-now {
    text-align: right; }
  .icons .egg-point img, .prices .egg-point img {
    float: right; }
  @media (max-width: 767px) {
    .icons, .prices {
      padding: 10px; } }
  .icons .brand, .prices .brand {
    max-height: 30px; }

.prices.special .price-now {
  width: 100%;
  text-align: center; }
  .prices.special .price-now:before {
    content: " " !important; }

.prices.from .price-before {
  color: #ffffff !important; }
  .prices.from .price-before:before {
    content: "";
    color: #ffffff !important; }
  .prices.from .price-before .discount {
    color: #ffffff !important; }
  .prices.from .price-before .original-price {
    color: #ffffff !important;
    text-decoration: none; }
    .prices.from .price-before .original-price:before {
      color: #ffffff !important; }
.prices.from .price-now:before {
  content: "FROM";
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 1px;
  margin-right: 5px; }
.prices.from .price-now span {
  font-weight: 300; }
@media (max-width: 767px) {
  .prices.from .price-before {
    display: none; }
  .prices.from .price-now {
    width: 100%;
    text-align: right; }
    .prices.from .price-now:before {
      display: block;
      font-size: 8px;
      text-align: right;
      margin-right: 0;
      line-height: 0.9; } }

.price-before {
  font-size: 16px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -spec-transition: all 0.4s;
  transition: all 0.4s; }
  .price-before .original-price {
    color: #ababab;
    text-decoration: line-through; }
    .price-before .original-price:before {
      content: '$';
      margin-right: 1px;
      color: #ababab; }
      @media (max-width: 767px) {
        .price-before .original-price:before {
          font-size: 9px; } }
  .price-before .discount {
    color: #C1240B;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700; }
  @media (max-width: 767px) {
    .price-before .original-price, .price-before .discount {
      font-size: 12px; } }
  .price-before.no-discount > .original-price, .price-before.no-discount > .discount {
    color: #ffffff !important; }
  .price-before.no-discount:before {
    content: " "; }
  .price-before.no-discount .original-price:before {
    color: #ffffff !important; }

.price-now {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-align: right;
  font-size: 24px;
  font-weight: 800;
  position: relative;
  top: -4px; }
  .price-now > sup {
    font-size: 16px;
    letter-spacing: 0;
    padding-left: 1px;
    vertical-align: super;
    font-weight: 300; }
  @media (max-width: 1199px) {
    .price-now {
      font-size: 16px; }
      .price-now > sup {
        font-size: 12px; } }
  @media (max-width: 991px) {
    .price-now {
      font-size: 26px; }
      .price-now > sup {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .price-now {
      font-size: 20px; }
      .price-now > sup {
        font-size: 12px; } }
  .price-now:before {
    content: "$";
    font-weight: 300; }

.feature-product-module {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -spec-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  margin-bottom: 15px;
  position: relative; }
  .feature-product-module:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  .feature-product-module .ribbon {
    position: absolute;
    left: -4px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right; }
    .feature-product-module .ribbon span {
      font-size: 10px;
      font-weight: 700;
      color: #ffffff;
      text-align: center;
      line-height: 20px;
      width: 100px;
      display: block;
      box-shadow: 0 3px 10px -5px black;
      position: absolute;
      top: 19px;
      left: -21px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -spec-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      .feature-product-module .ribbon span:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: -1; }
      .feature-product-module .ribbon span:after {
        content: "";
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: -1; }
  .feature-product-module .feature-image {
    width: 50%; }
  .feature-product-module .feature-item-desc {
    width: 50%;
    background-color: #ffffff;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; }
  .feature-product-module .feature-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 120%;
    -webkit-transition: background-size 0.4s;
    -moz-transition: background-size 0.4s;
    -spec-transition: background-size 0.4s;
    transition: background-size 0.4s;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px; }
    .feature-product-module .feature-image:hover, .feature-product-module .feature-image:focus {
      background-size: 100%; }
    @media (min-width: 992px) {
      .feature-product-module .feature-image {
        min-height: 350px; } }
  .feature-product-module .item-info, .feature-product-module .icons, .feature-product-module .prices {
    padding: 15px; }
  .feature-product-module .feature-item-title {
    font-weight: 300;
    line-height: 1.4; }
    .feature-product-module .feature-item-title strong {
      font-size: 18px;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 800; }
  .feature-product-module .icons .brand img, .feature-product-module .icons .egg-point img {
    width: 40% !important; }
  .feature-product-module .price-now {
    font-size: 40px; }
    .feature-product-module .price-now:before, .feature-product-module .price-now > sup {
      font-size: 20px; }
    .feature-product-module .price-now:before {
      padding-right: 3px; }
    @media (max-width: 991px) {
      .feature-product-module .price-now {
        font-size: 30px; }
        .feature-product-module .price-now:before, .feature-product-module .price-now > sup {
          font-size: 16px; } }
  .feature-product-module .note {
    color: #cc4e00;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    padding: 15px;
    line-height: 1.4;
    border-top: 1px dashed #c1c1c1 !important; }
  @media (max-width: 767px) {
    .feature-product-module {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -spec-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -spec-flex-wrap: wrap;
      flex-wrap: wrap; }
      .feature-product-module .feature-image, .feature-product-module .feature-item-desc {
        width: 100%; }
      .feature-product-module .feature-image {
        min-height: 200px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
      .feature-product-module .feature-item-desc {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
        .feature-product-module .feature-item-desc .label {
          width: auto; }
        .feature-product-module .feature-item-desc .item-title {
          line-height: 1.2; }
          .feature-product-module .feature-item-desc .item-title strong {
            font-size: 16px; }
        .feature-product-module .feature-item-desc .price-now {
          font-size: 32px !important; }
          .feature-product-module .feature-item-desc .price-now:before, .feature-product-module .feature-item-desc .price-now > sup {
            font-size: 18px !important; }
        .feature-product-module .feature-item-desc .original-price, .feature-product-module .feature-item-desc .discount {
          font-size: 14px !important; } }

.category-wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); }
  .category-wrap.affix {
    position: fixed;
    width: 100%;
    top: -1px;
    right: 0;
    left: 0;
    z-index: 1200;
    border-top: 0;
    height: 100px; }
    .category-wrap.affix .categories {
      position: fixed;
      top: 0;
      right: 0;
      left: 0; }
    @media (max-width: 767px) {
      .category-wrap.affix {
        height: 80px; } }
  @media (max-width: 767px) {
    .category-wrap {
      height: 60px; } }
  .category-wrap .owl-carousel {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -spec-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -spec-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 991px) {
      .category-wrap .owl-carousel {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .category-wrap .owl-carousel .owl-nav {
      top: 30%; }
      .category-wrap .owl-carousel .owl-nav [class*='owl-'] {
        background-color: transparent;
        padding: 10px 15px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .category-wrap .owl-carousel .owl-nav [class*='owl-']:hover {
          color: #000000; }
      .category-wrap .owl-carousel .owl-nav .owl-next {
        right: -25px; }
      @media (max-width: 991px) {
        .category-wrap .owl-carousel .owl-nav {
          top: 25%; }
          .category-wrap .owl-carousel .owl-nav [class*='owl-'] {
            padding: 8px 15px;
            background-color: #ffffff;
            -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
          .category-wrap .owl-carousel .owl-nav .owl-prev {
            left: -10px !important; }
          .category-wrap .owl-carousel .owl-nav .owl-next {
            right: -10px !important; }
          .category-wrap .owl-carousel .owl-nav .owl-next.disabled, .category-wrap .owl-carousel .owl-nav .owl-prev.disabled {
            opacity: 0.2; } }
    .category-wrap .owl-carousel .item {
      text-align: center;
      padding-top: 5px;
      padding-bottom: 8px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -spec-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      -spec-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -spec-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -spec-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -spec-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
      .category-wrap .owl-carousel .item a {
        color: #393939;
        font-weight: 100; }
      .category-wrap .owl-carousel .item img {
        height: auto;
        width: 70px;
        margin: 0 auto; }
@media (min-width: 768px) and (max-width: 991px) {
  .category-wrap .owl-carousel .item {
    padding-top: 5px; } }

      @media (max-width: 767px) {
        .category-wrap .owl-carousel .item {
          padding-top: 5px; }
          .category-wrap .owl-carousel .item img {
            height: auto;
            width: 50px; }
          .category-wrap .owl-carousel .item a {
            font-size: 10px; } }

.title {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 25px;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-repeat: repeat-x;
  background-image: linear-gradient(60deg, #393939, #000000); }
  .title h2, .title span, .title i {
    color: #ffffff; }
  .title:after {
    top: 60px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 85, 0, 0);
    border-top-color: #1d1d1d;
    border-width: 15px;
    margin-left: -15px; }
    @media (max-width: 767px) {
      .title:after {
        display: none; } }
  .title h2 {
    color: #ffffff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300; }
    .title h2 span, .title h2 i {
      color: #ffffff; }
    .title h2 span {
      font-family: 'Open Sans', Helvetica, Arial, sans-serif;
      font-weight: 800; }

@media (max-width: 991px) {
  .title h2 {
    font-size: 24px;
    margin-bottom: 0;
    text-align: center; } }
@media (max-width: 767px) {
  padding: 10px 0px !important;
  .title h2, .title span {
    font-size: 20px !important; }
  .title i {
    display: none; } }
.responsive-banner-full {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -spec-transition: all 0.4s;
  transition: all 0.4s; }
  .responsive-banner-full:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  .responsive-banner-full img {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  @media (max-width: 767px) {
    .responsive-banner-full img.lg {
      display: none; } }
  @media (min-width: 768px) {
    .responsive-banner-full img.sm {
      display: none; } }

.responsive-banner-half {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 49.3%;
  margin-bottom: 15px; }
  .responsive-banner-half img {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  @media (max-width: 767px) {
    .responsive-banner-half {
      width: 100%; }
      .responsive-banner-half:first-of-type {
        margin-bottom: 15px; } }

.responsive-banner-full .banner-ribbon, .responsive-banner-half .banner-ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: right; }
  .responsive-banner-full .banner-ribbon span, .responsive-banner-half .banner-ribbon span {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    width: 120px;
    display: block;
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 27px;
    left: -23px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -spec-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    .responsive-banner-full .banner-ribbon span::before, .responsive-banner-half .banner-ribbon span::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 100%;
      z-index: -1; }
    .responsive-banner-full .banner-ribbon span::after, .responsive-banner-half .banner-ribbon span::after {
      content: "";
      position: absolute;
      right: 0px;
      top: 100%;
      z-index: -1; }
    .responsive-banner-full .banner-ribbon span.et, .responsive-banner-half .banner-ribbon span.et {
      color: #ffffff;
      background: #FA890F;
      background-image: linear-gradient(to right, #FA890F 0%, #eb7c05 100%);
      background-repeat: repeat-x; }
      .responsive-banner-full .banner-ribbon span.et::before, .responsive-banner-half .banner-ribbon span.et::before {
        border-left: 3px solid #eb7c05;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #eb7c05; }
      .responsive-banner-full .banner-ribbon span.et::after, .responsive-banner-half .banner-ribbon span.et::after {
        border-left: 3px solid transparent;
        border-right: 3px solid #eb7c05;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #eb7c05; }
    .responsive-banner-full .banner-ribbon span.bs, .responsive-banner-half .banner-ribbon span.bs {
      color: #ffffff;
      background: #EC2924;
      background-image: linear-gradient(to right, #EC2924 0%, #ee403b 100%);
      background-repeat: repeat-x; }
      .responsive-banner-full .banner-ribbon span.bs::before, .responsive-banner-half .banner-ribbon span.bs::before {
        border-left: 3px solid #ee403b;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #ee403b; }
      .responsive-banner-full .banner-ribbon span.bs::after, .responsive-banner-half .banner-ribbon span.bs::after {
        border-left: 3px solid transparent;
        border-right: 3px solid #ee403b;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #ee403b; }
    .responsive-banner-full .banner-ribbon span.tr, .responsive-banner-half .banner-ribbon span.tr {
      color: #ffffff;
      background: #06f;
      background-image: linear-gradient(to right, #06f 0%, #1a75ff 100%);
      background-repeat: repeat-x; }
      .responsive-banner-full .banner-ribbon span.tr::before, .responsive-banner-half .banner-ribbon span.tr::before {
        border-left: 3px solid #1a75ff;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #1a75ff; }
      .responsive-banner-full .banner-ribbon span.tr::after, .responsive-banner-half .banner-ribbon span.tr::after {
        border-left: 3px solid transparent;
        border-right: 3px solid #1a75ff;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #1a75ff; }

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background-color: #eaeaea;
  width: 100%;
  height: 100%;
  overflow-x: hidden; }

.ultimate-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -spec-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -spec-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -spec-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -spec-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.expiration {
  color: #ffffff;
  padding: 10px;
  text-align: center;
  background-color: #7d7d7d;
  font-weight: 300;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 15px; }
  .expiration strong {
    font-weight: 800; }
  @media (max-width: 767px) {
    .expiration {
      font-size: 8px;
      letter-spacing: 0; } }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1250px;
      max-width: 100%; } }

.go-top {
  position: fixed;
  right: 30px;
  bottom: 100px;
  color: #ffffff;
  border-radius: 50%;
  display: none;
  opacity: 0.8;
  padding: 10px 14px;
  text-decoration: none;
  z-index: 999;
  background-color: #FA890F; }
  .go-top:hover, .go-top:focus, .go-top:active, .go-top:visited {
    color: #ffffff;
    text-decoration: none; }
    .go-top:hover .fa, .go-top:focus .fa, .go-top:active .fa, .go-top:visited .fa {
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -spec-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-transform: translateY(-8px);
      -moz-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
      -o-transform: translateY(-8px);
      -spec-transform: translateY(-8px);
      transform: translateY(-8px); }
  @media (max-width: 1199px) {
    .go-top {
      right: 10px;
      bottom: 10px; } }
  @media (max-width: 767px) {
    .go-top {
      right: -999px; } }

/*# sourceMappingURL=custom.css.map */
