

:root {
    
    --pageheight: 50px;
    --sidebar-width: var(--cart_navmax);
    --distanceFromPage: 0px;
    --distanceFromBottom: 0px;
    --content-gap: 20px;
    --top-bottom-gap: 20px;
        --blue: #6064ff;
    --indigo: #564ab1;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #f46a6a;
    --orange: #f1734f;
    --yellow: #f1b44c;
    --green: #34c38f;
    --teal: #050505;
    --cyan: #50a5f1;
    --white: #fff;
    --gray: #74788d;
    --gray-dark: #343a40;
    --primary: #6064ff;
    --secondary: #74788d;
    --success: #34c38f;
    --info: #50a5f1;
    --warning: #f1b44c;
    --danger: #f46a6a;
    --light: #eff2f7;
    --dark: #343a40;
    --pink: #e83e8c;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Helvetica", "SourceHanSans";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
[class*=" icon-"],[class^=icon-] {
    font-family: FontAwesome;
}
.icon-ok:before{content:"\f00c"}
.layui-elem-quote {
    /*margin-bottom: 12px;*/
    padding: 10px 20px 12px;
    -webkit-text-size-adjust: none;
    background: rgba(52, 100, 255, 0.1);
    border: 1px solid rgba(52, 100, 255, 0.3);
    color: #0D236D;
}

.layui-elem-quote h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.layui-elem-quote.bottom0 {
    margin-bottom: 0;
}

.layui-elem-quote.bottom5 {
    margin-bottom: 5px;
}

.layui-elem-quote.bottom10 {
    margin-bottom: 10px;
}

.layui-elem-quote * {
    font-size: 14px;
}

.layui-elem-quote.fz12 * {
    font-size: 12px;
}

.layui-elem-quote.fz14 * {
    font-size: 12px;
}

.layui-elem-quote.fw300 * {
    font-weight: 300;
}

.layui-elem-quote.fw500 * {
    font-weight: 500;
}

.layui-elem-quote.fw700 * {
    font-weight: 700;
}

.layui-elem-quote.b0 {
    margin-bottom: 0;
}

.layui-elem-quote a {
    color: red;
}

.layui-elem-quote.alert-icon {
    position: relative;
    padding-left: 52px;
}

.layui-elem-quote.alert-icon::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 12px;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.layui-elem-quote.alert-icon.centered::before {
    top: 50%;
    transform: translateY(-50%);
}

.layui-elem-quote.icon-info::before {
    background-image: url("/themes/cart/vanvps-cart/assets/img/ExclamationMark.svg");
    color: #0056ff;
}
.layui-elem-quote.icon-access::before {
    background-image: url("/themes/cart/vanvps-cart/assets/img/alert-success.svg");
    /*color: #0056ff;*/
}

.layui-elem-quote.icon-error::before {
    background-image: url("/themes/cart/vanvps-cart/assets/img/alert-error.svg");
}


.layui-elem-quote.red-theme {
    background: rgba(255, 52, 52, 0.1);
    border: 1px solid rgba(255, 52, 52, 0.3);
    color: #B22222;
}

.layui-elem-quote.green-theme {
    background: rgba(52, 255, 52, 0.1);
    border: 1px solid rgba(52, 255, 52, 0.3);
    color: #008000;
}

.layui-elem-quote.yellow-theme {
    background: rgba(255, 235, 52, 0.1);
    border: 1px solid rgba(255, 235, 52, 0.3);
    color: #DAA520;
}

.layui-elem-quote.blue-white-theme {
    background: rgba(52, 100, 255, 0.1);
    border: 1px solid rgba(52, 100, 255, 0.3);
    color: #3464FF;
}

.layui-elem-quote.purple-theme {
    background: rgba(128, 52, 255, 0.1);
    border: 1px solid rgba(128, 52, 255, 0.3);
    color: #800080;
}

.layui-elem-quote.warning-theme {
    color: #a02800;
    background-color: #ffe8d5;
    border-color: #ffe8d5;
}

.layui-elem-quote.orange-theme {
    background: rgba(255, 165, 52, 0.1);
    border: 1px solid rgba(255, 165, 52, 0.3);
    color: #FF8C00;
}

.layui-elem-quote.info-theme {
    background-color: rgb(244, 247, 255);
    color: #000;
}

.layui-elem-quote.grey-theme {
    background: rgb(246, 246, 246);
    border: 1px solid rgba(52, 52, 52, 0.3);
    color: #000;
}

.layui-elem-quote.grey-theme * {
    font-size: 12px;
    font-weight: 500;
}

.layui-elem-quote.blue-theme {
    /*color: #002da0;*/
    /*border: 1px solid #d5e7ff;*/
    /*background: #d5e7ff;*/
}

.layui-elem-quote a,
.cutOneSHair {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding-right: 20px;
}

.layui-elem-quote a::after,
.cutOneSHair::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-right: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    transform: translateY(-50%) rotate(-45deg);
    transition: right 0.3s ease;
}

