

.button-reverse {
    width: 100%;
    color: #4a4a4a;
    font-size: 13px;
    line-height: 32px;
    background-color: #ffffff;
    border: 1px solid #4a4a4a;
    padding: 6px 10px;
    /* transition: background-color 0.3s ease; */
}
.button-reverse:hover {
    opacity: 0.9;
    font-size: 13px;
}

.button-secondary {
    width: auto;
    color: #4a4a4a;
    font-size: 13px;
    line-height: 26px;
    background-color: #ffffff;
    border: 1px solid #4a4a4a;
    padding: 0px 30px;
    margin: 0px 0px 0px auto;
}
.button-secondary:hover {
    color: #ffffff;
    font-size: 13px;
    background-color: #4a4a4a;
    border: 1px solid #4a4a4a;
}

.button-secondary-reverse {
    width: auto;
    color: #ffffff;
    font-size: 13px;
    line-height: 26px;
    background-color: #4a4a4a;
    border: 1px solid #4a4a4a;
    padding: 0px 30px;
    margin: 0px 0px 0px auto;
}
.button-secondary-reverse:hover {
    color: #4a4a4a;
    font-size: 13px;
    background-color: #ffffff;
    border: 1px solid #4a4a4a;
}

.copy-action {
    cursor: pointer;
}

.switcher-container {
    position: relative;
    box-sizing: border-box;
    transition: all ease-in-out 0.1s;
}
.switcher-container .switcher-trigger {
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    transition: all ease-in-out 0.1s;
}
.switcher-container .switcher-block {
    position: relative;
    box-sizing: border-box;
    transition: all ease-in-out 0.1s;
    display: none;
    /*margin-top: auto;*/
}
.switcher-container .switcher-block .switcher-popup {
    top: 0px;
    left: auto;
    right: 0px;
    bottom: auto;
    min-width: 180px;
    max-width: 100%;
    line-height: 32px;
    text-align: right;
    position: absolute;
    background: #ffffff;
    border-radius: 7px;
    box-sizing: border-box;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    transition: all ease-in-out 0.1s;
    padding: 0px 0px 0px;
    z-index: 6;
}
.switcher-container.active .switcher-block {
    display: block;
}
.warning {
    color: #fe0011
}
.warning:hover {
    color: #ff000f
}
.switcher-popup .list-block {
    padding: 0px 10px 0px 10px;
}
.switcher-popup .list-block .list-item {
    border-bottom: 1px solid #eeeeee;
    padding: 5px 0px 5px 0px;
}
.switcher-popup .list-block .list-item:last-child {
    border-bottom-color: transparent;
}
.switcher-tab-container .switcher-tab-block {
    width: 100%;
    max-height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    position: relative;
    box-sizing: border-box;
    transition: all ease-in-out 0.1s;
    display: none;
}
.page-shop-view .switcher-tab-container .switcher-tab-block {
    flex-direction: row;
}
.switcher-tab-container .switcher-tab-block.active {
    display: flex;
}
.switcher-button-container .switcher-button-block {
    display: none;
}
.switcher-button-container .switcher-button-off-block {
    display: block;
}
.switcher-button-container.active .switcher-button-off-block {
    display: none;
}
.switcher-button-container.active .switcher-button-on-block {
    display: block;
}
.switcher-button-container .switcher-button-item {
    display: flex;
    text-align: center;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px 0px 10px;
}
.switcher-button-container .switcher-button-item .switcher-button-label {
    cursor: pointer;
}
.switcher-button-container .switcher-button-item .switcher-button-label:hover {
    opacity: 0.7;
}
.switcher-button-container .switcher-button-item .switcher-button {
    width: 50px;
    height: 25px;
    font-size: 0px;
    cursor: pointer;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    /*background: #ffffff;*/
    background: #20335e;
    border-radius: 22px;
    /*border: 2px solid #ffffff;*/
    border: 2px solid #20335e;
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);*/
    transition: transform 0.3s;
    overflow: hidden;
    margin: 0px 20px 0px;
}
.switcher-button-container.active .switcher-button-item .switcher-button {
    justify-content: flex-end;
}
.switcher-button-container .switcher-button-item .switcher-button:after {
    content: '';
    /*top: 0px;
    left: 0px;
    right: auto;
    bottom: auto;*/
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: flex;
    /*position: absolute;*/
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    transition: transform 0.3s;
    overflow: hidden;
}



