.product-card__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.product-card__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-card__header {
  position: relative;
}
.product-card__header .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  margin-top: 0;
  z-index: 1;
}
.product-card__header .yith-wcwl-wishlistexistsbrowse a {
  display: none;
}
.product-card__header .yith-wcwl-icon {
  margin-right: 0 !important;
  width: 22px;
  height: 22px;
  opacity: 0;
  transition: 0.4s;
}
.product-card__header .add_to_wishlist span {
  display: none;
}
.product-card__item {
  position: relative;
  margin-bottom: 2.604vw;
}
.product-card__item:hover .product-card__image {
  transform: scale(1.1);
}
.product-card__item:hover .fa-heart-o {
  opacity: 1;
}
.product-card__item .fa-heart-o::before,
.product-card__item .fa-heart::before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-card__item .fa-heart-o::before {
  background-image: url(../../../images/wishlist-outline.svg);
}
.product-card__item .fa-heart {
  opacity: 1;
}
.product-card__item .fa-heart::before {
  background-image: url(../../../images/wishlist-solid.svg);
}
.product-card__image-container {
  overflow: hidden;
}
.product-card__image {
  transform: scale(1);
  transition: 0.4s;
}
.product-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1.25vw;
  color: #1C1F21;
}
.product-card__category {
  position: relative;
  z-index: 1;
}
.product-card__category a {
  color: rgba(28, 31, 33, 0.6);
  font-size: 0.625vw;
  text-transform: uppercase;
}
.product-card__name {
  margin-top: 0.417vw;
  margin-bottom: 0.313vw;
  font-size: 1.042vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.product-card__sale .product-card__price {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.product-card__price {
  font-weight: 700;
  font-size: 1.042vw;
}
.product-card__price ins {
  text-decoration: none;
}
.product-card__price del {
  margin-left: 5px;
  font-size: 0.833vw;
  font-weight: 400;
}
.product-card__button {
  padding-right: 1.042vw !important;
  padding-left: 1.042vw !important;
  margin-left: 4px;
  font-size: 0.833vw !important;
}
.product-card__sold-out {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-card__sold-out img {
  width: 100%;
  max-width: 7.292vw;
  opacity: 0.5;
  object-fit: contain;
}
.product-card__badge, .product-card__badge--new, .product-card__badge--sale {
  padding: 4px 8px;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.625vw;
  color: #ffffff;
}
.product-card__badge--sale {
  background-color: #E33E38;
}
.product-card__badge--new {
  background-color: #6BC55D;
}
.product-card__link-mobile {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .product-card__header .yith-wcwl-add-to-wishlist {
    top: 12px;
    right: 8px;
  }
  .product-card__button {
    display: none;
  }
  .product-card__item {
    padding-right: 8px !important;
    padding-left: 8px !important;
    margin-bottom: 16px;
  }
  .product-card__item .fa-heart-o {
    opacity: 1;
  }
  .product-card__footer {
    padding: 12px 0px;
  }
  .product-card__category a {
    font-size: 10px;
  }
  .product-card__name {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .product-card__price {
    font-size: 16px;
  }
  .product-card__price del {
    font-size: 12px;
  }
  .product-card__badge, .product-card__badge--sale, .product-card__badge--new {
    font-size: 12px;
  }
  .product-card__sold-out img {
    max-width: 100px;
  }
}

.info__map-iframe {
  width: 100%;
  min-height: 550px;
  display: block;
}
.info__contact {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F3F7;
}
.info__contact > div {
  flex-basis: 60%;
}
.info__contact-title {
  margin-bottom: 1.823vw;
  text-align: center;
}
.info__contact-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.458vw;
}
.info__contact-list-link {
  font-size: 1.042vw;
  color: #1C1F21;
  margin-bottom: 0px;
}
.info__contact-list-link:hover {
  color: #4F86CB;
}
.info__contact-list-icon {
  width: 1.042vw;
  height: auto;
  margin-top: 0.26vw;
  margin-right: 1.146vw;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .info {
    padding-top: 30px;
  }
  .info__map-iframe {
    min-height: 400px;
  }
  .info__contact {
    padding-bottom: 15px;
    background-color: unset;
  }
  .info__contact > div {
    flex-basis: 100%;
  }
  .info__contact-title {
    margin-bottom: 30px;
    font-size: 35px;
  }
  .info__contact-list-item {
    margin-bottom: 18px;
  }
  .info__contact-list-link {
    font-size: 18px;
  }
  .info__contact-list-icon {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    margin-right: 18px;
  }
}

.contact-form {
  background-color: #F2F3F7;
}
.contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/white-paper-texture-5.png);
  mix-blend-mode: multiply;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
}
.contact-form .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-form .theme-form__input-group {
  margin-bottom: 2.865vw;
}
.contact-form__title {
  margin-bottom: 4.427vw;
  text-align: center;
  font-size: 2.5vw;
}
.contact-form__button {
  margin-top: 4.427vw;
}
@media (min-width: 992px) {
  .contact-form .theme-form__input::placeholder, .contact-form .theme-form__textarea::placeholder {
    color: transparent;
  }
  .contact-form .theme-form__input ::-webkit-input-placeholder, .contact-form .theme-form__textarea ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
  }
  .contact-form .theme-form__input :-moz-placeholder, .contact-form .theme-form__textarea :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
  }
  .contact-form .theme-form__input ::-moz-placeholder, .contact-form .theme-form__textarea ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
  }
  .contact-form .theme-form__input :-ms-input-placeholder, .contact-form .theme-form__textarea :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
  }
}
@media screen and (max-width: 991px) {
  .contact-form .theme-form__input-group {
    margin-bottom: 28px;
  }
  .contact-form .theme-form__label {
    display: none;
  }
  .contact-form__title {
    margin-bottom: 35px;
    font-size: 35px;
  }
  .contact-form__button {
    margin-top: 35px;
  }
}

.contact-thanks {
  text-align: center;
}
.contact-thanks .modal-content {
  border-radius: 0;
}
.contact-thanks__wrapper {
  padding: 0px 15px 50px;
}
.contact-thanks__close-wrapper {
  text-align: right;
}
.contact-thanks__close {
  padding: 15px;
  background: transparent;
  border: none;
}
.contact-thanks__close img {
  width: 100%;
  max-width: 16px;
}
.contact-thanks__title {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.contact-trending__title-wrapper {
  margin-bottom: 3.125vw;
}
.contact-trending__title-second {
  text-transform: initial;
}
.contact-trending__button-wrapper {
  margin-top: 4.375vw;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .contact-trending__title-wrapper {
    margin-bottom: 30px;
    text-align: center;
  }
  .contact-trending__button-wrapper {
    margin-top: 30px;
  }
}

.product-card__item .fa-heart-o::before {
  background-image: url(../../images/wishlist-outline.svg);
}
.product-card__item .fa-heart::before {
  background-image: url(../../images/wishlist-solid.svg);
}

/*# sourceMappingURL=contact.css.map */
