﻿/* ITC SHOPPING CART LINE
    
    1 -  SHOPPING CART LAYOUT

*/
/* SHOPPING CART LAYOUT */
.itc-base-shp-container {
  background-color: #F6F6F7;
  width: 100%;
  padding-right: 25px;
  padding-left: 15px;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3px; }

.itc-base-shp-container .shopping-cart {
  font-weight: 400;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #02326D;
  text-align: right; }

.itc-base-shp-container .shopping-cart .shopping-cart-link {
  background: url(../images/shopping-bag-16.png) left center no-repeat;
  padding: 2px 0px 0px 25px; }
