.cw__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cw__item {
  width: 33.33%;
  padding: 0 10px;
  margin: 0 0 20px;
  position: relative;
}
@media only screen and (max-width: 921px) {
  .cw__item {
    width: 50%;
  }
}
@media only screen and (max-width: 544px) {
  .cw__item {
    width: 100%;
  }
}
.cw__card {
  background-color: #fff;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  position: relative;
  display: flex;
  flex-direction: column;
}
.cw__card:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
}
.cw__card__info {
  margin-top: auto;
}
.cw__card__close {
  position: absolute;
  right: 26px;
  top: 26px;
}
.cw__card__close button {
  width: 24px;
  height: 24px;
  opacity: 1;
  margin: 0;
  padding: 0;
  background: none;
  border: solid 1px #787878;
}
.cw__card__close button:hover {
  opacity: 0.3;
}
.cw__card__close button:before, .cw__card__close button:after {
  position: absolute;
  left: 12px;
  content: " ";
  height: 15px;
  width: 1px;
  background-color: #787878;
  top: 5px;
}
.cw__card__close button:before {
  transform: rotate(45deg);
}
.cw__card__close button:after {
  transform: rotate(-45deg);
}
.cw__card__img {
  background-color: #f2f2f2;
  padding: 55px;
  padding: 15%;
  margin: 0 0 10px;
}
.cw__card__img a {
  display: block;
  max-width: 219px;
  background-color: #fff;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow: visible;
  position: relative;
}
.cw__card__img a::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.cw__card__img a img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cw__card__heading {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin: 0 0 17px;
}
@media only screen and (max-width: 921px) {
  .cw__card__heading {
    font-size: 16px;
  }
}
.cw__card__heading a {
  color: #000000;
  text-decoration: none;
}
.cw__card__heading a:hover {
  color: #099fb4;
}
.cw__card__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #1e1e1e;
  margin: 0 0 27px;
}
@media only screen and (max-width: 921px) {
  .cw__card__price {
    font-size: 14px;
  }
}
.cw__card__price ins .woocommerce-Price-amount,
.cw__card__price .per-diff {
  color: #ea2727;
}
.cw__card__btn {
  margin-top: auto;
}
.cw__card__btn .button,
.cw__card__btn .cwg_popup_submit {
  display: block !important;
  width: 100%;
  background-color: #099fb4 !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  color: #ffffff !important;
  padding: 8px 15px !important;
}
@media only screen and (max-width: 921px) {
  .cw__card__btn .button,
  .cw__card__btn .cwg_popup_submit {
    font-size: 16px !important;
  }
}
.cw__card__btn .button:hover,
.cw__card__btn .cwg_popup_submit:hover {
  background-color: #000 !important;
}
.cw__card__copy {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tinv-wishlist .social-buttons {
  margin-bottom: 35px !important;
}

.tinv-wishlist .tinv-lists-nav {
  margin-top: 0 !important;
}

/* Popup */
.tinv-wishlist .tinv-modal .tinv-modal-inner {
  max-width: 480px !important;
  padding: 25px 25px 15px;
}

.tinv-wishlist .tinv-cell {
  padding: 20px;
}

.tinv-wishlist .tinv-modal .cwp__heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #292929;
  margin: 0 0 20px;
}
.tinv-wishlist .tinv-modal .cwp__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.tinv-wishlist .tinv-modal .cwp__img {
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  width: 140px;
}
@media only screen and (max-width: 479px) {
  .tinv-wishlist .tinv-modal .cwp__img {
    width: 100%;
    margin: 0 0 30px;
  }
}
.tinv-wishlist .tinv-modal .cwp__img::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.tinv-wishlist .tinv-modal .cwp__img img {
  margin: 0 !important;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tinv-wishlist .tinv-modal .cwp__copy {
  width: calc(100% - 140px);
  padding-left: 16px;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .tinv-wishlist .tinv-modal .cwp__copy {
    width: 100%;
    padding: 0;
  }
}
.tinv-wishlist .tinv-modal .cwp__copy__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 20px;
}
.tinv-wishlist .tinv-modal .cwp__copy__price {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #1e1e1e;
}
.tinv-wishlist .tinv-modal .cwp__btn-group {
  margin-top: 20px;
  display: flex;
  column-gap: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 530px) {
  .tinv-wishlist .tinv-modal .cwp__btn-group {
    flex-wrap: wrap;
  }
}
.tinv-wishlist .tinv-modal .cwp__btn-group button {
  margin: 5px 0;
  background-color: #293334 !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 530px) {
  .tinv-wishlist .tinv-modal .cwp__btn-group button {
    width: 100%;
  }
}
.tinv-wishlist .tinv-modal .cwp__btn-group button:hover {
  background-color: #099fb4 !important;
  color: #fff !important;
}
.tinv-wishlist .tinv-modal .cwp__btn-group button.tinvwl_button_view {
  background-color: #099fb4 !important;
  color: #fff !important;
}
.tinv-wishlist .tinv-modal .cwp__btn-group button.tinvwl_button_view:hover {
  background-color: #293334 !important;
  color: #fff !important;
}

.wishlist-custom-pagination .page-numbers {
  display: flex;
  justify-content: center;
}
.wishlist-custom-pagination .page-numbers li {
  margin: 1px;
}
.wishlist-custom-pagination .page-numbers li a,
.wishlist-custom-pagination .page-numbers li .pagination-ellipsis {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: 0.75em;
  text-align: center;
  display: block;
  min-width: 2.5em;
  border: 1px solid #293334;
  color: #293334;
  transition: all 0.25s ease;
}
.wishlist-custom-pagination .page-numbers li a.current, .wishlist-custom-pagination .page-numbers li a:hover,
.wishlist-custom-pagination .page-numbers li .pagination-ellipsis.current,
.wishlist-custom-pagination .page-numbers li .pagination-ellipsis:hover {
  background-color: #293334 !important;
  color: #FFF !important;
}/*# sourceMappingURL=wishlist.css.map */