@media (max-width: 1199.98px) {

}

@media (max-width: 1024px) {
    .page-sidebar {
        position: fixed;
        width: var(--sidebar-width);
        top: var(--header-fixed-padding);
        left: calc(var(--sidebar-width) * -1);
        background-color: var(--card-bg-color);
        height: calc(100% - var(--header-fixed-padding));
        transition: left .2s;
        z-index: 20;
    }
    .my-account-form {
        max-width: none;
    }
    .page-sidebar-contaier {
        height: 100%;
        overflow: auto;
    }
    .sidebar-open .page-sidebar {
        left: 0;
    }
    .page-sidebar-contaier {
        padding: 20px;
    }
    .product-card-row-direction {
        flex-wrap: wrap;
    }
    .product-card__info {
        flex: 0 0 100%;
    }
    .btn-action-sidebar {
        display: flex;
        position: absolute;
        top: 55px;
        right: -44px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .my-account,
    .search-page {
        padding-top: 50px;
    }
    .section-100 {
        padding: 50px 0;
    }
    .section {
        padding: 25px 0;
    }
    .creatop-page {
        --creatop-page-x-gutters: 4px;
        --mini-panel-width: 55px;
    }
    .tools-panel {
        position: absolute;
        top: 0;
        height: calc(100% - 76px);
        top: 18px;
        left: calc(var( --mini-panel-width) + var(--creatop-page-x-gutters));
        z-index: 20;
    }
    .toolpanel-is-open .tools-panel-mini {
        left: 318px;
    }
    .workspace__footer-actions {
        --btn-size: 36px;
    }
    .zoom-widjet-input {
        width: 45px;
    }
    .workspace__body {
        padding-left: 0px;
    }
    .mobilde-actions {
        display: flex;
    }
    .checkout-page-sidebar {
        position: fixed;
        top: var(--header-fixed-padding);
        height: calc(100dvh - var(--header-fixed-padding));
        right: -100%;
        z-index: 100;
        border-radius: 10px 0 0 10px;
        transition: .2s;
    }
    .checkout-page-sidebar.active {
        right: 0;
    }
    .mobille-actions-fixed {
        padding-bottom: 64px;
    }
}

@media (max-width: 767.98px) {
    .toolpanel-is-open .tools-panel-mini {
        left: calc(var(--mini-panel-width) + var(--creatop-page-x-gutters) + 4px);
    }
    .mobile-poster-hide {
        /* display: none; */
        display: flex;
    }
    .card-gallery + .video-wrapper {
        /* display: flex!important; */
        border-radius: 16px;
    }

}
@media (max-width: 640px) {
    .product-card-row-direction .product-card__content {
        flex: 0 0 100%;
    }
    .product-card-row-direction .product-card__image {
        margin: auto;
    }
    .history-item {
        flex-wrap: wrap;
    }
    .history-item__id {
        order: -2;
    }
    .history-item__actions {
        order: -2;
        margin-left: auto;
    }
    .history-item__price {
        flex: auto;
        flex-direction: row;
        justify-content: space-between;
        padding: 0;
    }
    .page-aside-content__headidg .page-aside-content__headidg-search-wrapp {
        flex: 0 0 100%;
    }
    .checkout-page-sidebar {
        width: 100%;
        border-radius: 0;
    }
}
@media (max-width: 575.98px) {

}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
