body {
    font-family: textFonts, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #333;
    width: 100%;
    height: 100%;
    touch-action: pan-y;
}

/* .closeW {
    position: absolute;
    right: 0px;
    top: -70px;
    z-index: 1;
} */

.closeW .close {
    box-shadow: none;
}

/* .closeW:hover {
    background-color: #F72424;
    border-top-right-radius: 10px;
}

.closeW .close:hover {
    color: #fff;
    opacity: 1 !important;
} */

.closeW span {
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .model-W.modal-dialog-centered {
    margin-top: 85px;
} */

.model-W .modal-content {
    border-radius: 0;
}

.bg-d1d1d1 {
    background-color: #d1d1d1;
}

.text-d1d1d1 {
    color: #d1d1d1;
}

/* .bbtab {
    position: absolute;
    top: -70px;
    left: 0;
    padding: 0;
    background-color: #e6e6e6;
} */

.bbtab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bbtab>div{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 5px 10px;
}

.bbtab>div .tabsIcon{
    width: 30px;
    height: 30px;
    /* cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 5px 0 0 0; */

}
.tabsIcon{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.tabsIcon.hoverColor,.tabsIcon.activeColor{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.bbtab div.active {
    color: #0070ff;
    overflow: inherit;
    /* background-color: red; */
    /* border-bottom: 2px solid #0070ff; */
}
.bbtab div.active::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #0070ff;
}


@media only screen and (max-width: 576px) {
    /* .bbtab {
        top: -60px;
    }

    .bbtab>div {
        height: 60px;
    } */
    .bbtab .buying-option .font-16{
        font-size: 16px !important;
    }
    .bbtab>div .tabsIcon{
        display: block;
        margin: auto;
    }
}

/* @media only screen and (max-width: 768px) {
    .model-W.modal-dialog-centered {
        margin-top: 85px;
    }
} */

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 730px;
        margin: 1.75rem auto;
    }

}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }

    .addedCart {
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }

    .addedCart {
        margin-right: 30px;
    }
}

@media (min-width: 1400px) {
    .modal-xll {
        max-width: 1366px;
    }

    .addedCart {
        margin-right: 40px;
    }
}

.globalNoStock,.northNoStock,
.EuropeanContent,.AusopeanContent {
    display: none;   
}

.table-Na .table tbody tr td:first-child,
.table-Na .table thead tr:first-child td:first-child {
    width: 235px;
    min-width: 235px;
    font-weight: bold;
}

.table td,
.table th {
    text-align: center;
    vertical-align: inherit;
}

.table-Na .table-bordered thead td,
.table-Na .table-bordered thead th {
    font-weight: bold;
    height: 60px;
    min-height: 60px;
    vertical-align: middle;
}

thead .tab_header,
thead .tab_quick {
    overflow: hidden;
    position: relative;
}

.tab_header::before,
.tab_quick::before {
    content: '';
    position: absolute;
    width: 1px;
    top: 0;
    left: 0;
    background-color: #cccccc;
    display: block;
    transform-origin: top;
    overflow: hidden;
}

.tab_header::before {
    height: 247px;
    transform: rotate(-75.9deg);
}

.tab_quick::before {
    height: 186px;
    transform: rotate(-68.4deg);
}

.tab_header span:first-child,
.tab_quick span:first-child {
    position: absolute;
    top: 5px;
    right: 10px;
}

.tab_header span:last-child,
.tab_quick span:last-child {
    position: absolute;
    bottom: 5px;
    left: 20px;
}

.table tbody tr:hover {
    background-color: #ebf4ff !important;
}

.table tbody tr td:hover {
    background-color: #0070ff;
    color: #fff;
}

.quickTopOption .quick-list p,
.quickOption .quick-list p {
    border: 1px solid #d1d1d1;
    padding: 5px 0;
    line-height: 30px;
}

.quickTopOption .quick-list.currents p,
.quickOption .quick-list.currents p {
    color: #0070ff;
    border: 1px solid #0070ff;
}

.features-span:hover,
.features-span.active {
    color: #0070ff;
}

/* .ab-history-box {
        height: 60px;
    }
     */
.tab_quick {
    width: 150px;
    min-width: 150px;
}

.row {
    margin: 0;
}

.btn-primary:hover {
    background-color: #0070ff !important;
    border-color: #0070ff !important;
}

.btn-primary {
    background-color: #0070ff !important;
    border-color: #0070ff !important;
}

@media only screen and (min-width: 992px) {
    .nav-box .nav-content .navbar-nav .nav-item .nav-item-nextLevel ul a:hover {
        color: transparent;
    }
}

a:hover {
    text-decoration: none;
    color: #0070ff;
}

