

.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;
}
.action-menu .switcher-trigger.iconfont.icon-more {
    font-size: 20px;
}
.switcher-container.action-menu .switcher-block .switcher-popup {
    top: 0px;
    left: auto;
    right: 0px;
    bottom: auto;
    min-width: 120px;
    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 15px 0px;
    z-index: 6;
}
.switcher-container.action-menu .switcher-block .switcher-popup a {
    vertical-align: middle;
}
.switcher-container.action-menu {
    margin: 0px 0px 0px auto;
}
.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;
}


.switcher-container.form-tooltip .switcher-trigger .icon {
    font-size: 30px;
}
.switcher-container.form-tooltip .switcher-block .switcher-popup {
    width: auto;
    max-width: 70vw;
    text-align: left;
    padding: 10px 10px 10px;
}
.switcher-container.form-tooltip .switcher-block .switcher-popup .tooltip-item {
    width: 380px;
    max-width: 100%;
}
.switcher-container.form-tooltip .switcher-block .switcher-popup ul, .switcher-container.form-tooltip .switcher-block .switcher-popup li {
    list-style-type: disc;
}



.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;
}


.popup-container.popup-auto-store-switcher-container .popup-block-title {
    text-align: center;
}
.popup-block-form.auto-store-switcher-form {
    display: flex;
    text-align: center;
    position: relative;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px 0px 10px;
    gap: 10px;
}
.popup-block-form.auto-store-switcher-form button.auto-store-switcher-button {
    width: auto;
}
.popup-block-form.auto-store-switcher-form select.auto-store-switcher-selector {
    flex: 1;
    min-width: 120px;
}


@media screen and (min-width: 769px) {
    .switcher-container:hover .switcher-block {
        display: block;
    }
}
