﻿/* Css for /cart-browse.mhtml, Version=1742177909 */
.input-number
{
    width: 150px;
}
.input-number input
{
    border-left: none;
    border-right: none;
}
.card .thumbnail-cell
{
    padding-left: 10px;
    padding-top: 5px;
    max-width: 200px;
    min-width: 100px;
}
.table-layout>tbody>tr>th
{
    width: 50px;
}
.media-placeholder
{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    padding: 20px 10px;
    font-size: 16px;
    word-spacing: normal;
    word-break: break-all;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255,255,255,.5),4px 4px 0 rgba(0,0,0,.2);
    display: table-cell;
    vertical-align: middle;
    max-height: 100px;
    min-height: 70px;
}
.media-holder
{
    display: table;
    width: 100%;
}
body
{
    background: #fff!important;
}
.appbar
{
    position: relative;
    height: 48px;
    background: #fff!important;
}
body.with-appnav.with-appbar-top
{
    padding-top: 40px!important;
}
.appnav>.mainnav .nav
{
    margin: 0;
    width: 100%!important;
    float: left!important;
}
.appnav .nav>li
{
    width: 100%!important;
    float: right!important;
    text-align: center;
}
.appnav>.subnavs
{
    position: relative!important;
    background-color: #7fcf92;
}
.appnav>.subnavs>.nav>li>a
{
    color: #fff;
}
.captcha
{
    width: 100%;
    background-color: #fafafa;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.captcha label
{
    padding-top: 8px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
}
.captcha input[name='captcha']
{
    margin-left: -2px;
    display: inline-block;
    max-width: 80px;
}
.captcha .label
{
    font-size: 20px;
    background-color: #d9534f;
    color: #fff;
    display: block;
    padding: 6px 12px;
    text-align: center;
    border-radius: 2px;
}
table.captcha
{
    margin-bottom: 15px;
}
table.captcha td
{
    padding: 5px;
}
table.captcha td label
{
    padding: 0;
}
.captcha-box>th
{
    display: none;
}
.cart-count
{
    display: inline-block;
    margin-left: 4px;
    transition: all .2s;
    position: relative;
    top: 0;
}
.cart-count.hide
{
    display: none;
}
.cart-count.twinkle
{
    transform: scale(1.5);
    top: -2px;
}
.msger-cart .btn.success
{
    border-color: #fff;
    margin-top: 10px;
}
.msger-cart .msger-content
{
    position: relative;
}
.msger-cart .msger-cart-count
{
    position: absolute;
    text-align: center;
    right: 15px;
    top: 18px;
    background-color: rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 6px 18px 6px 8px;
}
.msger-cart .msger-cart-count .cart-count
{
    font-size: 20px;
}