.cart-show{}

.cart-show .products{}
.cart-show .products table a{ color:#FF6701; }
.cart-show .products table a:hover{ color:#009FE9; }
.cart-show .products .heading{ font-size:26px; font-weight:400; color:#009BE4; }
.cart-show .products table thead tr th.stt{ width:5%; min-width:5%; }
.cart-show .products table thead tr th.image{ width:10%; min-width:10%; }
.cart-show .products table thead tr th.name{}
.cart-show .products table thead tr th.price{ width:10%; min-width:10%; }
.cart-show .products table thead tr th.price-compare{ width:10%; min-width:10%; }
.cart-show .products table thead tr th.quantity{ width:7%; min-width:7%; }
.cart-show .products table thead tr th.total{ width:15%; min-width:15%; }
.cart-show .products table thead tr th.button{ width:10%; min-width:10%; }
.cart-show .products table tbody tr td.price{ font-weight:500; }
.cart-show .products table tbody tr td.price-compare{ font-weight:500; }
.cart-show .products table tbody tr td.total{ font-weight:500; }
.cart-show .products table tbody tr td.total-money{ font-weight:500; }

.cart-show .products .product .image{ position:relative; height:400px; display:block; text-align:center; }
.cart-show .products .product .image img{ width:auto; max-height:100%; position:absolute; top:15px; bottom:0; left:0; right:0; margin:auto; max-width:100%; vertical-align:middle; }