/*=================== ADD TO CART POP-UP ===================*/
#AddToCartPopupLoadArea, #wishlist-popup-load-area {
  display: none;
  max-width: 90%;
  max-height: 90%;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500px !important;
  height: auto !important;
  text-align: center;
  background-color: #fff; }
  #AddToCartPopupLoadArea .product-img, #AddToCartPopupLoadArea .gc_prodDeetsSKU,
  #AddToCartPopupLoadArea .gc_prodDeetsPrice, #AddToCartPopupLoadArea .gc_itemAttrOptChoice, #wishlist-popup-load-area .product-img, #wishlist-popup-load-area .gc_prodDeetsSKU,
  #wishlist-popup-load-area .gc_prodDeetsPrice, #wishlist-popup-load-area .gc_itemAttrOptChoice {
    display: none; }
  #AddToCartPopupLoadArea .gc_ATCItemSuccessfullyAdded, #AddToCartPopupLoadArea .gc_WLItemSuccessfullyAdded, #wishlist-popup-load-area .gc_ATCItemSuccessfullyAdded, #wishlist-popup-load-area .gc_WLItemSuccessfullyAdded {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #077ba6; }
    #AddToCartPopupLoadArea .gc_ATCItemSuccessfullyAdded #wishlist-msg, #AddToCartPopupLoadArea .gc_WLItemSuccessfullyAdded #wishlist-msg, #wishlist-popup-load-area .gc_ATCItemSuccessfullyAdded #wishlist-msg, #wishlist-popup-load-area .gc_WLItemSuccessfullyAdded #wishlist-msg {
      display: inline-block; }
    #AddToCartPopupLoadArea .gc_ATCItemSuccessfullyAdded .checkMark, #AddToCartPopupLoadArea .gc_WLItemSuccessfullyAdded .checkMark, #wishlist-popup-load-area .gc_ATCItemSuccessfullyAdded .checkMark, #wishlist-popup-load-area .gc_WLItemSuccessfullyAdded .checkMark {
      display: inline-block;
      position: relative;
      color: #fff;
      z-index: 2;
      margin-right: 10px; }
      #AddToCartPopupLoadArea .gc_ATCItemSuccessfullyAdded .checkMark:after, #AddToCartPopupLoadArea .gc_WLItemSuccessfullyAdded .checkMark:after, #wishlist-popup-load-area .gc_ATCItemSuccessfullyAdded .checkMark:after, #wishlist-popup-load-area .gc_WLItemSuccessfullyAdded .checkMark:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        background-color: #d67322;
        border-radius: 100%;
        z-index: -1; }
  #AddToCartPopupLoadArea h3, #wishlist-popup-load-area h3 {
    margin: 20px 0;
    font-size: 48px;
    line-height: 48px; }
  #AddToCartPopupLoadArea .freeShippingMsg, #wishlist-popup-load-area .freeShippingMsg {
    position: relative;
    display: block;
    margin: 10px 0;
    float: none; }
  #AddToCartPopupLoadArea .addcart-btns, #wishlist-popup-load-area .addcart-btns {
    margin-top: 20px; }
  #AddToCartPopupLoadArea .button.outline, #wishlist-popup-load-area .button.outline {
    color: #000;
    padding: 17px 10px !important; }
    #AddToCartPopupLoadArea .button.outline:hover, #wishlist-popup-load-area .button.outline:hover {
      color: #fff; }
  #AddToCartPopupLoadArea #add-to-cart-close, #wishlist-popup-load-area #add-to-cart-close {
    position: absolute;
    top: 4px;
    right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  #AddToCartPopupLoadArea .btn--close, #wishlist-popup-load-area .btn--close {
    height: 30px;
    width: 30px;
    font-size: 10px;
    display: block;
    border-radius: 50%;
    background-color: transparent; }
  #AddToCartPopupLoadArea .btn--close:hover, #wishlist-popup-load-area .btn--close:hover {
    background: #000; }
  #AddToCartPopupLoadArea .btn--close:after, #AddToCartPopupLoadArea .btn--close:before, #wishlist-popup-load-area .btn--close:after, #wishlist-popup-load-area .btn--close:before {
    height: 3px;
    background: #4c4c4c;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all; }
  #AddToCartPopupLoadArea .btn--close:hover:after, #AddToCartPopupLoadArea .btn--close:hover:before, #wishlist-popup-load-area .btn--close:hover:after, #wishlist-popup-load-area .btn--close:hover:before {
    background: #fff; }

.gc_prodDeetsTotal {
  color: #d67322;
  font-size: 25px;
  font-weight: 600; }

.b-ajax-wrapper {
  padding: 40px 20px; }

#AddToCartPopupLoadArea .b-ajax-wrapper {
  background: #FFF; }

#LoginPopupLoadArea .b-ajax-wrapper {
  float: none;
  width: auto;
  background: none;
  padding: 0; }

#add-to-cart-close {
  top: 0;
  right: -20px; }

/*----------Added by Leo 3/9/2017 12:30PM------------*/
#QuickViewPopupLoadArea {
  display: none; }

#wishlist-popup-load-area {
  display: none; }