.switcher-toggle-popup-container {
    display: none;
}
.switcher-toggle-popup-container.active {
    display: block;
}
.switcher-toggle-trigger {
    cursor: pointer;
    display: flex;
}
.switcher-toggle-popup-block {
    top: 100%;
    left: 0px;
    right: 0px;
    bottom: auto;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: #ffffff;
    z-index: 130;
}
.switcher-toggle-popup-container .switcher-toggle-popup-cover {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    background: transparent;
    background: rgb(0 0 0 / 30%);
    z-index: 120;
    display: none;
}
.switcher-toggle-popup-container .switcher-toggle-popup-close {
    top: 10px;
    left: auto;
    right: 10px;
    bottom: auto;
    position: fixed;
    background: transparent;
    z-index: 130;
    display: none;
}
.switcher-toggle-popup-container.active .switcher-toggle-popup-cover {
    display: flex;
}
.switcher-toggle-popup-container.active .switcher-toggle-popup-close {
    display: flex;
}
.switcher-toggle-popup-close .icon {
    color: #ffffff;
    cursor: pointer;
    font-size: 26px;
    line-height: 36px;
    padding: 5px 5px 5px 5px;
}
.page-top-search-block {
    width: 100%;
    max-width: 1420px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 30px 5px 30px;
    margin: 0px auto 0px;
}
.switcher-toggle-popup-container.popup-menu-container.switcher-toggle-menu .switcher-toggle-popup-cover, .switcher-toggle-popup-container.popup-menu-container.switcher-toggle-menu .switcher-toggle-popup-close {
    display: none;
}



.component-switcher-button-container .switcher-button-block {
    display: none;
}
.component-switcher-button-container .switcher-button-off-block {
    display: block;
}
.component-switcher-button-container.active .switcher-button-off-block {
    display: none;
}
.component-switcher-button-container.active .switcher-button-on-block {
    display: block;
}
.component-switcher-button-container .switcher-button-item {
    display: flex;
    text-align: center;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0px 0px 30px;
}
.component-switcher-button-container .switcher-button-item .switcher-button-label {
    cursor: pointer;
    font-size: 22px;
}
.component-switcher-button-container .switcher-button-item .switcher-button-label:hover {
    opacity: 0.7;
}
.component-switcher-button-container .switcher-button-item .switcher-button {
    width: 50px;
    height: 25px;
    cursor: pointer;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    /*background: #ffffff;*/
    background: #20335e;
    border-radius: 22px;
    /*border: 2px solid #ffffff;*/
    border: 2px solid #20335e;
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);*/
    transition: transform 0.3s;
    overflow: hidden;
    margin: 0px 20px 0px;
}
.component-switcher-button-container.active .switcher-button-item .switcher-button {
    justify-content: flex-end;
}
.component-switcher-button-container .switcher-button-item .switcher-button:after {
    content: '';
    /*top: 0px;
    left: 0px;
    right: auto;
    bottom: auto;*/
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: flex;
    /*position: absolute;*/
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    transition: transform 0.3s;
    overflow: hidden;
}



#totop, .totop {
    right: 15px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    position: fixed;
    background-color: #fe0011;
    border-radius: 5px 5px 0px 0px;
    box-sizing: border-box;
    padding: 0px 0px;
    z-index: 9999;
    opacity: 0.6;
    display: none;
}
#totop:hover, .totop:hover {
    opacity: 1;
}

.container, .block, .content {
    box-sizing: border-box;
}



