﻿.noscroll,.noscroll body {
    overflow: hidden;
}
.noscroll body {
    position: relative;
}
.input-qty{
    width: 3.125rem;
    height: 2rem;
    border-left: none;
    border-right: none;
    font-size: 1rem;
    font-weight: 400;
    box-sizing: border-box;
    text-align: center;
    cursor: text;
    border-radius: 0;
}
.btn-selected{
    text-align: center;
    color: #F40;
    border: 2px solid #F40;
    background: #FFF;
}
.btn-no-selected{
    text-align: center;
    border: 1px solid #DCDCDC;
    background: #FFF;
}

#wrap{
    width: 100%;
    height: 100%;
}
.popup{
    
}
.mask{
    background-color: rgba(0,0,0,.5);
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    will-change: opacity;
    transition: all 0.5s;
    visibility: hidden;
}
.mask_content{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 20%;
    background-color: #fff;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    will-change: transform;
    box-shadow: 0 -1px 40px rgba(0,0,0,.3);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 80ms;
    transition: transform .3s cubic-bezier(0,0,.25,1) 80ms;
    z-index: 1051;
}
.opacity1{
    pointer-events: auto;
    opacity: 99;
}
.maskpop{
    overflow: auto;
    pointer-events: auto;
    z-index: 1050;
    opacity: 99;
    visibility: visible;
}
.trans{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.cancel{
    border: none;
    background-color: #fff;
    /*position:absolute;
    top:5px;
    right:10px;*/
}
.popup .modal-footer{
    width: 100%;
    /*height:100px;    footer的高度一定要是固定值 */
    position:absolute;
    bottom:0px;
    left:0px;
}
#productDetail .modal-footer .pc{
    min-width: auto;
    background-color: #ffc107;
    color : #fff;
}
.modal-footer .row{
    margin-right: 0px;
    margin-left: 0px;
} 
#productDetail .modal-footer .site-btn {
    /*min-width: -webkit-fill-available !important;*/
    min-width: 100% !important;
    padding: 10px 10px;
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    background: #ff8000;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
}
.open-product-type{
    border-radius: 0px;
    color: black;
    background-color: #fff;
    min-width: 100%
}
.open-product-type:hover{
    color: black;
}
.make-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 0 15px;
}

.appear{
    padding: 10px 10px !important;
}
.salepage-divider {
    width: 100%;
    background: #f0f0f0;
    height: 12px;
    box-shadow: 0 -1px 2px 0 rgba(74, 74, 74, 0.2);
}
.main-header{
    position:-webkit-sticky; 
    position:sticky; 
    top:100px;
}
.modal-footer {
    
    justify-content: unset;
    
}
.product-item{
    box-shadow: 1px 1px 6px 0px rgba(3,3,3,.3);
}
.ban-padding{
    padding:0px !important;
    min-width: 100%;
}

.view-add {
    /*border: 1px solid;*/
    width: 20px;
    height: 20px;
    color: #ccc;
    transition: color .25s;
    position: relative;
}
.view-add::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    margin-left: -4px;
    margin-top: 0px;
    border-top: 2px solid;
}
.view-add::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 10px;
    margin-left: 0px;
    margin-top: -4px;
    border-left: 2px solid;
}
@media (max-width: 480px) {
    .row.bg-white{
        background-color: #efefef !important;
    }
}