.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:.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:.875rem;letter-spacing:0;line-height:1.875rem}.wishlist-modal .modal-body{padding:.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:.7}.wishlist-modal .modal-footer{border:none}.wishlist-modal .modal-footer .btn{text-transform:none;margin-bottom:.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:.635rem;right:.635rem;z-index:10}.wishlist-footer-links{margin-bottom:3.125rem}.wishlist-footer-links>a{font-size:.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:.25rem;vertical-align:middle}.lang-rtl .products article .wishlist-button-add{right:inherit;left:.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}

/* custom css */
#view #wrapper .container {
    width: auto !important;
}

.wishlist-products-container .sort-by-row .products-sort-order .select-title {
  height: 42px;
  font-size: 13px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2px 0 16px;
  color: #000;
  background: #fff;
  border: 2px solid #e3e3e3;
}
.wishlist-products-container .sort-by-row .products-sort-order .dropdown-menu {
    left: auto;
    right: 0;
    width: 100%;
    margin: 0;
    background: #e3e3e3;
    border: 0;
    border-radius: 0;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 10%);
}
.wishlist-products-container .sort-by-row .products-sort-order .dropdown-menu .select-list {
    font-size: 13px;
    line-height: 13px;
    display: block;
    padding: 0.625rem 1.25rem;
    color: #000;
}
.wishlist-products-container .sort-by-row .products-sort-order .dropdown-menu .select-list:hover {
  color: #fff;
  text-decoration: none;
  background: #ff6319;
}

@media (min-width: 576px) {
  .wishlist-products-container .sort-by-row .products-sort-order .select-title {
      height: 42px;
      width: 260px;
  }
  .wishlist-products-container .sort-by-row .products-sort-order .dropdown-menu .select-list {
      height: 42px;
      width: 260px;
  }
}

@media (min-width: 769px) {
  .wishlist-products-container .sort-by-row .products-sort-order {
      padding: 0;
      width: auto;
      margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .wishlist-products-container .sort-by-row .products-sort-order .select-title {
      width: 260px;
  }
  .wishlist-products-container .sort-by-row .products-sort-order .dropdown-menu .select-list {
      width: 260px;
  }
}

@media (min-width: 1500px) {
  .wishlist-products-container .sort-by-row .products-sort-order .select-title {
    height: 50px;
    width: 324px;
    font-size: 16px;
    line-height: 16px;
  }
  .wishlist-products-container .sort-by-row .products-sort-order .dropdown-menu .select-list {
      height: 50px;
      width: 324px;
      font-size: 16px;
      line-height: 16px;
  }
}