button.alm-load-more-btn {
    background: #F7941D!important;
    border-bottom: 0px !important;
    border: 0px!important;
    border-radius: 0px!important;
    color: #fff !important;
}

#checkout-addons .checkout-addons-page button.alm-load-more-btn {
    display: none!important;
}

#checkout-addons .checkout-addons-post h3:after {
    display: none!important;
}

#checkout-addons .checkout-addons-post h3 {
    margin: 0px!important;
}

.modal-container {
    margin: 0 auto;
    position: relative;
    display: inline-block;
  }
  
  .modal-container button {
    padding:0px!important;
    background: none!important;border-bottom:0px !important;border:0px;color:#989898 !important;
    margin-bottom: 0px!important;
    font-size: 1.1rem;
    text-decoration: underline;
    font-family:"Gilroy-SemiBold";
  }
  
  .modal-container .modal-backdrop {
    height: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.2s ease-in;
  }
  
  .modal-container .modal-toggle {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
  }
  
  .modal-container .modal-toggle:hover ~ button { -webkit-transition:background 0.5s;-moz-transition:background 0.5s;-ms-transition:background 0.5s;-o-transition:background 0.5s;transition:background 0.5s;color:#d87601 !important }
  
  .modal-container .modal-toggle:checked {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
  }
  
  .modal-container .modal-toggle:checked ~ .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    pointer-events: none;
    opacity: 1;
  }
  
  .modal-container .modal-toggle:checked ~ .modal-backdrop .modal-content {
    background-color: #fff;
    max-width: 600px;
    width: 100%;
    height: 400px;
    overflow: auto;
    padding: 10px 30px;
    position: absolute;
    left: calc(50% - 300px);
    top: 12%;
    border-radius: 4px;
    z-index: 999;
    pointer-events: auto;
    cursor: auto;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
  }
  @media (max-width: 800px) {

    .modal-container .modal-toggle:checked ~ .modal-backdrop .modal-content { max-width: 400px;left: calc(50% - 200px); }
  }
  @media (max-width: 400px) {
  
  .modal-container .modal-toggle:checked ~ .modal-backdrop .modal-content { left: 0; height: 340px; }
  }
  
  .modal-container .modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close {
    color: #666;
    position: absolute;
    right: 2px;
    top: 0;
    padding-top: 7px;
    background: #fff;
    font-size: 16px;
    width: 25px;
    height: 28px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }
  
  .modal-container .modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button {
    top: initial;
    bottom: 20px;
    right: 20px;
    background: #4CAF50;
    color: #fff;
    width: 50px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: normal;
  }
  
  .modal-container .modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button:hover {
    color: #fff;
    background: #1E824C;
  }
  
  .modal-container .modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close:hover { color: #333; }

.modal-content .the-content h3 {
    color:#F7941D;text-transform:uppercase;margin-bottom:10px;line-height:1.3em
}

.modal-content .the-content {
    padding-top: 10px;
}

.modal-content .the-content h4 {
    margin-bottom:7px;font-size:1em;text-transform:uppercase;color:#F7941D;line-height:1.3em
}

.modal-content .the-content li {
    margin-bottom:3px
}

.modal-content .the-content p {
    margin-top:0px;
}

#checkout-addons .call-to-action.addons {

}
 
#checkout-addons .call-to-action.addons .addon-button {
     margin:4px;
     color: #ffffff;
     border-radius:0px;
     overflow:auto;
     float:left;
     cursor: pointer;
 }
 
 #checkout-addons .call-to-action.addons .addon-button label {
 }
 
 #checkout-addons .call-to-action.addons .addon-button label span {
     text-align:center;
     display:block;
     padding: 8px;
     background-color:#F7941D;
     cursor: pointer;
     font-size: .9rem;
 }
 
 #checkout-addons .call-to-action.addons .addon-button label input {
     position:absolute;
     left:-1000000000px;
 }
 
 #checkout-addons .call-to-action.addons .addon-button input:checked + span {
     background-color:#d87601;
     color:#fff;
 }