.layui-elem-quote a.size6::after,
.cutOneSHair.size6::after {
    width: 6px;
    height: 6px;
}

.layui-elem-quote a.size8::after,
.cutOneSHair.size8::after {
    width: 8px;
    height: 8px;
}

.layui-elem-quote a.size10::after,
.cutOneSHair.size10::after {
    width: 10px;
    height: 10px;
}

.layui-elem-quote a.black::after,
.cutOneSHair.black::after {
    border-right: 2px solid var(--txtcolor);
    border-bottom: 2px solid var(--txtcolor);
}

.layui-elem-quote a.white::after,
.cutOneSHair.white::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.layui-elem-quote a.black.border1::after,
.cutOneSHair.black.border1::after {
    border-right: 1px solid var(--txtcolor);
    border-bottom: 1px solid var(--txtcolor);
}

.layui-elem-quote a.white.border1::after,
.cutOneSHair.white.border1::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.layui-elem-quote a:hover::after,
.cutOneSHair:hover::after {
    right: 5px;
}
.navtop-standingPosition {
    top: 66px;
    left: 0;
    border-bottom: 1px solid #eaeaea;
    right: 0;
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

.navtop-standingPosition .nav-top-page {
    font-size: 16px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: var(--pageheight);
    flex-wrap: nowrap;
    
}

.navtop-standingPosition .nav-top-page .nav-top-page-title {
    display: flex;
    gap: 10px;
}

.navtop-standingPosition .nav-top-page .return {
    display: flex;
    align-items: center;
    gap: 6px;
}

.navtop-standingPosition .nav-top-page .return i {
    color: #84868c;
}

.navtop-standingPosition .nav-top-page .return span {
    font-size: 14px;
    color: black;
    font-weight: 400;
}

.navtop-standingPosition .nav-top-page .page-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--txtcl);
}

.shopping-cart-page {
       margin: auto;
    overflow: hidden;
    padding: 0;
    top: 66px;
    position: relative;
}

.shopping-cart-page.fullScreen {
    max-width: none;
}

.shopping-cart-page .cart-bats {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.shopping-cart-page .cart-bats .cart-bats-itme {
    border: 1px solid #d9d9d9;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-right: 10px;
}

.shopping-cart-page .cart-bats .cart-bats-itme span {
    color: var(--txtdesc);
    font-size: 14px;
    font-weight: 400;
}

.shopping-cart-page .cart-bats .cart-bats-itme:hover span {
    color: var(--Original);
}

.shopping-cart-page .cart-bats .cart-bats-itme:last-child {
    margin-right: 0;
}

.shopping-cart-page .cart-bats .cart-bats-itme.active {
    background: #fff;
    border: none;
}

.shopping-cart-page .cart-bats .cart-bats-itme.active span {
    font-weight: 500;
    color: var(--Original);
}

.shopping-cart-page .shopping-cart-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*gap: 12px;*/
}
.bgw {
    margin-bottom: 10px;
}
.shopping-cart-page .shopping-cart-content .sky-cart-sidebar {
   
    width: 260px;
    min-width: var(--sidebar-width);
    max-width: var(--sidebar-width);
    /*background: #fff;*/
}

