i.fab, i.fas {
  font-family: 'fontawesome' !important;
  font-style: normal !important; }

.promote-wrapper {
  margin-top: 25px; }
  .promote-wrapper .promote-product {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ececec;
    position: relative; }
    .promote-wrapper .promote-product .picks-btn {
      padding: 10px;
      color: #424040;
      font-size: 20px;
      background-color: #fff;
      border: 1px solid #424040;
      position: absolute;
      top: 50%;
      margin-top: -27px; }
      .promote-wrapper .promote-product .picks-btn:hover, .promote-wrapper .promote-product .picks-btn:active {
        border-color: #185fc1;
        color: #185fc1; }
    .promote-wrapper .promote-product #pre-picks {
      left: -8px; }
    .promote-wrapper .promote-product #next-picks {
      right: -8px; }
  .promote-wrapper .item {
    display: block;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    -moz-flex-basis: 33.3333%;
    -webkit-flex-basis: 33.3333%;
    max-width: 33.3333%;
    border: 0 solid #ececec;
    border-left: 1px;
    text-align: center;
    padding: 0 35px 30px; }
    @media (max-width: 767px) {
      .promote-wrapper .item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -moz-flex-basis: 100%;
        -webkit-flex-basis: 100%;
        max-width: 100%;
        border: 0; } }
    .promote-wrapper .item:nth-of-type(0) {
      border-left: 0px; }
    .promote-wrapper .item .promo-label {
      text-align: center;
      display: inline-block;
      padding: 8px 40px 0;
      margin: -10px 0 30px 0;
      position: relative;
      background-color: #185fc1;
      text-transform: uppercase;
      color: #fff;
      font-weight: 500; }
      .promote-wrapper .item .promo-label:before {
        content: '';
        display: block;
        position: absolute;
        background-color: #185fc1;
        width: 100%;
        height: 36px;
        border-radius: 0 0 50% 50%;
        bottom: -15px;
        left: 0; }
      .promote-wrapper .item .promo-label svg, .promote-wrapper .item .promo-label p {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        position: relative; }
      .promote-wrapper .item .promo-label svg {
        margin-right: 5px;
        margin-top: -6px; }
    .promote-wrapper .item .product-image {
      height: 190px;
      overflow: hidden;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center; }
      .promote-wrapper .item .product-image img {
        height: 100%;
        object-fit: cover; }
    .promote-wrapper .item .product-name {
      font-size: 20px;
      font-family: "Heebo", sans-serif;
      line-height: 20.4px;
      line-height: 2rem;
      height: 4rem;
      font-weight: 500;
      margin: 20px 0 10px;
      color: #2f3846; }
    .promote-wrapper .item .star {
      color: #ffc000;
      font-size: 20px;
      line-height: 1;
      margin-bottom: 20px; }
      .promote-wrapper .item .star > i {
        margin: 0 2px;
        background-color: #fff; }
  .promote-wrapper section.post-footer {
    border: 1px solid #ececec;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .promote-wrapper section.post-footer .post-author {
      flex: 1; }
    .promote-wrapper section.post-footer aside.social-media {
      display: block; }

.product-header {
  position: relative;
  margin-top: 50px; }
  .product-header .number {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    background-color: #185fc1;
    padding: 7px 12px;
    margin: 0;
    position: absolute;
    left: 0;
    top: -5px; }
  .product-header .product-name {
    font-size: 24px !important;
    line-height: 26px;
    color: #2f3846;
    margin: 0 !important;
    padding-left: 60px;
    padding-right: 80px; }
    @media (max-width: 767px) {
      .product-header .product-name {
        padding-right: 0; } }
  .product-header .carousel-counter {
    font-size: 24px !important;
    color: #2f3846;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 767px) {
      .product-header .carousel-counter {
        display: none !important;
        visibility: hidden !important; } }

.product-images {
  border: 1px solid #ececec;
  position: relative;
  text-align: center;
  margin: 25px 0 30px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .product-images .filter-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none; }
    .product-images .filter-mask div {
      display: inline-block;
      display: -moz-inline-box;
      display: -webkit-inline-box;
      color: #fff;
      font-size: 16px;
      font-family: 'Lato', sans-serif;
      border: 1px solid #fff;
      padding: 5px 10px;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .product-images .filter-mask div:hover {
        border-color: #185fc1;
        background-color: #185fc1; }
  .product-images:hover .filter-mask {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
    justify-content: center; }
  .product-images .promo-label {
    text-align: center;
    display: inline-block;
    padding: 8px 70px 0;
    margin: -15px 0 30px 0;
    position: relative;
    background-color: #185fc1;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500; }
    .product-images .promo-label:before {
      content: '';
      display: block;
      position: absolute;
      background-color: #185fc1;
      width: 100%;
      height: 34px;
      border-radius: 0 0 50% 50%;
      bottom: -16px;
      left: 0; }
    .product-images .promo-label svg, .product-images .promo-label p {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      position: relative; }
    .product-images .promo-label svg {
      margin-right: 5px;
      margin-top: -3px; }
    .product-images .promo-label p {
      margin: 0 !important;
      line-height: 1 !important; }
  .product-images .items {
    max-width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
    .product-images .items img {
      width: auto;
      height: 400px; }
      @media (max-width: 767px) {
        .product-images .items img {
          width: 100%;
          height: auto; } }
  .product-images .owl-carousel {
    z-index: unset !important; }
  .product-images .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -25px; }
    .product-images .owl-nav button {
      padding: 8px 12px !important;
      background-color: #d5d7da !important;
      visibility: visible;
      position: relative;
      z-index: 4; }
      .product-images .owl-nav button span {
        display: none !important;
        visibility: hidden !important; }
      .product-images .owl-nav button:after {
        font-family: 'fontawesome' !important;
        font-style: normal !important;
        font-size: 20px !important;
        line-height: 1 !important;
        color: #fff !important;
        position: relative;
        vertical-align: middle; }
      .product-images .owl-nav button:hover {
        background-color: #185fc1 !important; }
      .product-images .owl-nav button:focus {
        outline: none !important; }
    .product-images .owl-nav .owl-prev {
      float: left; }
      .product-images .owl-nav .owl-prev:after {
        display: block;
        content: "\f053"; }
    .product-images .owl-nav .owl-next {
      float: right; }
      .product-images .owl-nav .owl-next:after {
        display: block;
        content: "\f054"; }
    .product-images .owl-nav .disabled {
      display: none !important;
      visibility: hidden !important; }

.check-price {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  line-height: 16.4px;
  position: relative;
  color: #fff;
  background-color: #0cac1f; }
  .check-price .fa-arrow-right {
    float: right; }

.check-price-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 35px; }
  .check-price-wrapper .check-price {
    width: 25vw !important; }
    @media (max-width: 767px) {
      .check-price-wrapper .check-price {
        width: 75vw !important; } }

.image-wrapper {
  position: relative; }
  .image-wrapper .filter-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none; }
  .image-wrapper .labels-link {
    position: absolute;
    bottom: 0;
    right: 0; }
  .image-wrapper .image-labels {
    padding: 5px 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #185fc1; }
    @media (max-width: 767px) {
      .image-wrapper .image-labels {
        font-size: 14px; } }
    .image-wrapper .image-labels i {
      font-size: 16px;
      vertical-align: middle;
      margin-left: 5px; }
      @media (max-width: 767px) {
        .image-wrapper .image-labels i {
          font-size: 14px; } }

.amazonlink {
  margin-right: 5px; }

.insert-btn {
  margin-right: 3px;
  vertical-align: middle; }
  .insert-btn .insert-amazon-btn {
    display: inline-block;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    padding: 5px 10px;
    font-size: 13px;
    font-family: "Heebo", sans-serif;
    line-height: 13.4px;
    vertical-align: text-top;
    background-color: #57b511;
    color: #fff; }
    .insert-btn .insert-amazon-btn svg {
      width: 12px !important; }

/*# sourceMappingURL=product-section.css.map */