.card {
    background-color: transparent;
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

/* 欧洲仓储 */
/* .ProSubtitle {
    display: block;
    font-family: textFonts;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

/* .table-gloab .table thead th {
    border-bottom: 1px solid #007fff;
} */

.table-gloab .table-bordered thead th {
    border-bottom-width: 1px;
}

.table-gloab .table td,
.table-gloab .table th {
    white-space: normal;
}

.EuropeanOption .european_option p, 
.AusopeanOption .ausopean_option p{
    border: 1px solid #d1d1d1;
    padding: 5px 0;
    line-height: 30px;
}

.EuropeanOption .european_option .currents p, 
.AusopeanOption .ausopean_option .currents p {
    color: #0070ff;
    border: 1px solid #0070ff;
}

.missed-hint {
    left: 0;
    right: 0;
    margin: auto;
    top: -67%;
    width: 180px;
    display: none;
}

.Warehouse .Warehouse-title {
    text-align: right;
}

.Warehouse .Warehouse-title span {
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .Warehouse .Warehouse-title span:hover {
        color: #0070ff;
        text-decoration: underline;
    }
}

/*.bbtab div p {
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    /* height: 100%; */
    /* display: flex;
    align-items: center; 
}*/
.bbtab div .buying-option{
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%; */
    display: flex;
    align-items: center; 
}

.bbtab div .buying-option span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* .bbtab div .buying-option > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    display: flex;
    align-items: center;
} */

@media screen and (max-width: 991px) {
    .bbtab>div {
        /* width: 15%;
        padding: 7px 10px 0; */
    }

    /* .bbtab div.active {
        width: 250px;
    } */
}

@media screen and (max-width: 768px) {
    /* .bbtab div.active {
        width: 176px;
    } */

    /*.bbtab div .buying-option {
        display: block;
        font-size: 16px;
    }*/
    .bbtab>div .tabsIcon{
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 576px) {
    .closeW span {
        width: 45px;
        height: 45px;
    }
    /* .closeW {
        top: -60px;
    } */

    .bbtab{
        justify-content: space-around;
    }
    .bbtab div .buying-option{
        display: inline-block;
        text-align: center;
    }
    /* .bbtab div.active {
        width: 85px;
    }
    .bbtab>div {
        width: 70px;
    } */

    
}

.helpContent .ab-history-box {
    position: relative;
    height: 100%;
}

.ab-history-box .ab-history-li-btn {
    height: 60px;
}

/* .helpContent .ab-history-box .ab-history-li-btn:nth-of-type(2) {
        right: 31px;
    } */



.partingLine1>p::after {
    right: 0
}

.partingLine2>p::after {
    left: 0
}

@media screen and (min-width: 577px) {
    /* .ProSubtitle {
        line-height: 25px;
    } */

    /* .bbtab div p {
        line-height: 35px;
    } */
}

.engImg {
    width: 350px;
}

@media screen and (max-width: 577px) {
    .engImg {
        width: 100%;
    }
}

.popover-dismiss {
    background-color: #e1e1e1;
    color: #999;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    vertical-align: middle;
}

a.popover-dismiss:hover {
    color: #999;
}
.popover {
    background: transparent;
    border: none;
}
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    border-top-color: rgba(0, 0, 0, .6);
}
.default_none{
    display: none;
}

.product-option-list .option-description p{
    font-size: 16px;
    line-height: 22px;
}






.table-checun .table tbody td, .table-checun .table tbody th {
    white-space: nowrap;
}
.table-checun .table tbody tr>th{
    width: 160px;
}
.table-checun .table tbody tr>td{
    min-width: 82px;
}
@media screen and (min-width: 767px) {
    .table-checun .table tbody tr>th{
        width: 240px;
    }
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
    margin-left: 0px;
}

.ab-history-box.chicun .ab-history-li-btn {
    height: 48px;
}

@media screen and (min-width:768px) and (max-width: 992px){
    .sizimg{
        width: auto !important;
    }
}

.table thead tr th:first-child,.table tbody tr th:first-child{
    text-align: left;
}


/* 加号 start */
.addPlus{
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 3px;
    box-sizing: border-box;
    position: relative;
    border-radius: 15px;
}
.addPlus::before{
    content: "+";
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
}

/* end */

/* swiper 自行车 start*/
.swiper-button-white {
    height: 23px !important;
    margin-top: -12px !important;
}
.myBicycle .swiper-slide{

}
@media screen and (min-width:769px) and (max-width: 1200px){
    .myBicycle .swiper-slide{
        width: 25%;
    }
} 
@media screen and (max-width: 768px){
    .myBicycle .swiper-slide{
        height: 500px;
    }
}
.myBicycle .swiper-slide>img{
    height: 100%;
} 
.swiper-slide .swiper-cont{
    width: 100%;
    height: 100%;
    position: absolute; 
    top: 50%; 
    transform: translate(0,-50%); 
    background-color: rgb(0 0 0 / 30%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.myBicycle .swiper-slide .swiper-cont:after{
    content: "";
    height: 100%;
    border-right: 1px solid white;
    position: absolute;
    right: 0;
}
.myBicycle .swiper-slide:last-child .swiper-cont:after{
    content: "";
    border-right: 0;
}
.myBicycle .swiper-slide .swiper-cont:hover{
    background-color: transparent;
}
.CompositeImg{
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.swiper-button-prev.bicycleLeft{
    left: 20px; 
}
.swiper-button-prev.bicycleLeft.swiper-button-disabled,
.swiper-button-next.bicycleRight.swiper-button-disabled{
    display: none;
}
.swiper-button-next.bicycleRight{
    right: 20px;
}
.swiper-pagination.bicyclePag {
    width:100%
}
.swiper-pagination.bicyclePag.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 15px;
    height: 15px;
    opacity: 1;
}
.swiper-pagination.bicyclePag.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff !important;
    border: 3px solid #0070ff !important;
 } 

 @media screen and (max-width: 767px){
    .bicycleFather{
        padding-bottom: 66px !important;
    }
 }

 /*end */