@media (max-width: 768px) {
    .navtop-standingPosition {
        top: var(--wapnavheight);
    }

    .navtop-standingPosition.Positionawp .nav-top-page {
        justify-content: space-between;
        width: 100%;
    }

    .navtop-standingPosition.Positionawp .nav-top-page .nav-top-page-icon {
        display: flex;
        align-items: center;
    }

    .navtop-standingPosition.Positionawp .nav-top-page .nav-top-page-icon span {
        font-size: 15px;
    }

    .navtop-standingPosition.Positionawp .nav-top-page .nav-top-page-icon i {
        color: #ccc;
        font-weight: 400;
    }

    .navtop-standingPosition.Positionawp .nav-top-page .nav-top-page-inventory {
        color: #9e9e9e;
        font-size: 14px;
        display: flex;
        gap: 3px;
    }

    .navtop-standingPosition.Positionawp .nav-top-page .nav-top-page-inventory .quantity {
        color: #ff9800;
    }

    .shopping-cart-page.mobileEnd {
        position: initial;
        height: max-content;
        margin-top: calc(var(--pageheight) + var(--wapnavheight));
        max-width: 100%;
        width: 100%;
        overflow: initial;
    }

    .shopping-cart-page.mobileEnd .shopping-cart-content .shopping-cart-product {
        padding: 10px 0 0;
        height: 100%;
    }

    .shopping-cart-page.mobileEnd .shopping-cart-content .shopping-cart-product .bgw, .shopping-cart-page.mobileEnd .shopping-cart-content .shopping-cart-product .sky-productList {
        padding: 0 8px;
    }

    .shopping-cart-page.mobileEnd .shopping-cart-content .shopping-cart-product .sky-productList .product-description * {
        font-size: 14px;
        line-height: 28px;
    }

    .shopping-cart-page.mobileEnd .shopping-cart-content .shopping-cart-product .sky-productList .product-Parameters .buy-now-button {
        line-height: 46px;
    }

    .shopping-cart-page.mobileEnd.type_configureproduct .allocation-card {
        position: relative;
    }

    .shopping-cart-page.mobileEnd.type_configureproduct .allocation-card .allocation-header {
        display: none;
    }

    .shopping-cart-page.mobileEnd.type_configureproduct .allocation-card .allocation-mian {
        padding: 20px 16px 200px;
    }

    .shopping-cart-page.mobileEnd.type_configureproduct .allocation-card .allocation-footer {
        position: fixed;
        bottom: 0;
        padding: 10px 20px;
        left: 0;
        right: 0;
        z-index: 9;
    }

    .shopping-cart-page.mobileEnd.type_configureproduct .allocation-card .allocation-footer .configoption_total {
        flex-direction: column;
        width: 100%;
        align-items: stretch;
    }

    .shopping-cart-page.mobileEnd.type_configureproduct .allocation-card .allocation-footer .allocation-footer-l-b span {
        color: #999;
    }

    .shopping-cart-page.mobileEnd.type_configureproduct .allocation-card .allocation-footer .allocation-footer-r {
        margin-top: 10px;
        justify-content: flex-end;
        flex-direction: row-reverse;
    }

    .shopping-cart-page.mobileEnd.type_configureproduct .allocation-card .allocation-footer .allocation-footer-r .details-container {
        position: initial;
    }

    .shopping-cart-page.mobileEnd.type_configureproduct .allocation-card .allocation-footer .allocation-footer-r .details-container .price-breakdown {
        position: fixed;
        left: 0;
        bottom: 0;
        top: var(--wapnavheight);
        background-color: rgba(0, 0, 0, 0.7);
        padding: 0;
        z-index: 999;
        box-shadow: none;
        border: none;
        max-height: 100%;
    }

    .shopping-cart-page.mobileEnd.type_configureproduct .allocation-card .allocation-footer .allocation-footer-r .details-container .price-breakdown .price-breakdown-body {
        position: absolute;
        bottom: 0;
        background-color: #fff;
        padding: 20px 10px;
        max-height: 400px;
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(var(--vh, 1vh) * 100 - var(--wapnavheight) - 200px);
    }

    .shopping-cart-page.mobileEnd.type_configureproduct .allocation-card .allocation-footer .allocation-footer-r .details-container .price-breakdown .ordersummary-closeButton {
        cursor: pointer;
    }

    .shopping-cart-page.mobileEnd.type_configureproduct .allocation-card .allocation-footer .allocation-footer-r .details-container .price-breakdown .ordersummary-closeButton i {
        font-size: 18px;
        color: #999;
        padding-right: 10px;
    }

    .shopping-cart-page.mobileEnd.type_configureproduct .allocation-card .allocation-footer .allocation-footer-r .details-container .price-breakdown .original-price,
    .shopping-cart-page.mobileEnd.type_configureproduct .allocation-card .allocation-footer .allocation-footer-r .details-container .price-breakdown .savings,
    .shopping-cart-page.mobileEnd.type_configureproduct .allocation-card .allocation-footer .allocation-footer-r .details-container .price-breakdown .original-price,
    .shopping-cart-page.mobileEnd.type_configureproduct .allocation-card .allocation-footer .allocation-footer-r .details-container .price-breakdown .savings {
        display: none;
    }

    .shopping-cart-page.mobileEnd.type_configureproduct .allocation-card .allocation-footer .allocation-footer-r .details-container .price-breakdown .config-details {
        max-width: 150px;
    }

    .shopping-cart-page.mobileEnd.type_configureproduct .sky-config-form .sky-form-group.sky-config-row {
        flex-direction: column;
    }

    .shopping-cart-page.mobileEnd.type_configureproduct .sky-config-form .sky-form-group.sky-config-row .sky-form-label {
        min-width: 100%;
        max-width: 100%;
    }

    .shopping-cart-page.mobileEnd.type_configureproduct .sky-config-form .sky-form-group.sky-config-row .sky-form-label .label-title {
        color: #333;
        font-size: 14px;
        font-weight: 700;
    }

    .sky-md-500 {
        width: 100%;
    }

    .sky-config-form input.form-control {
        min-width: fit-content;
        max-width: 100%;
        font-size: 14px;
    }

    .sky-config-form .sky-md-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sky-config-form .dataCenter .bootstrap-select > .dropdown-toggle {
        padding: 5px 13px 5px !important;
    }

    .sky-config-form .basicConfigurationItems {
        background-color: rgb(255, 255, 255);
        box-shadow: none;
        padding: 0 0 6px;
        border-bottom: none;
        border-bottom: 1px solid #ebedf0;
    }

    .sky-config-form .basicConfigurationItems .productSelector {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 18px 0;
        border-bottom: 1px solid #ebedf0;
    }

    .sky-config-form .basicConfigurationItems .productSelector .productSelector-title {
        font-size: 14px;
        font-weight: 700;
        color: #333;
        white-space: nowrap;
        padding-right: 28px;
    }

    .sky-config-form .basicConfigurationItems .productSelector .productSelector-value {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
        gap: 4px;
        color: #333;
    }

    .sky-config-form .basicConfigurationItems .productSelector .productSelector-value span {
        font-size: 14px;
    }

    .sky-config-form .basicConfigurationItems .productSelector .productSelector-value i {
        font-size: 18px;
        color: #ccc;
        font-weight: 900;
    }

    .sky-config-form .os-container {
        grid-template-columns: 1fr;
    }

    .sky-config-form .progress-toolbar .input-value {
        width: 38px !important;
    }

    .sky-config-form .host_password {
        flex-wrap: wrap;
    }

    .sky-config-form .logonCredentials:before {
        width: 100%;
        left: 0;
    }

    .sky-productSelector-modal {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        transform: translateY(100%);
        transition: transform 0.2s ease-out;
    }

    .sky-productSelector-modal .sky-productSelector-modal-overlay {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        background: #fff;
        padding-bottom: 20px;
        display: none;
    }

    .sky-productSelector-modal .sky-productSelector-modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        border: 1px solid #f4f8ff;
    }

    .sky-productSelector-modal .sky-productSelector-modal-header .sky-productSelector-cancel {
        font-size: 14px;
        color: #999;
    }

    .sky-productSelector-modal .sky-productSelector-modal-header .sky-productSelector-confirm {
        font-size: 14px;
        color: var(--cart_mainColor);
    }

    .sky-productSelector-modal .sky-productSelector-modal-header h3 {
        font-size: 14px;
        font-weight: 400;
        color: #333;
    }

    .sky-productSelector-modal .sky-productSelector-modal-header button {
        background: none;
        border: none;
        padding: 5px 10px;
    }

    .sky-productSelector-modal .sky-productSelector-modal-body {
        max-height: 320px;
        overflow-y: scroll;
    }

    .sky-productSelector-modal .sky-productSelector-modal-body ul {
        list-style: none;
        padding: 0;
    }

    .sky-productSelector-modal .sky-productSelector-modal-body ul li {
        padding: 12px 20px;
        border-bottom: 1px solid #f4f8ff;
        display: flex;
        justify-content: flex-start;
        gap: 10px;
    }

    .sky-productSelector-modal .sky-productSelector-modal-body ul li:first-child {
        padding-top: 14px;
    }

    .sky-productSelector-modal .sky-productSelector-modal-body ul li.selected {
        background-color: #f4f8ff;
        color: var(--cart_mainColor);
        font-weight: 700;
        position: relative;
    }

    .sky-productSelector-modal .sky-productSelector-modal-body ul li.selected:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 36px;
        background: var(--cart_mainColor);
    }

    .sky-productSelector-modal .sky-productSelector-modal-body ul li.disabled {
        color: #e6e6e6;
        cursor: not-allowed;
    }

    .sky-productSelector-modal .sky-productSelector-modal-body ul li .three-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .sky-productSelector-modal .sky-productSelector-modal-body ul li .three-title p {
        font-size: 12px;
        color: #999;
        margin-top: 4px;
    }

    .sky-productSelector-modal .sky-productSelector-modal-body ul li .threetag {
        color: var(--danger);
        padding: 1px 4px;
        height: fit-content;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        border-radius: 2px;
        opacity: 0.89;
        border: 1px solid var(--danger);
        display: block;
    }

    .sky-productSelector-modal.show {
        transform: translateY(0);
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.7);
        top: 0;
    }

    .sky-productSelector-modal.show .sky-productSelector-modal-overlay {
        display: block;
    }

    .sky-wap-product-selector {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        z-index: 1000;
    }

    .sky-wap-product-selector.active {
        transform: translateX(0);
    }

    .sky-wap-product-selector .product-selector-body {
        width: 100%;
        height: 100%;
        display: flex;
        background: #fff;
        flex-direction: column;
    }

    .sky-wap-product-selector .product-selector-body .product-selector-header {
        display: flex;
        justify-content: space-between;
        padding: 14px 20px;
        border-bottom: 1px solid #eff1f4;
    }

    .sky-wap-product-selector .product-selector-body .product-selector-header span {
        font-size: 16px;
        font-weight: 400;
        color: #333;
    }

    .sky-wap-product-selector .product-selector-body .product-selector-header span:first-child {
        flex-grow: 1;
    }

    .sky-wap-product-selector .product-selector-body .product-selector-header span:nth-child(2) {
        font-weight: bold;
        text-align: center;
    }

    .sky-wap-product-selector .product-selector-body .product-selector-header i.develop {
        cursor: pointer;
        color: #999;
    }

    .sky-wap-product-selector .product-selector-body .product-selector-main {
        display: flex;
        flex: 1;
        justify-content: space-between;
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
    }

    .sky-wap-product-selector .product-selector-body .product-selector-main .sky-wap-products {
        display: flex;
        flex-direction: column;
        height: calc(var(--vh, 1vh) * 100);
        overflow-x: scroll;
    }

    .sky-wap-product-selector .product-selector-body .product-selector-main .sky-wap-products.sky-wap-primary {
        padding-top: 12px;
        padding-bottom: 160px;
        background-color: #f4f8ff;
    }

    .sky-wap-product-selector .product-selector-body .product-selector-main .sky-wap-products.sky-wap-primary .sky-wap-product {
        padding: 16px 10px;
        border-bottom: 1px solid #f0f0f0;
        cursor: pointer;
        font-size: 15px;
        max-width: 110px;
        width: 110px;
        min-width: 110px;
    }

    .sky-wap-product-selector .product-selector-body .product-selector-main .sky-wap-products.sky-wap-primary .sky-wap-product.highlight {
        background-color: #fff;
        color: var(--Original);
        font-weight: 500;
        position: relative;
    }

    .sky-wap-product-selector .product-selector-body .product-selector-main .sky-wap-products.sky-wap-primary .sky-wap-product.highlight:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 20px;
        background: var(--Original);
    }

    .sky-wap-product-selector .product-selector-body .product-selector-main .sky-wap-products.sky-wap-secondary {
        padding-top: 12px;
        padding-bottom: calc(var(--vh, 1vh) * 100 - 118px);
        flex: 1;
        width: 100%;
        display: flex;
        overflow-y: auto;
    }

    .sky-wap-product-selector .product-selector-body .product-selector-main .sky-wap-products.sky-wap-secondary .sky-wap-sub-products {
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .sky-wap-product-selector .product-selector-body .product-selector-main .sky-wap-products.sky-wap-secondary .sky-wap-sub-products .sky-wap-sub-product-name {
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 16px;
        color: #000;
    }

    .sky-wap-product-selector .product-selector-body .product-selector-main .sky-wap-products.sky-wap-secondary .sky-wap-sub-products .sky-wap-sub-products-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .sky-wap-product-selector .product-selector-body .product-selector-main .sky-wap-products.sky-wap-secondary .sky-wap-sub-products .sky-wap-sub-products-list .sky-wap-sub-product {
        padding: 8px 0;
        border: 1px solid #d4d6d9;
        border-radius: 2px;
        width: 100%;
        text-align: center;
        font-size: 13px;
        position: relative;
    }

    .sky-wap-product-selector .product-selector-body .product-selector-main .sky-wap-products.sky-wap-secondary .sky-wap-sub-products .sky-wap-sub-products-list .sky-wap-sub-product a {
        display: block;
        font-size: 14px;
        color: #333;
        text-decoration: none;
    }

    .sky-wap-product-selector .product-selector-body .product-selector-main .sky-wap-products.sky-wap-secondary .sky-wap-sub-products .sky-wap-sub-products-list .sky-wap-sub-product .tagline {
        position: absolute;
        bottom: 80%;
        right: 4px;
        background: #ff7f50;
        padding: 2px 8px;
        color: #fff;
        border-radius: 2px;
    }

    .sky-wap-product-selector .product-selector-body .product-selector-main .sky-wap-products.sky-wap-secondary .sky-wap-sub-products .sky-wap-sub-products-list .sky-wap-sub-product.active {
        background-color: #f4f8ff;
        color: var(--cart_mainColor);
    }

    .sky-wap-product-selector .product-selector-body .product-selector-main .sky-wap-products.sky-wap-secondary .sky-wap-sub-products .sky-wap-sub-products-list .sky-wap-sub-product.active a {
        color: var(--cart_mainColor);
    }

    .shopping-cart-viewcart.comp_container {
        padding: 0 8px;
    }

    .shopping-cart-viewcart .sky-viewcart-body {
        padding: calc(var(--wapnavheight) + var(--pageheight) + var(--top-bottom-gap)) 0px 130px 0;
    }

    .shopping-cart-viewcart .sky-viewcart-body .sky-viewcart-items .sky-viewcart-item-price-info {
        align-items: flex-start;
        flex-direction: column;
    }

    .shopping-cart-viewcart .sky-viewcart-body .sky-viewcart-items .sky-viewcart-item-price-info .sky-viewcart-price-content {
        align-items: flex-start;
        flex-direction: column;
    }

    .shopping-cart-viewcart .sky-viewcart-footer .sky-viewcart-summary .sky-viewcart-total-value {
        flex-direction: column;
        align-items: flex-start;
    }

    .shopping-cart-viewcart .sky-viewcart-footer .sky-viewcart-f {
        align-items: flex-end;
        flex-direction: column;
    }

    .shopping-cart-viewcart .sky-viewcart-pay-body .sky-viewcart-payment-method .sky-viewcart-payment-options .sky-viewcart-credit-icon {
        width: 100%;
    }
}

/*# sourceMappingURL=mobileend.css.map */
