.tocart{
    /* display: none; */
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    text-align: center;
    background: #E62E00;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 10;
}
.tocart .nm{
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    right: -12px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    border: 3px solid #E62E00;
    background: #fff;
}
.tocart img{
    width: 30px;
}

.ovc{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.8;
    z-index: 10;
}

.fcart{
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 360px;
    height: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1A1D24;
    padding: 15px 15px 264px;
    z-index: 11;
}
.fcart .head{
    margin-bottom: 10px;
    font-size: 16px;
    color: #8C8E91;
}
.fcart .head span.nm{
    color: #fff;
    font-size: 18px;
}
.fcart .head .cls{
    float: right;
    color: #8C8E91;
    cursor: pointer;
}
.fcart .head .cls svg{
    fill:#8C8E91;
    width: 20px;
    margin-bottom: -5px;
}

.fcart .items{
    margin-bottom: 15px;
    height: calc(100vh - 370px);
    overflow-x: hidden;
    overflow-y: auto;
}
.fcart .items .item{
    padding: 5px 0;
    border-bottom: 1px solid #272930;
}
.fcart .items .item .img{
    float: left;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 90%;
    background-size: 90%;
    background-color: #23272E;
    border: 1px solid #2E3239;
    margin-right: 10px;
}
.fcart .items .item .cnt{
    float: right;
    width: calc(100% - 110px);
}
.fcart .items .item .cnt .nm{
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}
.fcart .items .item .lf{
    float: left;
    width: 50%;
    text-align: left;
}
.fcart .items .item .rt{
    float: right;
    width: 50%;
    text-align: right;
}
.fcart .item .hr{
    color: #8C8E91;
    font-size: 16px;
    margin-bottom: 10px;
}
.fcart .item .qt input{
    background: none;
    border: none;
    width: 30px;
    color: #fff;
    font-size: 16px;
    padding: 0 5px;
    text-align: center;
    line-height: 26px;
}
.fcart .item .qt span{
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    background-color: #23272E;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}
.fcart .item .qt span.mn{
    background-image: url(../img/mn.svg);
}
.fcart .item .qt span.pl{
    background-image: url(../img/pl.svg); 
}
.fcart .item .pro{
    font-size: 16px;
    color: #8C8E91;
    text-decoration: line-through;
    margin-bottom: 10px;
}
.fcart .item .prn{
    font-size: 18px;
    color: #E62E00;
}

.fcart .total{
    margin-bottom: 15px;
}
.fcart .total .nm{
    float: left;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    text-align: right;
    color: #fff;
    margin-bottom: 5px;
}
.fcart .total .topr{
    float: right;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #8C8E91;
    text-decoration: line-through;
    margin-bottom: 5px;
    padding-top: 2px;
}
.fcart .total .tnpr{
    float: right;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #E62E00;
    margin-left: 10px;
}
.fcart .total .tnpr span{font-weight: 700;}

.fcart form{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}
.fcart form .cnt{
    background: #272930;
    padding: 10px;
    margin-bottom: 15px;
}
.fcart form h3{
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-bottom: 5px;
}
.fcart form input{
    width: 100%;
    background: none;
    border: none;
    font-size: 18px;
    height: 45px;
    margin-bottom: 5px;
    padding: 0 10px;
    border-bottom: 1px solid #5D5F64;
    color: #fff;
}
.fcart form input:focus{
    border-bottom: 1px solid #fff;
}
.fcart form button{
    width: 100%;
    height: 55px;
    background: #E62E00;
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 10px;
}
.fcart form button img{
    margin-right: 10px;
    margin-bottom: -5px;
}
.fcart form button:hover{
    background: #B22400;
}
.fcart form .info{
    height: 28px;
    overflow: hidden;
}
.fcart form .info p{
    white-space: nowrap;margin-bottom: 0;
    font-size: 12px;
    text-align: center;
    color: #7A7B7F;
}

.fcart .remove-item{
    color: #a32100;
    text-align: right;
}
.fcart .remove-item span{
    display: inline-block;
    cursor: pointer;
}
.fcart .remove-item span svg{
    height: 20px;
    fill:#a32100;
    margin-bottom: -4px;
}

