#lightbox_buynow_modal i {
    font-size: 50px;
    text-align: center;
    display: inline-block;
    background-color: #3193cf;
    color: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
  }
  
  #lightbox_buynow_modal i::before {
    position: relative;
    top: 25px;
  }
  
  #lightbox_buynow_modal .modal-body {
    padding: 40px 50px 50px;
  }
  
  #lightbox_buynow_modal .shop_type {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    margin-top: 15px;
    font-size: 1.09em;
    color: #7c858a;
  }
  
  #lightbox_buynow_modal .buynow_header {
    text-align: center;
  }
  
  #lightbox_buynow_modal .buynow_button a img {
    border: 2px solid #ddd;
    border-radius: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  #lightbox_buynow_modal .buynow_button a img:hover {
    border: 2px solid #2292D3;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .15);
  }
  
  .buynow_button span {
    font-weight: 400;
    color: #000;
    font-size: 1.06em;
  }

  #lightbox_buynow_modal .close {
    font-size: 43px;
    font-weight: 300;
    position: relative;
    top: -35px;
    left: 30px;
}