.btnSet--editWL {
  padding: 28px 0;
  text-align: right; }

@media only screen and (max-width: 480px) {
  .btnSet--editWL {
    text-align: center; } }

/*=================== ADD TO WISH LIST POP-UP ===================*/
/*=================== ADD TO WISH LIST POP-UP ===================*/
#wishlist-popup-load-area .b-ajax-wrapper {
  background: #FFF;
  padding: 3% 5%; }

.WishListPopupWrap {
  width: 1300px;
  min-width: 70%;
  padding: 0;
  height: auto; }

.gc_WLItemSuccessfullyAdded {
  float: left;
  width: 100%;
  margin-bottom: 15px; }

.gc_WLItemSuccessfullyAdded img {
  float: left;
  margin-right: 10px; }

.gc_WLItemSuccessfullyAdded span.checkMark {
  background: #008f51;
  border-radius: 50%;
  color: #fff;
  float: left;
  font-size: 20px;
  font-weight: 700;
  height: 37px;
  line-height: 36px;
  margin-right: 10px;
  margin-top: 0;
  text-align: center;
  width: 37px; }

.gc_WLItemSuccessfullyAdded #wishlist-msg {
  font-size: 29px;
  font-weight: 300;
  letter-spacing: 1px;
  float: left;
  margin-top: 3px;
  width: calc(100% - 47px);
  font-size: 28px; }

.gc_addToCartBtn {
  background: #f00;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  border-radius: 5px;
  display: block;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.gc_addToCartBtn img {
  margin-right: 4px;
  vertical-align: middle; }

.gc_addToCartBtn:hover {
  color: #FFF;
  background: #de0111; }

.btn--delete {
  color: #000; }

.btn--delete:hover {
  color: #f00; }

@media (max-width: 1250px) {
  .WishListPopupWrap {
    min-width: 90%; }
  .gc_WLItemSuccessfullyAdded #wishlist-msg {
    font-size: 20px;
    margin-top: 8px; } }

@media (max-width: 1000px) {
  .gc_WLItemSuccessfullyAdded #wishlist-msg {
    font-size: 20px;
    width: calc(100% - 70px); } }

@media (max-width: 640px) {
  .gc_WLItemSuccessfullyAdded #wishlist-msg {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 5px; }
  .gc_WLItemSuccessfullyAdded span.checkMark {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 13px;
    margin-right: 5px; } }