.shopping-cart-page .shopping-cart-content .shopping-cart-product {
    flex: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: var(--top-bottom-gap) 65px 0 0px;
}

.shopping-cart-page .shopping-cart-content.style_default .shopping-cart-product {
    padding: var(--top-bottom-gap) 60px 0;
}

.shopping-cart-page .shopping-cart-content.style_default .shopping-cart-product .sky-productList {
    gap: 22px;
}

.shopping-cart-page.type_configureproduct .shopping-cart-content .shopping-cart-product {
    overflow-y: hidden;
    height: calc(100vh - var(--navheight) - var(--pageheight) - var(--distanceFromPage) - 5px);
}

.sky-cart-sidebar .sky-cart-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    /*overflow-y: auto;*/
    /*height: 100%;*/
    padding-bottom: 35px;
    background: #f9fafc;
    margin: 10px 0;
}

.sky-cart-sidebar .sky-cart-menu .sky-cart-menu-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.sky-cart-sidebar .sky-cart-menu .sky-cart-menu-item .sky-cart-menu-title {
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    color: var(--txtcl);
    padding: 15px 20px;
    width: 100%;
    position: relative;
    
}

.sky-cart-sidebar .sky-cart-menu .sky-cart-menu-item .sky-cart-menu-title:hover {
    background-color: #f2f6ff;
}

.sky-cart-sidebar .sky-cart-menu .sky-cart-menu-item .sky-cart-menu-title::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #999;
    transition: transform 0.3s;
}

.sky-cart-sidebar .sky-cart-menu .sky-cart-menu-item .sky-cart-menu-title.active::before {
    transform: translateY(-50%) rotate(180deg);
    border-top: 5px solid var(--primary);
}

.sky-cart-sidebar .sky-cart-menu .sky-cart-menu-item .sky-cart-submenu {
    display: none;
    width: 100%;
    
}
.sky-cart-submenu { 
    display: block !important; /* 强制显示（通过height控制实际显示） */ 
    max-height: 0; 
    opacity: 0; 
    overflow: hidden; 
    transition: opacity 1s ease, visibility 1s ease;
    } 
.sky-cart-menu-item.active .sky-cart-submenu { 
    max-height: 1000px; /* 足够大的值，覆盖可能高度 */ 
    opacity: 1; 
    } 
.sky-cart-sidebar .sky-cart-menu .sky-cart-menu-item { 
    display: flex; 
    flex-direction: column; 
    align-items: flex-start; 
    width: 100%; 
    
}

.sky-cart-sidebar .sky-cart-menu .sky-cart-menu-item .sky-cart-submenu .submenu-item-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 10px;
}

.sky-cart-sidebar .sky-cart-menu .sky-cart-menu-item .sky-cart-submenu .submenu-item-row .sky-cart-submenu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left:15px;
    cursor: pointer;
    width: 100%;
   
}

.sky-cart-sidebar .sky-cart-menu .sky-cart-menu-item .sky-cart-submenu .submenu-item-row .sky-cart-submenu-item:hover {
    background-color: #f2f6ff;
    color: #6462F3;
    border-left: 2px solid #165dff;
}

.sky-cart-sidebar .sky-cart-menu .sky-cart-menu-item .sky-cart-submenu .submenu-item-row .sky-cart-submenu-item.active {
    border-left: 2px solid #165dff;
    background-color: #e0eeff;
}

.sky-cart-sidebar .sky-cart-menu .sky-cart-menu-item .sky-cart-submenu .submenu-item-row .sky-cart-submenu-item .submenu-item-u {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-size: 14px;
}

