@charset "utf-8";
/* CSS Document */
@media (max-device-width: 1024px) and (orientation: portrait){

	
	/* Cart.php content styling */

.cart-heading {
   font-size:30px; 
   text-decoration:none; 
   text-shadow:
   -2px -2px 0 #fff,  
   2px -2px 0 #fff,
   -2px 2px 0 #fff,
   2px 2px 0 #fff;
   color:#3f585a; 
   font-weight:normal;
   }

.cart-heading-bg { width:800px;  text-align:left; margin:20 0 0 50;}

.cart-pricetype {  height:1%; font-size:50; padding-left:15; padding-top:5; color:#3f585a;}

.cart-pricetype-price {  height:1%; font-size:40; padding-left:0;  color:#eba419; font-weight:bold;}

.cart-pricing { vertical-align:middle; font-size:45; height:15%; padding-left:15; font-weight:bold;}

.cart-qty-box { height:70; width:95; text-align:center; font-size:45; font-weight:bold; color:#C00; }

.cart-qty-text {  font-size:50; height:5%; padding-left:15;}

.cart-qty-equals  { padding-left:15; font-size:50;}

.cart-total-price { padding-left:15; font-size:50; color:#30a121; font-weight:bold;}

.cart-prod-box {font-family: raleway, Verdana, Geneva, sans-serif; font-size: 45px; color: #3f585a;  height:282px; box-shadow: 3px 3px 6px #dae8da; background-color:#fffafa; width:850px; border:thin #CCC solid; border-radius:10px;}

.qty-zero{font-family: raleway, Verdana, Geneva, sans-serif; font-size:30px; color: #3f585a;}

.cart-save{padding-top:10px; padding-left:15; font-size:38px;}

.cart-image-box { padding:0; border-left:1px solid #CCC; float:right; background-color:#FFF; border-bottom-right-radius:10px; border-top-right-radius:10px;  margin-right:0px; height:280px; width:280px}

.image-width-cart{ max-height:280px; max-width:280px; border-radius:10;}

}

/* End of Cart.php content styling */
	
	
	
/* #Tablet (Portrait) */