/* template.css overwrites -- use only when absolutely necessary
================================*/
.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 450px;
  background: url(../images/hero.jpg) no-repeat 0 0;
  background-size: 189.72%; }
  @media only screen and (min-width: 641px) {
    .banner-img {
      background-position: 0 100%;
      background-size: 100%; } }

.price {
  margin-bottom: 1.25em; }

.price-save-dollar, .price-save-label, .price-save-percent {
  position: relative;
  background: #cc4e00;
  color: #fff;
  font-weight: 700;
  font-size: 13px; }

.price-save-label {
  padding: 0 0 1px 6px; }

.price-save-dollar {
  padding: 0 0 1px 2px; }

.price-save-percent {
  padding: 0 6px 1px 2px; }

.price-save-label:before, .price-save-percent:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0; }

.price-save-percent:after {
  left: 100%;
  border-bottom: 19px solid #cc4e00;
  border-right: 10px solid transparent; }

.item-info h4.item-title {
  height: 4.5em; }

.item-cell {
  border-bottom: none; }

.item-promo {
  margin-top: 1em; }

.item-promo-code {
  border-color: #888; }

.item-promo-title span {
  color: #333; }

.item-promo-info {
  color: #cc4e00; }

.item-promo-code {
  padding: 1.5em 5px 1em 5px;
  height: auto;
  color: #cc4e00; }

.item-promo-code-save {
  display: inline; }

.instantSavings, .mir, .shipping {
  display: block; }

.finalPrice {
  font-size: 1.6em; }

.instantSavings {
  font-size: 0.85em; }

.shipping {
  visibility: hidden; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25em !important; }

.mt-1 {
  margin-top: 0.25em !important; }

.mr-1 {
  margin-right: 0.25em !important; }

.mb-1 {
  margin-bottom: 0.25em !important; }

.ml-1 {
  margin-left: 0.25em !important; }

.mx-1 {
  margin-right: 0.25em !important;
  margin-left: 0.25em !important; }

.my-1 {
  margin-top: 0.25em !important;
  margin-bottom: 0.25em !important; }

.m-2 {
  margin: 0.5em !important; }

.mt-2 {
  margin-top: 0.5em !important; }

.mr-2 {
  margin-right: 0.5em !important; }

.mb-2 {
  margin-bottom: 0.5em !important; }

.ml-2 {
  margin-left: 0.5em !important; }

.mx-2 {
  margin-right: 0.5em !important;
  margin-left: 0.5em !important; }

.my-2 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important; }

.m-3 {
  margin: 1em !important; }

.mt-3 {
  margin-top: 1em !important; }

.mr-3 {
  margin-right: 1em !important; }

.mb-3 {
  margin-bottom: 1em !important; }

.ml-3 {
  margin-left: 1em !important; }

.mx-3 {
  margin-right: 1em !important;
  margin-left: 1em !important; }

.my-3 {
  margin-top: 1em !important;
  margin-bottom: 1em !important; }

.m-4 {
  margin: 1.5em !important; }

.mt-4 {
  margin-top: 1.5em !important; }

.mr-4 {
  margin-right: 1.5em !important; }

.mb-4 {
  margin-bottom: 1.5em !important; }

.ml-4 {
  margin-left: 1.5em !important; }

.mx-4 {
  margin-right: 1.5em !important;
  margin-left: 1.5em !important; }

.my-4 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important; }

.m-5 {
  margin: 3em !important; }

.mt-5 {
  margin-top: 3em !important; }

.mr-5 {
  margin-right: 3em !important; }

.mb-5 {
  margin-bottom: 3em !important; }

.ml-5 {
  margin-left: 3em !important; }

.mx-5 {
  margin-right: 3em !important;
  margin-left: 3em !important; }

.my-5 {
  margin-top: 3em !important;
  margin-bottom: 3em !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25em !important; }

.pt-1 {
  padding-top: 0.25em !important; }

.pr-1 {
  padding-right: 0.25em !important; }

.pb-1 {
  padding-bottom: 0.25em !important; }

.pl-1 {
  padding-left: 0.25em !important; }

.px-1 {
  padding-right: 0.25em !important;
  padding-left: 0.25em !important; }

.py-1 {
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important; }

.p-2 {
  padding: 0.5em !important; }

.pt-2 {
  padding-top: 0.5em !important; }

.pr-2 {
  padding-right: 0.5em !important; }

.pb-2 {
  padding-bottom: 0.5em !important; }

.pl-2 {
  padding-left: 0.5em !important; }

.px-2 {
  padding-right: 0.5em !important;
  padding-left: 0.5em !important; }

.py-2 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important; }

.p-3 {
  padding: 1em !important; }

.pt-3 {
  padding-top: 1em !important; }

.pr-3 {
  padding-right: 1em !important; }

.pb-3 {
  padding-bottom: 1em !important; }

.pl-3 {
  padding-left: 1em !important; }

.px-3 {
  padding-right: 1em !important;
  padding-left: 1em !important; }

.py-3 {
  padding-top: 1em !important;
  padding-bottom: 1em !important; }

.p-4 {
  padding: 1.5em !important; }

.pt-4 {
  padding-top: 1.5em !important; }

.pr-4 {
  padding-right: 1.5em !important; }

.pb-4 {
  padding-bottom: 1.5em !important; }

.pl-4 {
  padding-left: 1.5em !important; }

.px-4 {
  padding-right: 1.5em !important;
  padding-left: 1.5em !important; }

.py-4 {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important; }

.p-5 {
  padding: 3em !important; }

.pt-5 {
  padding-top: 3em !important; }

.pr-5 {
  padding-right: 3em !important; }

.pb-5 {
  padding-bottom: 3em !important; }

.pl-5 {
  padding-left: 3em !important; }

.px-5 {
  padding-right: 3em !important;
  padding-left: 3em !important; }

.py-5 {
  padding-top: 3em !important;
  padding-bottom: 3em !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0 {
    margin-left: 0 !important; }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-sm-1 {
    margin: 0.25em !important; }

  .mt-sm-1 {
    margin-top: 0.25em !important; }

  .mr-sm-1 {
    margin-right: 0.25em !important; }

  .mb-sm-1 {
    margin-bottom: 0.25em !important; }

  .ml-sm-1 {
    margin-left: 0.25em !important; }

  .mx-sm-1 {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important; }

  .my-sm-1 {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important; }

  .m-sm-2 {
    margin: 0.5em !important; }

  .mt-sm-2 {
    margin-top: 0.5em !important; }

  .mr-sm-2 {
    margin-right: 0.5em !important; }

  .mb-sm-2 {
    margin-bottom: 0.5em !important; }

  .ml-sm-2 {
    margin-left: 0.5em !important; }

  .mx-sm-2 {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important; }

  .my-sm-2 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important; }

  .m-sm-3 {
    margin: 1em !important; }

  .mt-sm-3 {
    margin-top: 1em !important; }

  .mr-sm-3 {
    margin-right: 1em !important; }

  .mb-sm-3 {
    margin-bottom: 1em !important; }

  .ml-sm-3 {
    margin-left: 1em !important; }

  .mx-sm-3 {
    margin-right: 1em !important;
    margin-left: 1em !important; }

  .my-sm-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important; }

  .m-sm-4 {
    margin: 1.5em !important; }

  .mt-sm-4 {
    margin-top: 1.5em !important; }

  .mr-sm-4 {
    margin-right: 1.5em !important; }

  .mb-sm-4 {
    margin-bottom: 1.5em !important; }

  .ml-sm-4 {
    margin-left: 1.5em !important; }

  .mx-sm-4 {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important; }

  .my-sm-4 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important; }

  .m-sm-5 {
    margin: 3em !important; }

  .mt-sm-5 {
    margin-top: 3em !important; }

  .mr-sm-5 {
    margin-right: 3em !important; }

  .mb-sm-5 {
    margin-bottom: 3em !important; }

  .ml-sm-5 {
    margin-left: 3em !important; }

  .mx-sm-5 {
    margin-right: 3em !important;
    margin-left: 3em !important; }

  .my-sm-5 {
    margin-top: 3em !important;
    margin-bottom: 3em !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0 {
    padding-left: 0 !important; }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-sm-1 {
    padding: 0.25em !important; }

  .pt-sm-1 {
    padding-top: 0.25em !important; }

  .pr-sm-1 {
    padding-right: 0.25em !important; }

  .pb-sm-1 {
    padding-bottom: 0.25em !important; }

  .pl-sm-1 {
    padding-left: 0.25em !important; }

  .px-sm-1 {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important; }

  .py-sm-1 {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important; }

  .p-sm-2 {
    padding: 0.5em !important; }

  .pt-sm-2 {
    padding-top: 0.5em !important; }

  .pr-sm-2 {
    padding-right: 0.5em !important; }

  .pb-sm-2 {
    padding-bottom: 0.5em !important; }

  .pl-sm-2 {
    padding-left: 0.5em !important; }

  .px-sm-2 {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important; }

  .py-sm-2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important; }

  .p-sm-3 {
    padding: 1em !important; }

  .pt-sm-3 {
    padding-top: 1em !important; }

  .pr-sm-3 {
    padding-right: 1em !important; }

  .pb-sm-3 {
    padding-bottom: 1em !important; }

  .pl-sm-3 {
    padding-left: 1em !important; }

  .px-sm-3 {
    padding-right: 1em !important;
    padding-left: 1em !important; }

  .py-sm-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important; }

  .p-sm-4 {
    padding: 1.5em !important; }

  .pt-sm-4 {
    padding-top: 1.5em !important; }

  .pr-sm-4 {
    padding-right: 1.5em !important; }

  .pb-sm-4 {
    padding-bottom: 1.5em !important; }

  .pl-sm-4 {
    padding-left: 1.5em !important; }

  .px-sm-4 {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important; }

  .py-sm-4 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important; }

  .p-sm-5 {
    padding: 3em !important; }

  .pt-sm-5 {
    padding-top: 3em !important; }

  .pr-sm-5 {
    padding-right: 3em !important; }

  .pb-sm-5 {
    padding-bottom: 3em !important; }

  .pl-sm-5 {
    padding-left: 3em !important; }

  .px-sm-5 {
    padding-right: 3em !important;
    padding-left: 3em !important; }

  .py-sm-5 {
    padding-top: 3em !important;
    padding-bottom: 3em !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto {
    margin-left: auto !important; }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0 {
    margin-top: 0 !important; }

  .mr-md-0 {
    margin-right: 0 !important; }

  .mb-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0 {
    margin-left: 0 !important; }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-md-1 {
    margin: 0.25em !important; }

  .mt-md-1 {
    margin-top: 0.25em !important; }

  .mr-md-1 {
    margin-right: 0.25em !important; }

  .mb-md-1 {
    margin-bottom: 0.25em !important; }

  .ml-md-1 {
    margin-left: 0.25em !important; }

  .mx-md-1 {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important; }

  .my-md-1 {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important; }

  .m-md-2 {
    margin: 0.5em !important; }

  .mt-md-2 {
    margin-top: 0.5em !important; }

  .mr-md-2 {
    margin-right: 0.5em !important; }

  .mb-md-2 {
    margin-bottom: 0.5em !important; }

  .ml-md-2 {
    margin-left: 0.5em !important; }

  .mx-md-2 {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important; }

  .my-md-2 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important; }

  .m-md-3 {
    margin: 1em !important; }

  .mt-md-3 {
    margin-top: 1em !important; }

  .mr-md-3 {
    margin-right: 1em !important; }

  .mb-md-3 {
    margin-bottom: 1em !important; }

  .ml-md-3 {
    margin-left: 1em !important; }

  .mx-md-3 {
    margin-right: 1em !important;
    margin-left: 1em !important; }

  .my-md-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important; }

  .m-md-4 {
    margin: 1.5em !important; }

  .mt-md-4 {
    margin-top: 1.5em !important; }

  .mr-md-4 {
    margin-right: 1.5em !important; }

  .mb-md-4 {
    margin-bottom: 1.5em !important; }

  .ml-md-4 {
    margin-left: 1.5em !important; }

  .mx-md-4 {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important; }

  .my-md-4 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important; }

  .m-md-5 {
    margin: 3em !important; }

  .mt-md-5 {
    margin-top: 3em !important; }

  .mr-md-5 {
    margin-right: 3em !important; }

  .mb-md-5 {
    margin-bottom: 3em !important; }

  .ml-md-5 {
    margin-left: 3em !important; }

  .mx-md-5 {
    margin-right: 3em !important;
    margin-left: 3em !important; }

  .my-md-5 {
    margin-top: 3em !important;
    margin-bottom: 3em !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0 {
    padding-top: 0 !important; }

  .pr-md-0 {
    padding-right: 0 !important; }

  .pb-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0 {
    padding-left: 0 !important; }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-md-1 {
    padding: 0.25em !important; }

  .pt-md-1 {
    padding-top: 0.25em !important; }

  .pr-md-1 {
    padding-right: 0.25em !important; }

  .pb-md-1 {
    padding-bottom: 0.25em !important; }

  .pl-md-1 {
    padding-left: 0.25em !important; }

  .px-md-1 {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important; }

  .py-md-1 {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important; }

  .p-md-2 {
    padding: 0.5em !important; }

  .pt-md-2 {
    padding-top: 0.5em !important; }

  .pr-md-2 {
    padding-right: 0.5em !important; }

  .pb-md-2 {
    padding-bottom: 0.5em !important; }

  .pl-md-2 {
    padding-left: 0.5em !important; }

  .px-md-2 {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important; }

  .py-md-2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important; }

  .p-md-3 {
    padding: 1em !important; }

  .pt-md-3 {
    padding-top: 1em !important; }

  .pr-md-3 {
    padding-right: 1em !important; }

  .pb-md-3 {
    padding-bottom: 1em !important; }

  .pl-md-3 {
    padding-left: 1em !important; }

  .px-md-3 {
    padding-right: 1em !important;
    padding-left: 1em !important; }

  .py-md-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important; }

  .p-md-4 {
    padding: 1.5em !important; }

  .pt-md-4 {
    padding-top: 1.5em !important; }

  .pr-md-4 {
    padding-right: 1.5em !important; }

  .pb-md-4 {
    padding-bottom: 1.5em !important; }

  .pl-md-4 {
    padding-left: 1.5em !important; }

  .px-md-4 {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important; }

  .py-md-4 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important; }

  .p-md-5 {
    padding: 3em !important; }

  .pt-md-5 {
    padding-top: 3em !important; }

  .pr-md-5 {
    padding-right: 3em !important; }

  .pb-md-5 {
    padding-bottom: 3em !important; }

  .pl-md-5 {
    padding-left: 3em !important; }

  .px-md-5 {
    padding-right: 3em !important;
    padding-left: 3em !important; }

  .py-md-5 {
    padding-top: 3em !important;
    padding-bottom: 3em !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto {
    margin-top: auto !important; }

  .mr-md-auto {
    margin-right: auto !important; }

  .mb-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto {
    margin-left: auto !important; }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0 {
    margin-left: 0 !important; }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-lg-1 {
    margin: 0.25em !important; }

  .mt-lg-1 {
    margin-top: 0.25em !important; }

  .mr-lg-1 {
    margin-right: 0.25em !important; }

  .mb-lg-1 {
    margin-bottom: 0.25em !important; }

  .ml-lg-1 {
    margin-left: 0.25em !important; }

  .mx-lg-1 {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important; }

  .my-lg-1 {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important; }

  .m-lg-2 {
    margin: 0.5em !important; }

  .mt-lg-2 {
    margin-top: 0.5em !important; }

  .mr-lg-2 {
    margin-right: 0.5em !important; }

  .mb-lg-2 {
    margin-bottom: 0.5em !important; }

  .ml-lg-2 {
    margin-left: 0.5em !important; }

  .mx-lg-2 {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important; }

  .my-lg-2 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important; }

  .m-lg-3 {
    margin: 1em !important; }

  .mt-lg-3 {
    margin-top: 1em !important; }

  .mr-lg-3 {
    margin-right: 1em !important; }

  .mb-lg-3 {
    margin-bottom: 1em !important; }

  .ml-lg-3 {
    margin-left: 1em !important; }

  .mx-lg-3 {
    margin-right: 1em !important;
    margin-left: 1em !important; }

  .my-lg-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important; }

  .m-lg-4 {
    margin: 1.5em !important; }

  .mt-lg-4 {
    margin-top: 1.5em !important; }

  .mr-lg-4 {
    margin-right: 1.5em !important; }

  .mb-lg-4 {
    margin-bottom: 1.5em !important; }

  .ml-lg-4 {
    margin-left: 1.5em !important; }

  .mx-lg-4 {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important; }

  .my-lg-4 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important; }

  .m-lg-5 {
    margin: 3em !important; }

  .mt-lg-5 {
    margin-top: 3em !important; }

  .mr-lg-5 {
    margin-right: 3em !important; }

  .mb-lg-5 {
    margin-bottom: 3em !important; }

  .ml-lg-5 {
    margin-left: 3em !important; }

  .mx-lg-5 {
    margin-right: 3em !important;
    margin-left: 3em !important; }

  .my-lg-5 {
    margin-top: 3em !important;
    margin-bottom: 3em !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0 {
    padding-left: 0 !important; }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-lg-1 {
    padding: 0.25em !important; }

  .pt-lg-1 {
    padding-top: 0.25em !important; }

  .pr-lg-1 {
    padding-right: 0.25em !important; }

  .pb-lg-1 {
    padding-bottom: 0.25em !important; }

  .pl-lg-1 {
    padding-left: 0.25em !important; }

  .px-lg-1 {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important; }

  .py-lg-1 {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important; }

  .p-lg-2 {
    padding: 0.5em !important; }

  .pt-lg-2 {
    padding-top: 0.5em !important; }

  .pr-lg-2 {
    padding-right: 0.5em !important; }

  .pb-lg-2 {
    padding-bottom: 0.5em !important; }

  .pl-lg-2 {
    padding-left: 0.5em !important; }

  .px-lg-2 {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important; }

  .py-lg-2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important; }

  .p-lg-3 {
    padding: 1em !important; }

  .pt-lg-3 {
    padding-top: 1em !important; }

  .pr-lg-3 {
    padding-right: 1em !important; }

  .pb-lg-3 {
    padding-bottom: 1em !important; }

  .pl-lg-3 {
    padding-left: 1em !important; }

  .px-lg-3 {
    padding-right: 1em !important;
    padding-left: 1em !important; }

  .py-lg-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important; }

  .p-lg-4 {
    padding: 1.5em !important; }

  .pt-lg-4 {
    padding-top: 1.5em !important; }

  .pr-lg-4 {
    padding-right: 1.5em !important; }

  .pb-lg-4 {
    padding-bottom: 1.5em !important; }

  .pl-lg-4 {
    padding-left: 1.5em !important; }

  .px-lg-4 {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important; }

  .py-lg-4 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important; }

  .p-lg-5 {
    padding: 3em !important; }

  .pt-lg-5 {
    padding-top: 3em !important; }

  .pr-lg-5 {
    padding-right: 3em !important; }

  .pb-lg-5 {
    padding-bottom: 3em !important; }

  .pl-lg-5 {
    padding-left: 3em !important; }

  .px-lg-5 {
    padding-right: 3em !important;
    padding-left: 3em !important; }

  .py-lg-5 {
    padding-top: 3em !important;
    padding-bottom: 3em !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto {
    margin-left: auto !important; }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0 {
    margin-left: 0 !important; }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-xl-1 {
    margin: 0.25em !important; }

  .mt-xl-1 {
    margin-top: 0.25em !important; }

  .mr-xl-1 {
    margin-right: 0.25em !important; }

  .mb-xl-1 {
    margin-bottom: 0.25em !important; }

  .ml-xl-1 {
    margin-left: 0.25em !important; }

  .mx-xl-1 {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important; }

  .my-xl-1 {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important; }

  .m-xl-2 {
    margin: 0.5em !important; }

  .mt-xl-2 {
    margin-top: 0.5em !important; }

  .mr-xl-2 {
    margin-right: 0.5em !important; }

  .mb-xl-2 {
    margin-bottom: 0.5em !important; }

  .ml-xl-2 {
    margin-left: 0.5em !important; }

  .mx-xl-2 {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important; }

  .my-xl-2 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important; }

  .m-xl-3 {
    margin: 1em !important; }

  .mt-xl-3 {
    margin-top: 1em !important; }

  .mr-xl-3 {
    margin-right: 1em !important; }

  .mb-xl-3 {
    margin-bottom: 1em !important; }

  .ml-xl-3 {
    margin-left: 1em !important; }

  .mx-xl-3 {
    margin-right: 1em !important;
    margin-left: 1em !important; }

  .my-xl-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important; }

  .m-xl-4 {
    margin: 1.5em !important; }

  .mt-xl-4 {
    margin-top: 1.5em !important; }

  .mr-xl-4 {
    margin-right: 1.5em !important; }

  .mb-xl-4 {
    margin-bottom: 1.5em !important; }

  .ml-xl-4 {
    margin-left: 1.5em !important; }

  .mx-xl-4 {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important; }

  .my-xl-4 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important; }

  .m-xl-5 {
    margin: 3em !important; }

  .mt-xl-5 {
    margin-top: 3em !important; }

  .mr-xl-5 {
    margin-right: 3em !important; }

  .mb-xl-5 {
    margin-bottom: 3em !important; }

  .ml-xl-5 {
    margin-left: 3em !important; }

  .mx-xl-5 {
    margin-right: 3em !important;
    margin-left: 3em !important; }

  .my-xl-5 {
    margin-top: 3em !important;
    margin-bottom: 3em !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0 {
    padding-left: 0 !important; }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-xl-1 {
    padding: 0.25em !important; }

  .pt-xl-1 {
    padding-top: 0.25em !important; }

  .pr-xl-1 {
    padding-right: 0.25em !important; }

  .pb-xl-1 {
    padding-bottom: 0.25em !important; }

  .pl-xl-1 {
    padding-left: 0.25em !important; }

  .px-xl-1 {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important; }

  .py-xl-1 {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important; }

  .p-xl-2 {
    padding: 0.5em !important; }

  .pt-xl-2 {
    padding-top: 0.5em !important; }

  .pr-xl-2 {
    padding-right: 0.5em !important; }

  .pb-xl-2 {
    padding-bottom: 0.5em !important; }

  .pl-xl-2 {
    padding-left: 0.5em !important; }

  .px-xl-2 {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important; }

  .py-xl-2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important; }

  .p-xl-3 {
    padding: 1em !important; }

  .pt-xl-3 {
    padding-top: 1em !important; }

  .pr-xl-3 {
    padding-right: 1em !important; }

  .pb-xl-3 {
    padding-bottom: 1em !important; }

  .pl-xl-3 {
    padding-left: 1em !important; }

  .px-xl-3 {
    padding-right: 1em !important;
    padding-left: 1em !important; }

  .py-xl-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important; }

  .p-xl-4 {
    padding: 1.5em !important; }

  .pt-xl-4 {
    padding-top: 1.5em !important; }

  .pr-xl-4 {
    padding-right: 1.5em !important; }

  .pb-xl-4 {
    padding-bottom: 1.5em !important; }

  .pl-xl-4 {
    padding-left: 1.5em !important; }

  .px-xl-4 {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important; }

  .py-xl-4 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important; }

  .p-xl-5 {
    padding: 3em !important; }

  .pt-xl-5 {
    padding-top: 3em !important; }

  .pr-xl-5 {
    padding-right: 3em !important; }

  .pb-xl-5 {
    padding-bottom: 3em !important; }

  .pl-xl-5 {
    padding-left: 3em !important; }

  .px-xl-5 {
    padding-right: 3em !important;
    padding-left: 3em !important; }

  .py-xl-5 {
    padding-top: 3em !important;
    padding-bottom: 3em !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto {
    margin-left: auto !important; }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
.img-fluid {
  width: 100%;
  max-width: 100%;
  display: block; }

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

.img-circle {
  border-radius: 50%; }

a.cta-underline span {
  text-decoration: underline; }

.a-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

a {
  color: #393939; }
  a:hover {
    color: #000000; }

.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; }

.text-red-orange {
  color: #cc4e00 !important; }

.bg-red-orange {
  background-color: #cc4e00 !important; }

h3 {
  font-size: 1.4em;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed','Helvetica Narrow',arial,helvetica,sans-serif;
  font-weight: 700; }

/*
 *  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;
    touch-action: manipulation;
    -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); }
  .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;
    width: 100%; }
  .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;
    -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-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .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 {
    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; }

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

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.marketplace {
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 1920px; }
  .marketplace .container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }
    @media (min-width: 576px) {
      .marketplace .container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .marketplace .container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .marketplace .container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .marketplace .container {
        max-width: 1140px; } }
  .marketplace .container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }
  .marketplace .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .marketplace .no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .marketplace .no-gutters > .col,
    .marketplace .no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
  .marketplace .hero {
    width: 100%;
    height: auto; }
  .marketplace .section-inner, .marketplace .header-inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -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;
    max-width: 1400px; }
    @media (max-width: 767px) {
      .marketplace .section-inner, .marketplace .header-inner {
        -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;
        padding-left: 0;
        padding-right: 0; } }
  .marketplace .header .header-logo {
    margin-left: 0;
    padding: 0.5em; }
  .marketplace .footer {
    margin-top: 3em; }
  .marketplace .btn-area, .marketplace .disclaimer {
    width: 100%;
    min-height: 1px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px; }
    .marketplace .btn-area::after, .marketplace .disclaimer::after {
      clear: both;
      content: "";
      display: block; }
  .marketplace .section-title {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -spec-box-pack: space-evenly;
    box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    -o-justify-content: space-evenly;
    -spec-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    -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: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 3em;
    margin-bottom: 2em;
    border: 2px solid #dbdbdb;
    box-sizing: border-box;
    padding: 1.5em 4em; }
    .marketplace .section-title:after {
      position: absolute;
      width: 20px;
      height: 20px;
      border-top: 2px solid #fff;
      border-right: 2px solid #dbdbdb;
      border-bottom: 2px solid #dbdbdb;
      border-left: 2px solid #fff;
      top: 100%;
      left: 51%;
      margin-left: -25px;
      content: '';
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -spec-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-top: -12px;
      background-color: white; }
    .marketplace .section-title .title {
      width: 60%;
      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-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; }
      .marketplace .section-title .title h2, .marketplace .section-title .title a {
        margin-left: 0.5em;
        margin-right: 0.5em; }
    .marketplace .section-title h2 {
      font-size: 30px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: 'Open Sans Condensed', sans-serif; }
      .marketplace .section-title h2 span {
        font-weight: 300; }
    @media (max-width: 767px) {
      .marketplace .section-title h2 {
        font-size: 20px; } }
    .marketplace .section-title .thumbnails {
      width: 20%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -moz-box-pack: space-evenly;
      -spec-box-pack: space-evenly;
      box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
      -moz-justify-content: space-evenly;
      -ms-justify-content: space-evenly;
      -o-justify-content: space-evenly;
      -spec-justify-content: space-evenly;
      justify-content: space-evenly;
      -ms-flex-pack: space-evenly; }
    @media (max-width: 991px) {
      .marketplace .section-title .thumbnails {
        display: none; }
      .marketplace .section-title .title {
        width: 100%; } }
    @media (max-width: 767px) {
      .marketplace .section-title .title {
        -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; }
        .marketplace .section-title .title h2, .marketplace .section-title .title a {
          margin-left: 0;
          margin-right: 0; }
        .marketplace .section-title .title h2 {
          margin-bottom: 0.25em; } }
    @media (max-width: 575px) {
      .marketplace .section-title {
        padding: 1em;
        margin-left: 10px;
        margin-right: 10px; }
        .marketplace .section-title:after {
          left: 53%; } }
  .marketplace .navbar-wrapper {
    background-color: white;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }
    .marketplace .navbar-wrapper.sticky {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9999; }
  .marketplace .navigation-with-thumbs {
    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-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;
    padding: 10px 0;
    margin: 0 auto;
    max-width: 1800px;
    overflow: hidden; }
    .marketplace .navigation-with-thumbs .nav-item {
      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-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;
      text-align: center; }
      .marketplace .navigation-with-thumbs .nav-item a img {
        margin: 0 auto;
        margin-bottom: 6px; }
      .marketplace .navigation-with-thumbs .nav-item a {
        font-size: 0.8em;
        text-transform: uppercase;
        font-family: 'Open Sans Condensed','Helvetica Narrow',arial,helvetica,sans-serif;
        font-weight: 700; }
    .marketplace .navigation-with-thumbs .nav-thumb {
      height: 60px;
      width: 60px;
      border-radius: 50%; }
    .marketplace .navigation-with-thumbs .owl-stage {
      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-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; }
    .marketplace .navigation-with-thumbs .owl-nav .owl-prev, .marketplace .navigation-with-thumbs .owl-nav .owl-next {
      position: absolute;
      top: 36%; }
      .marketplace .navigation-with-thumbs .owl-nav .owl-prev.disabled .fa, .marketplace .navigation-with-thumbs .owl-nav .owl-next.disabled .fa {
        color: #d2d2d2; }
    .marketplace .navigation-with-thumbs .owl-nav .owl-prev {
      left: 20px; }
    .marketplace .navigation-with-thumbs .owl-nav .owl-next {
      right: 20px; }
    @media (max-width: 991px) {
      .marketplace .navigation-with-thumbs {
        max-width: 700px; }
        .marketplace .navigation-with-thumbs .owl-nav .owl-prev {
          left: 0; }
        .marketplace .navigation-with-thumbs .owl-nav .owl-next {
          right: 0; } }
    @media (max-width: 767px) {
      .marketplace .navigation-with-thumbs {
        padding: 0; }
        .marketplace .navigation-with-thumbs .nav-item {
          padding: 5px; }
        .marketplace .navigation-with-thumbs .nav-thumb {
          width: 40px;
          height: 40px; } }
    @media (max-width: 575px) {
      .marketplace .navigation-with-thumbs .owl-nav .owl-prev, .marketplace .navigation-with-thumbs .owl-nav .owl-next {
        top: 0;
        width: 30px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        text-align: center;
        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-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-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); } }
  .marketplace .campaign-banner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -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-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; }
    .marketplace .campaign-banner.full {
      width: 100%; }
    .marketplace .campaign-banner.side-by-side {
      width: 49%; }
    .marketplace .campaign-banner .item {
      margin-top: 1em;
      margin-bottom: 1em;
      width: 100%;
      position: relative; }
      .marketplace .campaign-banner .item img {
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -spec-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    .marketplace .campaign-banner .banner-sm {
      display: none; }
    @media (max-width: 767px) {
      .marketplace .campaign-banner.side-by-side {
        width: 50%; } }
    @media (max-width: 767px) {
      .marketplace .campaign-banner .banner-lg {
        display: none; }
      .marketplace .campaign-banner .banner-sm {
        display: block; }
      .marketplace .campaign-banner.side-by-side {
        width: 100%; } }
  .marketplace .label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    width: 120px;
    background-color: black;
    text-align: center;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 5px; }
    .marketplace .label.single-product {
      right: 0; }
    .marketplace .label.feature-product {
      top: 15px; }
    .marketplace .label.banner {
      top: 15px;
      left: 15px; }
    @media (max-width: 767px) {
      .marketplace .label {
        padding: 3px; } }
  .marketplace .label.label-orange {
    background-color: #cc4e00; }
  .marketplace .label.label-red {
    background-color: #EC2924; }
  .marketplace .label.label-green {
    background-color: #56BF9A; }
  .marketplace .label.label-blue {
    background-color: #006eff; }
  .marketplace .label-orange {
    font-size: 0.9em;
    padding: 0.75em; }
  .marketplace .modal {
    display: none;
    width: 300px;
    height: auto;
    position: fixed;
    padding-top: 15px;
    padding-bottom: 15px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    font-size: 18px;
    background-color: white;
    text-align: center;
    z-index: 11;
    border-bottom: 2px solid #7ac142;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
    .marketplace .modal span {
      font-family: 'Open Sans Condensed','Helvetica Narrow',arial,helvetica,sans-serif;
      font-weight: 700; }
  .marketplace .checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }
  .marketplace .checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both; }
  .marketplace .checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }
@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }
@keyframes scale {
  0%, 100% {
    transform: none; }
  50% {
    transform: scale3d(1.1, 1.1, 1); } }
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142; } }
  .marketplace .items-grid {
    width: 22%;
    text-align: left;
    margin-bottom: 2.5em; }
  .marketplace .brand-logo {
    width: 70px;
    height: 28px;
    margin-bottom: 10px; }
  .marketplace .item-img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    .marketplace .item-img > img {
      max-width: 100%;
      width: 100%; }
  .marketplace .item-title {
    margin: 10px 0 0.5em; }
  .marketplace .icon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .marketplace .additional-info li.note {
    font-size: 0.9em;
    font-weight: 600;
    color: #cc4e00;
    padding-left: 1.5em;
    position: relative;
    line-height: normal;
    margin-top: 0.25em; }
    .marketplace .additional-info li.note:before {
      font: normal normal normal 14px/1 FontAwesome;
      color: #cc4e00;
      content: "\f06a";
      position: absolute;
      left: 0;
      top: 2px; }
  .marketplace .price {
    margin-bottom: 0; }
    .marketplace .price.from .originalPrice {
      text-decoration: none; }
    .marketplace .price.from .finalPrice sup {
      font-size: 0.75em;
      top: 3px; }
    .marketplace .price.no-price .productList {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -spec-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      -spec-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-align: start;
      -moz-box-align: start;
      -spec-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      -spec-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      -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; }
    .marketplace .price .finalPrice sup {
      font-weight: 400;
      font-size: 0.6em;
      top: 2px;
      position: relative; }
    .marketplace .price .space {
      height: 17px; }
  .marketplace .price-save.no-discount {
    opacity: 0; }
    .marketplace .price-save.no-discount .price-save-dollar, .marketplace .price-save.no-discount .price-save-label, .marketplace .price-save.no-discount .price-save-percent {
      background: white; }
    .marketplace .price-save.no-discount .price-save-percent:after {
      border-bottom-color: white; }
  .marketplace .productList {
    height: 64px; }
  .marketplace dl {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -spec-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    -spec-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: end;
    -moz-box-align: end;
    -spec-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    -spec-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    height: 64px; }
    .marketplace dl dt.soldout {
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0.25em; }
  .marketplace .eggpoints {
    color: #707070;
    margin-top: 10px;
    height: 15px;
    font-size: 0.9em;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -spec-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    -spec-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
    .marketplace .eggpoints > img {
      height: 20px;
      margin-right: 10px; }
  .marketplace .item-promo {
    margin-top: 0;
    height: auto; }
    .marketplace .item-promo .item-promo-code {
      padding: 1em; }
      .marketplace .item-promo .item-promo-code .item-promo-code-save {
        font-size: 0.8em; }
  .marketplace .instantSavings, .marketplace .shipping {
    display: none; }
  .marketplace .items-grid.feature {
    width: 49%;
    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: 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-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; }
    .marketplace .items-grid.feature .item-cell {
      width: 100%; }
    .marketplace .items-grid.feature .feature-image {
      position: relative;
      width: 100%;
      height: 250px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      .marketplace .items-grid.feature .feature-image .gift-card {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: block;
        margin: 0 auto;
        max-width: 100%; }
    .marketplace .items-grid.feature a.item-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .marketplace .items-grid.feature .item-container {
      border: 2px solid #dbdbdb; }
    .marketplace .items-grid.feature .item-info {
      background-color: white;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -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;
      -webkit-box-align: end;
      -moz-box-align: end;
      -spec-box-align: end;
      box-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -o-align-items: flex-end;
      -spec-align-items: flex-end;
      align-items: flex-end;
      -ms-flex-align: end;
      padding: 15px; }
      .marketplace .items-grid.feature .item-info .item-promo {
        width: 40%; }
      .marketplace .items-grid.feature .item-info .item-info-inner {
        width: 50%;
        text-align: left; }
      .marketplace .items-grid.feature .item-info .eggpoints {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -spec-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        -spec-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start; }
    .marketplace .items-grid.feature .item-title {
      height: 4.5em; }
    .marketplace .items-grid.feature .additional-info li.note {
      text-align: left; }
  @media (max-width: 1199px) {
    .marketplace .items-grid {
      width: 32%;
      margin-bottom: 30px; }
    .marketplace .items-grid.feature {
      width: 100%; } }
  @media (max-width: 991px) {
    .marketplace .items-grid {
      width: 48%; } }
  @media (max-width: 767px) {
    .marketplace .items-grid {
      width: 49.6%;
      margin-bottom: 2em; }
    .marketplace .items-grid.feature .item-container {
      border: none;
      border-bottom: 2px solid #dbdbdb;
      padding: 0; }
    .marketplace .item-cell .item-container {
      padding: 0 10px; }
    .marketplace .additional-info li.note {
      padding-left: 0; }
      .marketplace .additional-info li.note::before {
        display: none; } }
  @media (max-width: 575px) {
    .marketplace .brand-logo {
      width: 40px;
      height: 16px; }
    .marketplace .item-promo {
      height: auto; }
      .marketplace .item-promo .item-promo-code {
        padding: 0.7em !important; }
      .marketplace .item-promo .item-promo-title span {
        font-size: 0.6em; }
    .marketplace .productList, .marketplace dl {
      height: 48px; }
    .marketplace .item-title a, .marketplace .additional-info, .marketplace .item-promo-code, .marketplace .price-save-dollar, .marketplace .price-save-label, .marketplace .price-save-percent {
      font-size: 0.8em; }
    .marketplace .originalPrice {
      font-size: 0.7em; }
    .marketplace .price-save-percent:after {
      border-bottom-width: 16px; }
    .marketplace .finalPrice {
      font-size: 1.2em; } }

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