body .chosen-container .chosen-default, body .chosen-container .chosen-single {
    height: 32px;
    min-height: 32px;
    line-height: 32px;
}
.page-model-actions-buttons.toggle-container {
    display: inline-block;
    margin: 0px 10px 0px 0px;
}
.page-main-actions .page-model-actions-buttons.toggle-container {
    display: flex;
    margin: 0px 10px 0px 0px;
}
.model-container.toggle-block-container {
    display: none;
}
.chosen-container.admin__control-select.chosen-select {
    padding: 0px;
}
.chosen-container.chosen-select .chosen-default, .chosen-container.chosen-select .chosen-single {
    background: none;
    background-color: #ffffff;
    border: 1px solid #adadad;
    transition: border-color 0.1s linear;
    border-radius: 0px;
    box-shadow: none;
}
.chosen-container.chosen-select.chosen-container-active .chosen-default, .chosen-container.chosen-select.chosen-container-active .chosen-single {
    background: none;
    background-color: #ffffff;
    border: 1px solid #adadad;
    transition: border-color 0.1s linear;
    border-radius: 0px;
    box-shadow: none;
}
.chosen-container.admin__control-select.chosen-select .chosen-default, .chosen-container.admin__control-select.chosen-select .chosen-single {
    /*border: none;*/
}
.data-grid._in-edit .data-grid-editable-row {
    /*position: relative;
    z-index: 11;*/
}
body .data-grid td .chosen-container {
    /*position: relative;
    z-index: 13;*/
}
body .data-grid .data-grid-editable-row-actions {
    z-index: 1;
}
body .data-grid .data-grid-editable-row td {
    z-index: unset;
}
.data-grid-info-panel .data-grid-info-panel-actions {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}
.page-main-actions .page-actions._fixed {
    /*display: none;*/
}
body.full-screen .sticky-header {
    display: none;
}
body.full-screen .page-wrapper .page-content .page-columns .main-col .admin__data-grid-outer-wrap {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100vh;
    position: fixed;
    background: #FFFFFF;
    box-sizing: border-box;
    overflow: auto;
    z-index: 999;
    padding: 10px 10px 10px 10px;
}
body.full-screen .page-wrapper .page-content .page-columns .main-col .admin__data-grid-outer-wrap .admin__data-grid-wrap {
    overflow-x: visible;
}



.traffic-canvas-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
}
.traffic-canvas {
    width: 60%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
}



.apps-page-panel-container {
    padding: 30px 0px 30px;
    display: none;
}
.import-form-block {
    display: flex;
    flex-direction: column;
}
.form-upload {
    padding: 20px 0px 20px;
}
.import-form-actions {
    padding: 10px 0px 10px;
}



.data-grid .data-row.grid-row.complete-item td {
    background-color: #8cde9b;
}
.data-grid .data-row.grid-row.ready-item td {
    background-color: #8cde9b;
}
.data-grid .data-row.grid-row.waiting-item td {
    background-color: #FF9800;
}
.data-grid .data-row.grid-row.pending-item td {
    background-color: #fff2ca;
}
.data-grid .data-row.grid-row.warning-item td {
    background-color: #ffa6a6;
}
.data-grid .data-row.grid-row.error-item td {
    background-color: #FF5722;
}



.apps-page-header-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #ffffff;
    /*border-radius: 12px 12px 0px 0px;*/
    /*padding: 10px 20px 10px;*/
}
.apps-page-header {
    max-width: 1420px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #ffffff;
    /*border-radius: 12px 12px 0px 0px;*/
    padding: 10px 20px 10px;
    margin: 0px auto 0px;
}
.apps-page-logo-container {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0px auto 0px;
}
.apps-page-logo {
    width: 260px;
    height: auto;
}
.apps-page-header-block {
    flex: 1;
}
.apps-page-header-block.apps-page-header-block-before {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}
.apps-page-header-block.apps-page-header-block-after {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
}
.apps-page-footer {
    width: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #20335e;
    padding: 10px 20px 10px;
}
.switcher-trigger {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.open-popup-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}



.apps-popup-container {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 360;
    display: none;
}
.apps-popup-masking {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 260;
    display: none;
}
.apps-popup-container.active, .apps-popup-container.active .apps-popup-masking, .apps-popup-masking.active {
    display: flex;
}
.apps-popup {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    z-index: 380;
}



.applinks-page .applinks-page-main {
    width: 100%;
    min-height: calc(100vh - 100px - 50px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 30px 20px 30px;
}
.applinks-page-block {
    max-width: 600px;
    width: 100%;
    color: #4a4a4a;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 20px 20px 20px;
}
.applinks-app-list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
}
.applinks-app-item {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 10px 10px 10px 10px;
}
.applinks-app-item svg {
    cursor: pointer;
}



