.sale-order-list-shipment-title, .sale-order-detail-payment-options-methods-shipment-list-item-title, .sale-order-detail .sale-order-detail-total-payment-container {display: none;}
.dok a {text-decoration: none; color: #000; border-bottom: 1px dashed #8e8e8e; font-size: 12px;line-height: 2.0;}
.dok a:hover {color: #555;}
/*куки*/
#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 999;
}

#cookie_note p{
    margin: 0;
    font-size: 12px;
    text-align: left;
    color: black;
}
#cookie_note a{
    text-decoration:none;
    color: black;
    border-bottom: 1px dashed;
}
.cookie_accept{
  width: 200px;
  background: #000;
  color: #fff;
  height: 40px;
  margin-left: 10px;
  border:none;
  white-space: nowrap;
  font-size: 14px;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
        
    }
    .cookie_accept{ margin-top: 10px;}
}

.checkbox.checked label::before, #bx-soa-order .radio.checked label::before { background-color: #555 !important;}