.sky-cart-sidebar .sky-cart-menu .sky-cart-menu-item .sky-cart-submenu .submenu-item-row .sky-cart-submenu-item img {
    width: 23px;
    height: 14px;
    object-fit: cover;
    box-shadow: rgba(99, 99, 99, 0.05) 0px 2px 4px 0px;
}

.sky-cart-sidebar .sky-cart-menu .sky-cart-menu-item .sky-cart-submenu .submenu-item-row .sky-cart-submenu-item h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
}

.sky-cart-sidebar .sky-cart-menu .sky-cart-menu-item .sky-cart-submenu .submenu-item-row .sky-cart-submenu-item .tagline {
    background-color: red;
    border-color: var(--danger-hover);
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
    padding: 0 3px;
    height: auto;
    line-height: 18px;
    display: inline-block;
}

.sky-cart-sidebar {
    width: var(--sidebar-width);
    padding: var(--top-bottom-gap) 10px;
}
.sky-cart-search{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
     width: 100%;
    height: 88px;
    
    background-size: 100% 100%;
}
.sky-cart-sidebar .sky-cart-search {
    position: relative;
    width: 100%;
    background: #f9fafc;
   
}

.sky-cart-sidebar .sky-cart-search .sky-cart-search-box {
    display: flex;
    align-items: center;
    position: relative;
}

.sky-cart-sidebar .sky-cart-search .sky-cart-search-box input {
    flex: 1;
    flex-grow: 1;
    padding: 0 10px 0 30px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    font-size: 13px;
}

.sky-cart-sidebar .sky-cart-search .sky-cart-search-box input:focus {
    outline: none;
    border: 1.3px solid var(--Original);
    -webkit-appearance: none;
    box-shadow: none;
    transition: border-color 0.8s;
}

.sky-cart-sidebar .sky-cart-search .sky-cart-search-box input::placeholder {
    font-size: 12px;
    color: #999;
}

.sky-cart-sidebar .sky-cart-search .sky-cart-search-box .sky-cart-search-icon,
.sky-cart-sidebar .sky-cart-search .sky-cart-search-box .sky-cart-search-clear {
    position: absolute;
    cursor: pointer;
}

.sky-cart-sidebar .sky-cart-search .sky-cart-search-box .sky-cart-search-icon {
    left: 6px;
}

.sky-cart-sidebar .sky-cart-search .sky-cart-search-box .sky-cart-search-icon i {
    color: #999;
    font-size: 22px;
}

.sky-cart-sidebar .sky-cart-search .sky-cart-search-box .sky-cart-search-clear {
    right: 10px;
    display: none;
}

.sky-cart-sidebar .sky-cart-search .sky-cart-search-box .sky-cart-search-clear i {
    color: #999;
    font-size: 14px;
}

.sky-cart-sidebar .sky-cart-search .sky-cart-search-results {
    display: none;
    position: absolute;
    border: 1px solid #e4e7ed;
    background-color: white;
    box-sizing: border-box;
    max-height: 200px;
    z-index: 1000;
    top: 100%;
    left: 0;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 1s ease;
    padding: 10px 0;
    border-radius: 2px;
    width: 100%;
}

.sky-cart-sidebar .sky-cart-search .sky-cart-search-results::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 1001;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}

.sky-cart-sidebar .sky-cart-search .sky-cart-search-results .search-result-item:hover {
    background-color: #f2f6ff;
}

.sky-cart-sidebar .sky-cart-search .sky-cart-search-results .search-result-item,
.sky-cart-sidebar .sky-cart-search .sky-cart-search-results .noFind {
    padding: 0 20px;
    font-size: 14px;
    color: var(--txtcl);
    display: block;
    width: 100%;
    line-height: 28px;
}

.sky-cart-sidebar .sky-cart-search .sky-cart-search-results .search-model {
    color: var(--Original);
    position: relative;
}