.promotion-page .page-main {
    width: 100%;
    padding: 0px 0px 0px;
}
.promotion-page .columns .column.main {
    padding: 0px 0px 0px;
}
.promotion-page .promotion-page-main {
    width: 100%;
    /*min-height: calc(100vh - 100px - 50px);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    /*padding: 30px 20px 30px;*/
}
.promotion-page .promotion-block {
    max-width: 900px;
    width: 100%;
    color: #4a4a4a;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    /*background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    /*border-radius: 6px;*/
    padding: 10px 10px 30px;
}
.promotion-form-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0px 0px 0px;
}
.promotion-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0px 0px 0px;
}
.promotion-form .promotion-form-input {
    margin: 10px auto 10px;
}
.promotion-form .submit-button {
    margin: 10px auto 10px;
}
.promotion-subtitle {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    padding: 10px 0px 10px;
}
.promotion-page-explain {
    padding: 10px 0px 10px;
}
.promotion-page .page.messages {
    padding: 10px 0px 10px;
}
.promotion-text a {
    font-weight: bold;
    text-decoration: underline;
}



.status-marking {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    display: block;
    background: #888888;
    border-radius: 6px;
    padding: 5px 10px;
    margin: 5px 5px 5px;
}
.status-marking.active {
    background: #18bc37;
}
.status-marking.inactive {
    background: #e93e33;
}



.apps-page-cms .page-title-wrapper {
    display: none;
}
.apps-page-cms .page.messages {
    display: none;
}



.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #454545;
}



