.popup-cart-wrap {
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background: white;
    width: 540px;
    padding: 30px;
}

.popup-cart button.artworks-details-link{
    display: none!important;
}

.popup-cart h2 {
    display: block;
    color: #123156;
    text-align: left;
    padding: 0 0 15px 0;
    margin-top: 0;
}

.popup-cart .item{
    display: block;
    font-size: 0;
    border-bottom: 1px solid #d8d8d8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.popup-cart .item:nth-child(1){
    border-top: 1px solid #d8d8d8;
    margin-top: 5px;
}

.popup-cart .item .loading{
    width: 20px; height: 20px;
    background: url('/resources/images/ajax-loader-grey.gif') no-repeat 50% 50%;
}

.popup-cart .item .de-im{
    width: 60%;
}

.popup-cart .item .ed-pr{
    width: 40%;
}

.popup-cart .item .de-im{
    white-space: nowrap;
}

.popup-cart .item .im{
    width: 100px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

.popup-cart .item .de{
    position: relative;
    height: 100%;
    width: 210px;
    font-size: 12px;
    font-weight: normal;
    color: #4d4e56;
    white-space: normal;
    padding-left: 15px;
    text-align: left;
}

.popup-cart .item .de div{
    white-space: normal;
    line-height: normal;
    margin: 5px 0;
    width: 100%;
}

.popup-cart .item .de div:first-child{
    font-size: 14px;
    font-weight: bold;
    color: #00c2df;
}

.popup-cart .item .ed{
    width: 40%;
    font-size: 12px;
    font-weight: normal;
    color: #4d4e56;
}

.popup-cart .item .ed b{
    font-size: 16px;
    font-weight: bold;
}

.popup-cart .item .pr{
    width: 60%;
    color: #4d4e56;
    font-size: 18px;
    font-weight: bold;
    padding-right: 30px;
    text-decoration: none;
}

.popup-cart .item .pr s{
    color: #d8d8d8;
    font-weight: normal;
}

.popup-cart .item .delete{
    position: absolute;
    right: 0; top: 50%;
    margin-top: -13px;
    height: 26px;
}

.popup-cart .subtotal {
    font-size: 21px;
    font-weight: bold;
    color: #4d4e56;
    padding: 20px 0;
}

.popup-cart .bu01{
    font-weight: bold;
}

.popup-cart .item .im .im-wrap.sheet-size-1{ width: 60px; height: 77px; }
.popup-cart .item .im .im-wrap.sheet-size-2{ width: 60px; height: 84px; }
.popup-cart .item .im .im-wrap.sheet-size-3{ width: 60px; height: 98px; }
.popup-cart .item .im .im-wrap.sheet-size-4{ width: 60px; height: 93px; }

.popup-cart .item .im .im-wrap img{
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.popup-cart .item .im.single img{
    position: relative;
    width: auto;
    height: auto;
    max-width: 90px;
    max-height: 75px;
    display: inline-block;
}

.popup-cart .item .im .im-wrap{
    position: relative;
}

.popup-cart .item .im img.material-img{
    position: absolute; left: 0; top: 0;
    width: 100%;
    min-height: 100%;
}

.popup-cart .item .im .im-wrap.roll {
    min-width: 100%;
    max-width: 100%;
}

.popup-cart  .item .im .im-wrap.roll img {
    background-color: white;
}

.popup-cart .jc-cart{
    position: relative;
    overflow: hidden;
}

.popup-cart .jc-cart ul {
    width: 10000em;
    position: relative;

    list-style: none;
    margin: 0;
    padding: 0;
}

.popup-cart .jc-cart li {
    float: left;
    width: 100px;
    text-align: center;
}

.popup-cart .jc-cart li img{
    max-width: 90px;
}

.popup-cart .jc-cart-pag{
    position: relative;
    margin-top: 10px;
    color: #4d4e56;
    font-size: 12px;
}

.popup-cart .jc-cart-pag span:first-child,
.popup-cart .jc-cart-pag span:last-child{
    text-align: left;
    position: absolute;
    display: block;
    width: 50%;
    left: 0; top: 0;
    font-weight: bold;
    padding-left: 5px;
}

.popup-cart .jc-cart-pag span:last-child{
    left: auto;
    right: 0;
    text-align: right;
    padding-left: 0;
    padding-right: 5px;
}