.sky-cart-sidebar .sky-cart-search .sky-cart-search-results .search-model::after {
    content: "";
    display: inline-block;
    left: 1px;
    position: relative;
    top: 2px;
    width: 6px;
    height: 6px;
    border-right: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
    transform: translateY(-50%) rotate(-45deg);
    transition: left 0.3s ease;
}

.sky-cart-sidebar .sky-cart-search .sky-cart-search-results .search-model:hover::after {
    left: 3px;
}

.sky-productList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--productwidth_max), 1fr));
    gap: 16px;
    margin-bottom: 40px;
}

.shopping-cart-side {
    padding-left: 50px;
}

.text-mobile {
      display: none; /* 默认隐藏移动端文本 */
}
.rule-list.clearfix {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 5px;

}
@media screen and (max-width: 780px) {
    .shopping-cart-page .shopping-cart-content .sky-cart-sidebar {
   
    width: 260px;
    padding-bottom: 120px;
   
}
    .shopping-cart-side {
    padding-left: 0px !important;
}

     .text-default {
        display: none; /* 隐藏桌面端文本 */
    }

    .text-mobile {
        display: inline; /* 显示移动端文本 */
    }
.shopping-cart-page .shopping-cart-content .shopping-cart-product {
    padding: 60px 10px 0px;
}
.tagline {
    background-color: red !important;
}
.nav-tabs {
    margin-top: 20%;
}
.sky-cart-sidebar {
               position: fixed;
    /* width: 268px; */
    /* margin-right: 0; */
    /* background: #fff; */
     top: 110px; 
    /* height: 100%; */
    /* left: 0; */
    z-index: 9999;
    display: none;
    /* position: absolute; */
    /* top: 0; */
    left: -300px;
    /* width: 300px; */
    height: 100%;
    background-color: #fff;

    overflow-y: auto;
    transition: left 0.3s ease;
    z-index: 99;
        }
.sky-cart-sidebar.show {
            left: 0; /* 显示侧边栏 */
            display: block;

        }
.Purchase_Page_top_switch {
    margin-top: -2% !important;
}
.Purchase_Page_top_switch .pur-content > a {
       position: fixed;
    padding-left: 15px;
    /* display: inline-block; */
    /* height: 48px; */
    /* line-height: 46px; */
    /* font-size: 16px; */
    /* font-weight: bold; */
    z-index: 999;
    width: 100%;
    background-color: #fff;
}
.nav>li, .nav>li>a {
       /* display: block; */
    position: fixed;
    z-index: 99999;
    /* padding: 0; */
    /* display: block; */
    /* height: 100%; */
    /* width: 100%; */
    /* line-height: 47px; */
    font-size: 14px;
    /* font-weight: bold; */
    /* border: none; */
    left: 45%;
    height: 48px !important;
}
.nav-tabs>li>a:after {
        content: "";
    display: block;
    position: relative;
    width: 17%;
    height: 0;
    background: #6462F3;
    bottom: -1px;
}
.Purchase_Page_top_switch .pur-content > a i {
    vertical-align: -webkit-baseline-middle;
}
.Purchase_Page_top_switch .pur-content > a span {
    vertical-align: -webkit-baseline-middle;
}

.navtop-standingPosition {
    position: fixed;
}

}
/*# sourceMappingURL=module.css.map */
@media (min-width: 1200px) {
   .shopping-cart-page .shopping-cart-content {
       background: #f5f5f5;
   }
    .shopping-cart-page  {
        background: #f5f5f5;
    }
    .sky-cart-search {
        background: #fff !important;
    }
    .sky-cart-sidebar .sky-cart-menu {
         background: #fff !important;
    }
    .card-body {
    padding-top: 8px;
    padding-left: 12px;
    }
    .row {
        margin-bottom: 10px;
    }
    .rule-card {
        background: #fff !important;
       
    }
   
    .rule-list .rule-card .top-rule-box {
        background-color: #e5e9ef;
    }
}