body.payment-page {
    min-height: 100vh;
    background-color: #f0f0f0;
}
body.payment-page .container {
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin: 0px auto 20px;
}
body.payment-page .order-number {
    font-size: 20px;
    margin-bottom: 20px;
}
body.payment-page .icon {
    width: 50px;
    height: auto;
    fill: #3498db;
    margin: 0 auto 20px;
}
body.payment-page .loading-icon {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}
body.payment-page .message {
    font-size: 16px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
body.payment-page .order-summary-container {
    text-align: left;
    margin-bottom: 20px;
}
body.payment-page .order-summary {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
body.payment-page .order-number {
    color: #666666;
    font-size: 14px;
    margin-bottom: 15px;
}
body.payment-page .items {
    margin-bottom: 20px;
}
body.payment-page .order-item {
    color: #333333;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}
body.payment-page .item-info {
    max-width: 70%;
}
body.payment-page .item-name {
    font-weight: 500;
}
body.payment-page .item-sku {
    color: #888888;
    font-size: 12px;
    padding: 0px 2px 0px;
}
body.payment-page .item-data {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body.payment-page .item-price {
    color: #28a745;
    font-size: 16px;
    font-weight: 600;
}
body.payment-page .total {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    border-top: 2px solid #f1f1f1;
    padding-top: 15px;
    margin-top: 15px;
}


@media screen and (min-width: 769px) {
    .switcher-container:hover .switcher-block {
        display: block;
    }
}

/* =============================================================================
   Storefront: form validation + B2B register layout
   ============================================================================= */
.page-wrapper input.mage-error,
.page-wrapper select.mage-error,
.page-wrapper textarea.mage-error {
    border-color: #e5484d !important;
    box-shadow: 0 0 0 1px rgba(229, 72, 77, 0.12);
}

.page-wrapper div.mage-error {
    margin: 5px 0 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #e02b27;
}

.page-wrapper div.mage-error:empty {
    display: none !important;
}

.page-wrapper .field.required > .label:after,
.page-wrapper .field._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.page-wrapper .field.choice .label:after {
    content: none;
}

.customer-account-create .form.create.account.form-create-account {
    max-width: 920px;
    margin: 0 auto;
    float: none;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

.customer-account-create .form.create.account.form-create-account::after {
    content: '';
    display: table;
    clear: both;
}

.customer-account-create .form.create.account.form-create-account > .b2b-register-sections,
.customer-account-create .form.create.account.form-create-account > .fieldset.additional_info,
.customer-account-create .form.create.account.form-create-account > .actions-toolbar {
    float: none;
    width: 100%;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.customer-account-create .form.create.account.form-create-account > .fieldset:not(.b2b-register-section),
.customer-account-create .form.create.account.form-create-account .b2b-register-sections > .fieldset:not(.b2b-register-section) {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.customer-account-create .form.create.account.form-create-account .b2b-register-sections > .fieldset.b2b-register-section {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 28px 32px 24px !important;
    box-sizing: border-box;
}

.customer-account-create .form-create-account .b2b-register-sections {
    margin-bottom: 24px;
}

.customer-account-create .form-create-account .b2b-register-section,
.customer-account-create .form.create.account .b2b-register-sections > fieldset.b2b-register-section {
    width: 100%;
    float: none;
    background: #fff;
    border: 1px solid #e7eaf0;
    border-radius: 6px;
    padding: 28px 32px 24px !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    margin: 0;
    box-sizing: border-box;
}

.customer-account-create .form-create-account .b2b-register-section + .b2b-register-section {
    margin-top: 18px;
}

.customer-account-create .form-create-account .b2b-register-section > .legend {
    border-bottom: 1px solid #eef1f6;
    margin-bottom: 18px;
    padding-bottom: 12px;
}

.customer-account-create .form-create-account .b2b-register-section > .legend span {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
}

.customer-account-create .form-create-account .b2b-register-section > br {
    display: none;
}

.customer-account-create .form-create-account .b2b-register-section .field,
.customer-account-create .form-create-account .register-fields-grid .field,
.customer-account-create .form-create-account .register-fields-stack .field {
    float: none;
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
    box-sizing: border-box;
}

.customer-account-create .form-create-account .b2b-register-section .field .label,
.customer-account-create .form-create-account .register-fields-grid .field .label,
.customer-account-create .form-create-account .register-fields-stack .field .label {
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
    margin: 0 0 6px;
    display: block;
    font-weight: 500;
}

.customer-account-create .form-create-account .b2b-register-section .field .control,
.customer-account-create .form-create-account .register-fields-grid .field .control,
.customer-account-create .form-create-account .register-fields-stack .field .control {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.customer-account-create .form-create-account .b2b-register-section .field .control .input-text,
.customer-account-create .form-create-account .b2b-register-section .field .control select,
.customer-account-create .form-create-account .b2b-register-section .field .control textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.customer-account-create .form-create-account .field.choice {
    display: block;
    margin-bottom: 12px;
}

.customer-account-create .form-create-account .field.choice > input[type="checkbox"] {
    float: left;
    width: auto;
    margin: 2px 8px 0 0;
}

.customer-account-create .form-create-account .field.choice > .label {
    display: inline;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.5;
    vertical-align: middle;
}

.customer-account-create .form-create-account .field.choice > .field-tooltip {
    clear: both;
    margin-top: 8px;
}

.customer-account-create .form-create-account .field.choice::after {
    content: '';
    display: table;
    clear: both;
}

.customer-account-create .form-create-account .register-fields-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.customer-account-create .form-create-account .register-fields-grid > .field,
.customer-account-create .form-create-account .register-fields-grid > .field-name-firstname,
.customer-account-create .form-create-account .register-fields-grid > .field-name-lastname {
    min-width: 0;
}

.customer-account-create .form-create-account .register-field--full,
.customer-account-create .form-create-account .register-fields-grid > .field.street,
.customer-account-create .form-create-account .register-fields-grid > .field.password,
.customer-account-create .form-create-account .register-fields-grid > .field.confirmation,
.customer-account-create .form-create-account .register-fields-grid > .field.choice,
.customer-account-create .form-create-account .register-fields-grid > .field.newsletter,
.customer-account-create .form-create-account .register-fields-grid > .field.taxvat,
.customer-account-create .form-create-account .register-fields-grid > .register-field--full {
    grid-column: 1 / -1;
}

.customer-account-create .form-create-account .register-fields-grid .field.street .nested .field.additional {
    margin-top: 10px;
}

.customer-account-create .form-create-account .register-fields-grid .field.street .nested .field.additional .label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.customer-account-create .form-create-account .register-fields-stack {
    width: 100%;
}

.customer-account-create .form-create-account .password-strength-meter {
    margin-top: 8px;
}

.customer-account-create .form-create-account .actions-toolbar {
    max-width: 920px;
    margin: 8px auto 0;
    padding: 0;
}

.customer-account-create .form-create-account .actions-toolbar .primary {
    float: none;
}

.customer-account-create .form-create-account .actions-toolbar .primary .action.submit {
    min-width: 240px;
    border-radius: 4px;
}

.customer-account-create .form-create-account .fieldset.additional_info {
    float: none;
    width: 100%;
    max-width: 920px;
    margin: 0 auto 14px;
    padding: 0;
}

@media (max-width: 767px) {
    .customer-account-create .form-create-account .register-fields-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .customer-account-create .form-create-account .b2b-register-section,
    .customer-account-create .form.create.account.form-create-account .b2b-register-sections > .fieldset.b2b-register-section {
        padding: 20px 16px 18px !important;
    }

    .customer-account-create .form-create-account .b2b-register-section > .legend span {
        font-size: 18px;
    }
}

/* =============================================================================
   Storefront: order cancel action
   ============================================================================= */
.order-actions-toolbar .actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.order-actions-toolbar .actions > .action,
.order-actions-toolbar .actions > a.action {
    margin: 0;
}

.order-actions-toolbar .actions a.action.cancel.magetime-order-cancel,
.col.actions a.action.cancel.magetime-order-cancel {
    display: inline;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    color: #c97b95;
    text-decoration: none;
    vertical-align: baseline;
    box-shadow: none;
}

.order-actions-toolbar .actions a.action.cancel.magetime-order-cancel:hover,
.col.actions a.action.cancel.magetime-order-cancel:hover {
    color: #a85d78;
    text-decoration: underline;
}

.order-actions-toolbar .actions a.action.cancel.magetime-order-cancel span,
.col.actions a.action.cancel.magetime-order-cancel span {
    color: inherit;
}

.table-order-items .col.actions a.action {
    margin: 0;
}

.table-order-items .col.actions a.action + a.action {
    margin-left: 0.75rem;
}

/* =============================================================================
   Gift items (cart, minicart, checkout summary)
   ============================================================================= */
.magetime-gift-strip {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    min-height: 40px;
    padding: 8px 12px 8px 14px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-left: 3px solid #0d9488;
    border-radius: 0 6px 6px 0;
}

.magetime-gift-strip--attached {
    margin-top: 0 !important;
    border: none !important;
    border-left: 3px solid #0d9488 !important;
    background: #f1f5f9 !important;
    border-radius: 0 0 6px 6px;
}

.magetime-gift-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translate(-3px, -50%);
    display: inline-block;
    padding: 1px 6px;
    font-size: 9px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0f766e;
    background: #ecfdf5;
    border: 1px solid #99f6e4;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.magetime-gift-strip__photo {
    display: block;
    flex-shrink: 0;
    line-height: 0;
    margin-left: 2px;
}

.magetime-gift-strip__photo img,
.magetime-gift-strip__photo .product-image-photo,
.magetime-gift-strip__photo .product-image-container,
.magetime-gift-strip__photo .product-image-wrapper,
.minicart-items .magetime-gift-strip__photo .product-image-photo,
.minicart-items .magetime-gift-strip__photo .product-image-container,
.minicart-items .magetime-gift-strip__photo .product-image-wrapper {
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    object-fit: contain;
    border-radius: 4px;
    background: transparent !important;
    background-color: transparent !important;
    position: static !important;
    left: auto !important;
    top: auto !important;
}

.magetime-gift-strip__photo .product-image-container,
.magetime-gift-strip__photo .product-image-wrapper {
    padding-bottom: 0 !important;
    height: 32px !important;
    border: 0 !important;
    box-shadow: none !important;
}

.magetime-gift-strip__name {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
    color: #334155;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.magetime-gift-strip__name a {
    color: inherit;
    text-decoration: none;
}

.magetime-gift-strip__name a:hover {
    text-decoration: underline;
}

.magetime-gift-strip__qty {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    white-space: nowrap;
}

.cart.table-wrapper #shopping-cart-table tbody.magetime-cart-line-group {
    border-bottom: 1px solid #e7e7e7 !important;
}

.cart.table-wrapper #shopping-cart-table tbody.magetime-cart-line-group tr.item-info td {
    border-bottom: none !important;
}

.cart.table-wrapper #shopping-cart-table tbody.magetime-cart-line-group tr.item-actions td {
    border-bottom: none !important;
    position: relative;
    z-index: 2;
}

.cart.table-wrapper #shopping-cart-table tbody.magetime-cart-line-group tr.item-actions .actions-toolbar {
    min-height: 20px !important;
    padding-bottom: 30px !important;
    position: relative;
    z-index: 2;
}

.cart.table-wrapper #shopping-cart-table tbody.magetime-cart-line-group tr.item-actions + tr.magetime-gift-compact-row {
    position: relative;
    z-index: 1;
}

.cart.table-wrapper #shopping-cart-table tbody.magetime-cart-line-group tr.item-actions + tr.magetime-gift-compact-row td.magetime-gift-compact-cell {
    padding-top: 6px !important;
}

.cart.table-wrapper #shopping-cart-table tr.magetime-gift-compact-row td.magetime-gift-compact-cell {
    display: table-cell !important;
    width: auto !important;
    padding: 0 10px 12px !important;
    border: 0 !important;
    vertical-align: middle !important;
    text-align: left !important;
    min-height: 0 !important;
    float: none !important;
    white-space: normal !important;
}

