.payPalBtn {
    width:100%;
    height:42px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:#ffc439;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px !important;
  }
  
  .payPalLogo{
    height: 36px;
    width: 100px;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  
  .payPalLogo img {
    position: relative;
  }

  .PayPalLogo,
  .PayPalLogo img {
    pointer-events: none;
 }
 
 form.pr-action{
    margin-bottom: 6px;
 }

.fix-detail-header .container .right .p-to-cart-block .add-to-cart-button{
    margin-right: 10px;
}

.fix-detail-header .container .right .p-to-cart-block .payPalBtn{
    margin-bottom: 5px;
}