 /* Purchase Section */
 
 .buybox-container div.m-banner .c-image {
    max-height: 48px !important;
  }
 
  .xgpBuybox ul {
    padding-top: 32px;
  }
  
  .xgpBuybox {
    padding-top: 48px;
    padding-bottom: 96px;
    margin-top: 0;
    text-align: center;
  }
  
  .xgpBuybox .c-subheading-3 span {
    font-weight: 700;
  }
  
  .xgpBuybox li.c-paragraph-1 {
    text-align: center;
    vertical-align: middle;
    padding-top: 11px;
    padding-bottom: 18px;
  }
  
  .xgpBuybox li:before {
    content: "";
    font-family: "MWFMDL2-Xbox";
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
    color: #107c10;
  }
  
  .xgpBuybox .c-group {
    display: inline-block;
  }
  
  .xgpBuybox .c-group a {
    margin-left: 20px;
    margin-right: 20px;
  }
  
  @media screen and (max-width: 767px) {
    .xgpBuybox>div {
        padding: 0 10px;
    }
  }
  
  .custom-xgpu-purchase {
    background-color: #fff;
  }
  .custom-xgpu-purchase.e6bg {
    background-color: #e6e6e6;
  }
  .custom-xgpu-purchase .m-image {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .custom-xgpu-purchase .xgpBuybox {
    background-color: #e6e6e6;
  }
  .custom-xgpu-purchase.e6bg .xgpBuybox {
    background-color: #fff;
  }