.amgdprcookie-cookie-container {
    margin: 0 10px 20px 0;
}
.amgdprcookie-cookie-container.-modal:first-child {
    padding-top: 25px;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
    padding-left: 25px;
}
.amgdprcookie-cookie-container.-modal {
    margin-right: 30px;
    box-shadow: none;
    direction: ltr;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
    display: flex;
    justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
    margin: 0 0 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
    margin-bottom: 10px;
    color: #363636;
    font-size: 12px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
    font-size: 12px;
    color: #bc243c;
    cursor: pointer;
}
.amgdprcookie-cookie-container .amgdprcookie-options:hover {
    color: #2d2c2f;
}
.amgdprcookie-toggle-cookie {
    position: relative;
    padding-left: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
    visibility: hidden;
    width: 0;
    height: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 29px;
    border-radius: 40px;
    background: #a5a5a5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 25px;
    height: 25px;
    border-radius: 40px;
    background: #fff;
    content: "";
    transition: all 0.4s ease;
}
.amgdprcookie-toggle-cookie
    .amgdprcookie-input:checked:disabled
    + .amgdprcookie-label {
    background: #e8e8e8;
}
.amgdprcookie-toggle-cookie
    .amgdprcookie-input:checked:disabled
    + .amgdprcookie-label:after {
    left: 95%;
    transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie
    .amgdprcookie-input:checked:not([disabled])
    + .amgdprcookie-label {
    background: #bc243c;
}
.amgdprcookie-toggle-cookie
    .amgdprcookie-input:checked:not([disabled])
    + .amgdprcookie-label:after {
    left: 95%;
    transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie
    .amgdprcookie-input:not([checked])
    + .amgdprcookie-label {
    background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
    background: #e8e8e8;
}
.amgdprcookie-toggle-cookie
    .amgdprcookie-input:disabled
    + .amgdprcookie-label:after {
    left: 2px;
}
.amgdprcookie-main-wrapper {
    color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 20px;
    line-height: 20px;
}
/*.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {*/
/*    display: flex;*/
/*}*/
/*.amgdprcookie-main-wrapper .amgdprcookie-btn {*/
/*    padding: 7px 27px;*/
/*    border: 0;*/
/*    border-radius: 6px;*/
/*    background: #ef7c4a;*/
/*    box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*    font-size: 14px;*/
/*}*/
/*.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {*/
/*    margin: 0 15px;*/
/*}*/
/*.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {*/
/*    background: #eb5a1b;*/
/*}*/
.amgdprcookie-cookie-container .amgdprcookie-link {
    display: block;
    color: #389dfe;
    text-align: right;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    font-size: 12px;
    cursor: pointer;
}
.amgdprcookie-bar-template {
    position: fixed;
    /* added to support older browsers */
    position: sticky;
}
.amgdprcookie-bar-template.-bottom {
    position: static;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
    max-width: 740px;
    border-radius: 4px;
    box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
    overflow-x: auto;
    min-width: 700px;
    max-width: 1290px;
}
.amgdprcookie-groups-modal .modal-title {
    border-bottom: none;
    font-weight: bold;
    font-size: 20px;
}
.amgdprcookie-groups-modal .action-close {
    display: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
    padding: 0 10px;
}

.amgdpr-modal-container .amgdprcookie-done,
.amgdprcookie-groups-modal .amgdprcookie-done {
    width: 100%;
    border-radius: 3px;
    background-color: #bc243c;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    font-weight: bold;
    transition: background-color 0.3s ease-out;
    border: none;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
    background-color: #2d2c2f;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
    padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
    display: block;
    overflow-y: auto;
    max-height: 500px;
    overflow: auto;
    scrollbar-color: #e0e0e0 #ffffff;
    scrollbar-width: thin;
    scrollbar-face-color: #e0e0e0;
    scrollbar-highlight-color: #e0e0e0;
    scrollbar-shadow-color: #e0e0e0;
    scrollbar-track-color: #ffffff;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
    width: 6px;
}
.amgdprcookie-groups-modal
    .amgdprcookie-form-container::-webkit-scrollbar-track,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
    background-color: #ffffff;
    box-shadow: none;
}
.amgdprcookie-groups-modal
    .amgdprcookie-form-container::-webkit-scrollbar-thumb,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #e0e0e0;
}
.amgdprcookie-bar-container {
    z-index: 10;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 15px 10px;
    padding-left: 25px;
    background: #fff;
    box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
    margin-bottom: 20px;
    max-width: 640px;
}
.amgdprcookie-bar-container .amgdprcookie-button:first-child {
    margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-bottom: 0;
    padding: 10px 30px;
    width: 275px;
}
.amgdprcookie-buttons-block {
    display: flex;
    flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
    padding-bottom: 30px;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
    padding: 10px 15px;
    border: none;
    border-radius: 3px;
    background: #bc243c;
    box-shadow: none;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    font-weight: bold;
    transition: opacity 0.3s ease, color 0.3s ease-out,
        background-color 0.3s ease-out, border 0.3s ease-out;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
    opacity: 0.9;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-settings,
.amgdprcookie-buttons-block .amgdprcookie-button.-decline,
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
    flex-basis: 35%;
    margin-bottom: 15px;
    background: #bc243c;
    color: #fff;
}
.amgdprcookie-modal-template
    .amgdprcookie-buttons-block
    .amgdprcookie-button.-allow {
    order: 1;
}
.amgdprcookie-modal-template {
    margin-left: 5px;
    background: #fff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow {
    margin-bottom: 0;
    background: inherit;
    color: #5384ec;
}
.amgdprcookie-modal-container .modal-content {
    padding: 0;
}
.amgdprcookie-groups-container {
    overflow-y: scroll;
    min-height: 170px;
    height: 58vh;
    box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
    direction: rtl;
}
.amgdprcookie-policy-container {
    padding: 24px;
    box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
}
.amgdprcookie-text-container {
    margin-bottom: 15px;
}
.amgdprcookie-text-container .amgdprcookie-policy {
    display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
    right: 46px;
    left: 0;
    pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
    position: relative;
    margin: 0;
    height: 100%;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
    position: absolute;
    right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
    margin: 5px;
    padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==")
        no-repeat center;
    content: "";
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
    overflow: auto;
    scrollbar-color: #e8e8e8 #ffffff;
    scrollbar-width: thin;
    scrollbar-face-color: #e8e8e8;
    scrollbar-highlight-color: #e8e8e8;
    scrollbar-shadow-color: #e8e8e8;
    scrollbar-track-color: #ffffff;
}
.amgdprcookie-modal-container
    .modal-inner-wrap
    .amgdprcookie-groups-container::-webkit-scrollbar {
    width: 4px;
}
.amgdprcookie-modal-container
    .modal-inner-wrap
    .amgdprcookie-groups-container::-webkit-scrollbar-track {
    background-color: #ffffff;
    box-shadow: none;
}
.amgdprcookie-modal-container
    .modal-inner-wrap
    .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #e8e8e8;
}
.amgdprcookie-settings-form
    .amgdprcookie-toggle-cookie
    .amgdprcookie-input.disabled
    + .amgdprcookie-label {
    background: #e8e8e8;
}
.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,
.amgdprcookie-groups-modal .amgdprcookie-table thead tr,
.amgdprcookie-groups-modal .amgdprcookie-table thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
    word-wrap: break-word;
}
[data-amgdpr-content-from="subscription"] {
    display: table-row-group;
}
.block.newsletter
    .form.subscribe
    > [data-amgdpr-content-from="subscription"].amgdpr-checkbox.field {
    float: none;
}
[data-amgdpr-content-from="subscription"] .amgdpr-checkbox {
    margin-top: 8px;
}
[data-amgdpr-content-from="subscription"] .amgdpr-label.label {
    position: inherit;
}
.amgdpr-modal-container .amgdpr-privacy-policy {
    display: none;
}
.amgdpr-modal-container .amgdpr-privacy-policy,
.amgdpr-modal-container .amgdpr-html-content {
    overflow-y: scroll;
    max-height: 500px;
    word-wrap: break-word;
}
.checkout-index-index
    .amgdpr-modal-container.modal-popup:not(.agreements-modal):not(
        .popup-authentication
    )
    .modal-inner-wrap,
