﻿#J_shop_att { box-sizing: border-box; font-size: 12px; }
.modul-popup { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 998; background-color: rgba(0, 0, 0, .5);    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s; }
.modul-popup-container { position: absolute; top: 80%; right: 0; bottom: 0; left: 0; background-color: rgb(255, 255, 255); box-shadow: 0 0 20px rgba(0, 0, 0, .2);-webkit-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
.att-popup-header { box-sizing: border-box; position: absolute; top: 0; left: 0; width: 100%; height: 100px; padding: 11px 3.4375%; border-bottom: 1px solid rgba(0, 0, 0, .09); }
.buy-num .wrap-num { display: inline-block; padding-left: 0; font-size: 0; }
.att-popup-header .thumb { position: relative; top: -31px; padding: 2px; width: 100px; height: 100px; margin-right: 11px; background-color: rgb(255, 255, 255); border: 1px solid rgb(221, 221, 221); border-radius: 3px; }
.pull-left { float: left !important; }
.att-popup-header .thumb img { height: 100%; width: 100%; border-radius: 3px; }
.att-popup-header .info { line-height: 20px; color: rgb(47, 48, 49); }
.att-popup-body { position: absolute; top: 100px; right: 0; bottom: 46px; left: 0; width: 100%; }
.wrap-num input { display: inline-block; width: 50px; height: 34px; text-align: center; border-radius: 0; box-shadow: none; border: 1px dashed rgb(211, 211, 211); border-left: 0; border-right: 0; -webkit-appearance: none; vertical-align: top; }
.att-popup-header .stock-control em { color: #008da2; }
.att-popup-body .modul-scroll { padding: 11px 3.4375% 0; height: 100%; overflow-x: hidden; overflow-y: auto; }
.modul-popup .item { border-bottom: 1px solid #f0f0f0; }
.modul-popup .spec { padding-top: 0; overflow: hidden; }
.modul-popup .buy-num { position: relative; padding: 11px 0; }
.modul-popup .buy-num label { float: left; width: 40px; margin-right: 10px; }
.wrap-num .glyphicon { top: 0; padding: 11px; font-size: 12px; color: rgb(102, 102, 102); border: 1px dashed rgb(211, 211, 211); }
.btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; }
.att-popup-footer .btn { float: left; height: 46px; border-radius: 0; flex: 1; color: white; }
.glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.att-popup-footer { position: absolute; bottom: -8%; left: 0; width: 100%; display: flex; }
.att-popup-footer .btn-shopcart { width: 50%; background-color: rgb(242, 203, 47); border-color: rgb(242, 203, 47); }
.att-popup-footer .btn-goshop { width: 50%; background-color: rgb(255, 67, 66); border-color: rgb(255, 67, 66); }
.glyphicon-plus:before { content: "\2b"; }
.glyphicon-minus:before { content: "\2212"; }
.modul-popup .spec span { line-height: 24px; position: relative; overflow: hidden; min-width: 50px; max-width: 300px; padding: 0 6px; margin-right: 11px; margin-bottom: 11px; text-align: center; cursor: pointer; border: 1px solid rgb(211, 211, 211); height: 26px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: inline-block; }
.modul-popup .spec span.selected { border-color: rgb(255, 79, 56); }
.modul-popup .spec label, .modul-popup .buy-num label { top: 11px; left: 0; width: 80px; line-height: 32px; }
.modul-popup .buy-num label { float: left; width: 40px; margin-right: 10px; }
.hidden { display: none !important; visibility: hidden !important; }
.att-popup-header .price-con { font-size: 16px; color: rgb(255, 79, 56); }
.att-popup-header .stock-control { color: #999; }
em { font-style: normal; }
.att-popup-header .stock-control em { color: #008da2; }
.att-popup-close { position: absolute;
                   top: 11px;
                   right: 11px;
                   display: inline-block;
                   width: 24px; 
                   height: 24px;
                   background-color: rgba(73, 78, 82, .8)!important;
                   background-image:url(../Images/coupon-close.png)!important;
                   background-repeat: no-repeat!important;
                   background-position: center!important;
                   background-size: cover!important;
                   border-radius: 100%; }
.modul-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.is-visible .modul-popup-container {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
