.wishlist-container .card {
  border: 0px;
}
.wishlist-list {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
    .wishlist-product-link {
        display: block!important;
    }
    .wishlist-products-list .wishlist-products-item {
      flex: 0 0 50%!important;
    }
    .wishlist-products-container .page-content.card {
      box-shadow: none!important;
    }
    .wishlist-product-title {
      margin-top: 10px!important;
    }
    .wishlist-products-list .wishlist-products-item {
      padding-left: 10px!important;
      padding-right: 10px!important;
    }
    .wishlist-button-add {
      position: absolute!important;
    }
}
.wishlist-list-item-link {
  padding:8px 0px!important;
  border-bottom: 1px solid #ccc;
}
.wishlist-list-item-title {
  font-size: 14px!important;
  line-height: 28px!important;
  color: #141414!important;
}
.wishlist-list-item-default {
  border-bottom: 0px!important;
}
.icon-delete {
    display: inline-flex;
    background: transparent url(icon-remove.svg) center center / 24px 27px no-repeat;
    width: 24px;
    height: 27px;
}
.icon-share {
    display: inline-flex;
    background: transparent url(icon-share.svg) center center / 22px 25px no-repeat;
    width: 22px;
    height: 25px;
}
.wishlist-list-item-right {
    height: 28px;
}
.wishlist-list-item-right>button i {
  color: #222!important;
}
.wishlist-list-item-right .dropdown-menu.show {
    position: absolute;
    z-index: 20;
}
#main .wishlist-products-container .card.page-content {
  border: 0px;
}

.wishlist-products-list {
    padding: 0px !important;
}
.wishlist-products-list .wishlist-products-item {
    flex: 0 0 25%;
    margin: 0px 0px 30px 0px;
    padding: 0px 15px;
}
.wishlist-product-title {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    height: 60px;
    overflow: hidden;
}
.wishlist-product {
    width: 100%;
    max-width: 100% !important;
}
.wishlist-products-list .wishlist-button-add {
    box-shadow: none !important;
    background-color: rgba(242, 242, 242, 0.75);
    width: 40px;
    height: 40px;
}
.wishlist-product-image {
  border:1px solid #ccc;
  border-radius: 5px;
  width: 100% !important;
  height: auto !important;
}
.wishlist-product-image img {
    position: relative !important;
    top: auto !important;
    transform: none !important;
    left: auto !important;
}
.wishlist-footer-links {
  display: none;
}
.wishlist-products-container .sort-by-row,
.wishlist-product-combinations,
.wishlist-product-addtocart {
  display: none!important;
}
.wishlist-product-price {
    margin: 8px 0px 35px 0px;
    color: #C20508 !important;
    display: flex;
    align-items: baseline;
    font-size: 20px !important;
    font-weight: 700;
}
.wishlist-product-price-promo {
    color: #222 !important;
    font-size: 16px !important;
    position: relative;
    text-decoration:none!important;
    order:2;
    margin-left: 10px;
}
.wishlist-product-price-promo:after {
    border-top: 1px solid #222222;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    left: 0;
    rotate: -12deg;
}
.wishlist-modal {
  display: none;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.wishlist-modal.show {
  display: block;
  opacity: 1;
  pointer-events: all;
  z-index: 1051;
}
.wishlist-modal.show + .modal-backdrop {
  pointer-events: all;
}
.wishlist-modal.fade .modal-dialog {
  max-width: 34.375rem;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.wishlist-modal .close {
  font-weight: 400;
  color: #7a7a7a;
  opacity: 1;
  font-size: 2.25rem;
}
.wishlist-modal .close:hover {
  opacity: 0.6;
}
.wishlist-modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
}
.wishlist-modal .modal-header h5 {
  color: #232323;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.875rem;
}
.wishlist-modal .modal-header::after {
  content: none;
}
.wishlist-modal .modal-text {
  color: #232323;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.875rem;
}
.wishlist-modal .modal-body {
  padding: 0.9375 1.875rem;
}
.wishlist-modal .modal-body .form-group {
  margin-bottom: 0;
}
.wishlist-modal .modal-body .form-group .form-control {
  border-radius: 0;
  background: none;
  color: #000;
}
.wishlist-modal .modal-content {
  width: 100%;
}
.wishlist-modal .modal-cancel:hover {
  opacity: 0.7;
}
.wishlist-modal .modal-footer {
  border: none;
}
.wishlist-modal .modal-footer .btn {
  text-transform: none;
  margin-bottom: 0.5rem;
}
.wishlist-modal .modal-backdrop {
  pointer-events: none;
}
.wishlist-modal .modal-backdrop.in {
  pointer-events: all;
}
.wishlist-modal + .modal-backdrop {
  pointer-events: none;
}
.wishlist-modal + .modal-backdrop.in {
  pointer-events: all;
}
.products article .wishlist-button-add {
  position: absolute;
  top: 0.635rem;
  right: 0.635rem;
  z-index: 10;
}
.wishlist-footer-links {
  margin-bottom: 3.125rem;
}
.wishlist-footer-links > a {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.1875rem;
}
.wishlist-footer-links > a:not(:first-child) {
  margin-left: 1.25rem;
}
.wishlist-footer-links > a i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.lang-rtl .products article .wishlist-button-add {
  right: inherit;
  left: 0.635rem;
}
.lang-rtl .wishlist-button-product {
  margin-left: 0;
  margin-right: 1.25rem;
}
.lang-rtl .wishlist-list-item .dropdown-menu {
  right: inherit;
  left: 1.25rem;
}
.lang-rtl .wishlist-list-item-right .dropdown-menu > button {
  text-align: right;
}
@media screen and (max-width: 768px) {
    .wishlist-container .page-content.card {
        box-shadow: none!important;
        background-color: #fff;
        margin-top: 1.25rem;
    }
}