.cart.table-wrapper #shopping-cart-table tr.magetime-gift-compact-row td.magetime-gift-compact-cell::before,
.cart.table-wrapper #shopping-cart-table tr.magetime-gift-compact-row td.magetime-gift-compact-cell::after {
    display: none !important;
    content: none !important;
    padding: 0 !important;
}

.cart.table-wrapper #shopping-cart-table tbody.magetime-cart-line-group .magetime-gift-strip--cart {
    margin: 0 !important;
    max-width: none !important;
    width: 100%;
    min-height: 40px !important;
}

.cart.table-wrapper #shopping-cart-table tbody.magetime-cart-line-group tr.magetime-gift-compact-row + tr.magetime-gift-compact-row .magetime-gift-strip--attached {
    margin-top: 6px !important;
    border-radius: 0;
}

.cart.table-wrapper #shopping-cart-table .magetime-gift-strip__photo .product-item-photo {
    display: block !important;
    margin: 0 !important;
    min-height: 0 !important;
}

.cart.table-wrapper #shopping-cart-table tbody.magetime-gift-item {
    border-bottom: 1px solid #e7e7e7 !important;
}

.cart.table-wrapper #shopping-cart-table tbody.magetime-gift-item .magetime-gift-compact-cell {
    padding: 0 10px 12px !important;
    border: 0 !important;
    vertical-align: middle !important;
}