.amgdpr-modal-container .modal-inner-wrap {
    max-width: 1130px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.amgdpr-modal-container .modal-header {
    padding: 30px 30px 20px;
}
.amgdpr-modal-container .modal-content {
    padding: 0 30px 0 25px;
}
.amgdpr-modal-container .modal-footer {
    padding: 30px 35px 30px;
}
.amgdpr-modal-container .modal-header .modal-title {
    margin-left: 10px;
    padding: 0;
    border-bottom: none;
    color: #2d2c2f;
    font-weight: 400;
    font-size: 26px;
}
.amgdpr-modal-container .action.action-primary:hover {
    background-color: #1357e6;
}
.amgdpr-modal-container .action.action-primary {
    width: 100%;
    border-radius: 3px;
    background-color: #5384ec;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    font-weight: bold;
    transition: background-color 0.3s ease-out;
}
.amgdpr-modal-container .action-close {
    top: 10px;
    right: 10px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar {
    width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-track,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-track {
    width: 6px;
    background: #fff;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-thumb,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #e0e0e0;
}
.amgdpr-notification-container {
    margin-left: 10px;
    padding: 25px;
    font-weight: 600;
    background: #ffeaac;
}

.amgdpr-modal-container .modal-content,
.amgdprcookie-groups-modal .modal-content {
    padding-left: 3rem;
    padding-right: 3rem;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.amgdpr-modal-container .modal-header,
.amgdprcookie-groups-modal .modal-header {
    border: none;
    opacity: 1;
    margin-bottom: -1px;
}

.amgdpr-modal-container
    .modal-inner-wrap
    .amgdprcookie-groups-modal
    .modal-inner-wrap {
    max-width: 740px;
    border-radius: 4px;
    box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    top: 0 !important;
    margin: 5rem auto !important;
}

.amgdpr-modal-container .modal-footer,
.amgdprcookie-groups-modal .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
    background: white;
    border: none;
    margin-top: -1px;
}

.modal-popup.amgdprcookie-groups-modal {
    overflow-y: auto;
}

.amgdprcookie-groups-modal .amgdprcookie-cell {
    padding: 11px 10px;
    vertical-align: top;
}

.amgdprcookie-bar-template .amgdprcookie-bar-asdas {
    width: 100%;
}

.amgdprcookie-bar-template .amgdprcookie-policy {
    max-width: 100%;
    width: 100%;
}

.amgdprcookie-bar-template .amgdprcookie-buttons-block {
    display: block;
}

@media (max-width: 767px) {
    .amgdprcookie-button {
        width: 100%;
    }
}

.amgdprcookie-bar-template.-popup .amgdprcookie-bar-container {
    padding: 50px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.amgdprcookie-bar-template.-popup {
    bottom: 50%;
    margin: 0 auto;
    max-width: 740px;
}

@media (min-width: 768px) {
    .amgdprcookie-bar-template.-popup {
        transform: translate(0, 50%);
    }
}