.cart.table-wrapper #shopping-cart-table tbody.magetime-gift-item tr.magetime-gift-compact-row td.magetime-gift-compact-cell::before {
    display: none !important;
    content: none !important;
}

.cart.table-wrapper #shopping-cart-table tbody.magetime-gift-item .magetime-gift-strip {
    margin: 0 !important;
    max-width: none !important;
}

.minicart-items .magetime-gift-strip-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.minicart-items .magetime-gift-strip-item .magetime-gift-strip--attached {
    margin: 0 0 8px;
    min-height: 38px;
    padding: 8px 10px 8px 12px;
    max-width: 100%;
}

.minicart-items .product-item.magetime-gift-strip-item {
    padding: 0 8px 8px 0;
    margin-top: 0;
    border: none;
    border-top: none;
    box-shadow: none;
}

.minicart-items .product-item.magetime-gift-strip-item + .product-item.magetime-gift-strip-item {
    border-top: none !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.minicart-items .product-item:not(.magetime-gift-strip-item):has(+ .product-item.magetime-gift-strip-item) {
    border-bottom: none !important;
    padding-bottom: 10px !important;
}

.minicart-items .product-item:not(.magetime-gift-strip-item):has(+ .product-item.magetime-gift-strip-item) > .product {
    border-bottom: none !important;
}

.minicart-items .product-item.magetime-gift-strip-item + .product-item:not(.magetime-gift-strip-item) {
    border-top: 1px solid #e7e7e7 !important;
}

.minicart-items .magetime-gift-strip-item .product {
    display: none !important;
}

.block-minicart .minicart-items .product-item:not(.magetime-gift-item) {
    padding-left: 0;
}

.magetime-gift-strip--summary {
    margin: 4px 0 10px 8px;
    min-height: 36px;
    padding: 6px 10px 6px 12px;
    max-width: calc(100% - 8px);
}

.checkout-index-index .opc-block-summary .product-item .magetime-gift-strip--summary {
    margin-left: 8px;
}

.email-items tr.magetime-gift-item-child td.item-info {
    padding-left: 16px;
}

.admin__table-primary tr.magetime-gift-item-child td.col-name {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .magetime-gift-strip__photo img {
        width: 28px !important;
        height: 28px !important;
    }

    .cart.table-wrapper #shopping-cart-table tbody.magetime-cart-line-group .magetime-gift-strip--cart,
    .cart.table-wrapper #shopping-cart-table tbody.magetime-gift-item .magetime-gift-strip {
        min-height: 38px !important;
        padding: 8px 10px 8px 12px;
    }

    .cart.table-wrapper #shopping-cart-table tr.magetime-gift-compact-row td.magetime-gift-compact-cell {
        padding: 0 6px 10px !important;
    }
}
