
/* old dashboard CSS file */

/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}


/* old agoradev4 CSS and more */

header, footer, article, section, hgroup, figure, aside { display:block;}
.main {
 padding-right: 0px;
  padding-left: 10px;
  margin-right: 0px;
}
.heading-box {
	margin-top: 10px;
}
.heading-box .agc-area {
    color: #709018;
    margin-top: 18px;
    margin-bottom: 6px;
    padding: 10px;
    border:1px solid #709018;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    background: #e6e7e8;
}

.heading-box h1 {
	font-weight:normal;
	color:#709018;
	font-size:2.5em;
	line-height:2em;
	margin:0;
    text-shadow: 0px 3px 6px rgba(0,0,0,.4);
}
.heading-box h3 {
	font-weight:normal;
	color:#709018;
	margin:0;
    text-shadow: 0px 3px 6px rgba(0,0,0,.4);
}
.heading-box .agc-info {
	padding:14px 17px 14px;
	color:#58595b;
}
.heading-box .agc-info p { margin:0;}

.nav-sidebar > li > a {
  color: #709018;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0px 7px 10px rgba(0,0,0,.9);
  padding-left: 0;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #9d9d9d;
  background-color: transparent;
  padding-left: 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 6px 18px;
  font-size: 26px;
  line-height: 28px;
}

@media (max-width: 399px)  {
    .navbar-brand {
      float: left;
      height: 40px;
      padding: 6px 12px;
      font-size: 16px;
      line-height: 18px;
      word-wrap: normal;
    }
}

.navbar-inverse, .navbar-header {
    background-color: #709018;
    color: #fff;
}


.navbar-inverse .navbar-brand {
  color: #fff;
  text-shadow: 0px 7px 10px rgba(0,0,0,.9);
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}


.template_mainbackground{
  background-color : #709018;
  font-size: 14pt;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 4px 0px 4px 0px;
  text-shadow: 0px 3px 6px rgba(0,0,0,.75);
}

/* snapshot boxes in first & third columns */
.column_box {
  border: 2px solid #709018;
  margin: 10px 0 30px 0;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .35);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .35);
}

/* info below headers of some snaphot boxes in first & third columns */
.column_box_info {
  padding: 25px 8px 12px 8px;
  text-align: center;
  font-size: 11pt;
  color: #709018;
  font-weight: normal;
  background-color: #fff;
}

/* info below headers in cart contents snaphot box in side column */
.cart_content_box_info {
  padding: 12px 4px 12px 4px;
  text-align: center;
  font-size: 11pt;
  color: #709018;
  font-weight: normal;
  background-color: #fff;
}

.cart_content_horizontal_display {
  padding: 10px 4px 10px 4px;
  text-align: center;
  font-size: 1.1em;
  color: #709018;
  font-weight: bold;
  background-color: #fff;
}

@media (min-width: 768px)  {
    .cart_content_horizontal_display {
      padding: 10px 10px 10px 10px;
      text-align: center;
      font-size: 1.3em;
      color: #709018;
      font-weight: bold;
      background-color: #fff;
    }
}

/* info below headers of some snaphot boxes in first & third columns */
.column_box_info_list {
  padding: 25px 8px 12px 8px;
  text-align: left;
  font-size: 11pt;
  color: #296C18;
  font-weight: normal;
}

.ac_product_price {
  color: #FF0000;
  font-size:10pt;
  white-space : nowrap;
  font-weight : bold;
}

/* controls price search boxes */
.low_high_searchboxes {
  border: none;
  padding: 10px 0 20px 0;
  font-size: 10pt;
  display: block;
}

.best_sellers_linkbox {
  width: 100%;
  text-align: center;
}

.best_sellers_links {
  font-size: 10pt;
  color: #0000FF;
  text-decoration: none;
}

.img-vertical-widgets {
    display: block;
    max-width: 80%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.template_copyright {
  width: 100%;
  background-color : #709018;
  text-align: center;
  font-size: 10pt;
  color: #FFFFFF;
}

a.copyright_link {
  font-size: 10pt;
  font-weight: normal;
  text-decoration : none;
  color: #FFFF00;
}

/* layout for product category & subcat listings in side column */
.left_justified_lists{
  padding: 22px 6px 12px 7px;
  text-align: left;
  background-color: #fff;
  text-decoration: none;
  list-style: none;
  color: #709018;
}
.agora_subcat_line {
    padding-left: 1.1em;
}
.agora_maincat_line {
    padding-left: .1em;
}

/* product category & subcat font/link attributes in side column */
li.ac_left_links,
a.ac_left_links {
  font-size: .9em;
  color: #709018;
  font-weight: normal;
  text-decoration: none;
}

.agora_promo_item_header,
.agora_promo_item_header:hover
 {
    color: #709018;
    text-decoration: none;
}
.agora_promo_item_price {
    font-size: 1.2em;
    color: #FF0000;
    font-weight: bold;
    margin-left: -15px;
}
.agora_center {
    text-align: center;
}



.agora_main_page_jumbotron {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 3px;
  color: #fff;
  background: -webkit-linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.6)), url('../../../images/index1.jpg');
  background: -moz-linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.6)), url('../../../images/index1.jpg');
  background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.6)), url('../../../images/index1.jpg');
  background-size: cover;
}
.agora_main_page_jumbotron h1,
.agora_main_page_jumbotron .h1 {
  color: #fff;
}
.agora_main_page_jumbotron p {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 200;
}
.agora_main_page_jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .agora_main_page_jumbotron,
.container-fluid .agora_main_page_jumbotron {
  border-radius: 6px;
}
.agora_main_page_jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .agora_main_page_jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .container .agora_main_page_jumbotron,
  .container-fluid .agora_main_page_jumbotron {
    padding-right: 30px;
    padding-left: 30px;
  }
  .agora_main_page_jumbotron h1,
  .agora_main_page_jumbotron .h1 {
    font-size: 52px;
  }
}


/* ~~~ Search Results ~~~ */
.ac_seach_results{
  margin-top: 15px;
  margin-bottom: 15px;
  background-color:#f0f0f0;
  width:100%;
  font-size: 12pt;
  text-align: center;
}

@media (max-width: 767px)  {
  .ac_seach_results{
    margin-top: 15px;
  }
}

@media (max-width: 420px)  {
  .ac_seach_results{
    margin-top: 15px;
  }
}

.product_title {
  color: #709018;
  margin-top: 18px;
  margin-bottom: 6px;
  padding: 10px;
  border:1px solid #709018;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background: #e6e7e8;
}
.product_title h1 {
  font-size: 2em;
  margin: 0px;
  padding: 6px;
  padding-left: 15px;
  text-shadow: 0px 3px 6px rgba(0,0,0,.25);
}
.product_title-smaller h1 {
  font-size: 1.5em;
}

/* ~~~ productPage layouts ~~~ */
h3.ac_product_name {
  font-size: 1.2em;
  color:#000;
  margin:15px 0px 15px 0px;
  font-weight : bold;
  text-align:left;
}

h3.ppinc_center {
    text-align: center;
}

.ac_product_desc {
  text-align : justify;
  font-size: 1.0em;
  margin: 2px 0px 20px 0px;
}
.ac_product_price {
  color: #FF0000;
  font-size:14pt;
  white-space : nowrap;
  font-weight : bold;
}
.ac_product_outofstock {
  color: #FF0000;
  font-size:11pt;
  white-space : nowrap;
  font-weight : bold;
}
.ac_product_available {
  color: #FF0000;
  font-size:11pt;
  white-space: nowrap;
  font-weight: normal;
}
.ac_product_opt-add {
  text-align:center;
  font-size:11pt;
}
.ac_product_image {
  text-align:center;
  width:auto;
}
.ac_add-quantity {

}
.ac_add-quantity input[type="text"] {
  width: 55px;
  font-size:10pt;
}
.agc_add_button {

}
.agc_product_row {
  margin-top: 15px;
}
.agc_prod_divider {
  border-color: #c0c0c0;
  margin-bottom: 5px;
}




@media (min-width: 359px) and (max-width: 767px)  {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}



/* Off canvas */

@media screen and (max-width: 767px) {
	.main {
     padding-right: 5px;
      padding-left: 5px;
      margin-right: 5px;
	  margin-left: 5px;
    }
  .row-offcanvas, .row-leftoffcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right, .row-leftoffcanvas-right {
    right: 0;
  }

  .row-leftoffcanvas-left {
    left: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right .sidebar-offcanvas,
  .row-leftoffcanvas-right .sidebar-leftoffcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-right .sidebar-offcanvas {
	display:none;
  }
  .row-offcanvas-right .sidebar-offcanvas:active {
	display: block;
  	visibility: visible;
  }


  .row-offcanvas-left  .sidebar-offcanvas,
  .row-leftoffcanvas-left .sidebar-leftoffcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active,
  .row-leftoffcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active,
  .row-leftoffcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas, .sidebar-leftoffcanvas  {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}


/* Product listings on store index page */

.product-list {
	font-size:0;
	letter-spacing:-4px;
    margin: 0 auto 15px;
}
.product-list .item {
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	letter-spacing:0;
	padding:0 5px 11px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.product-list .area {
	padding:4px;
	border-radius:9px;
    -moz-border-radius: 9px;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.25);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.25);-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.25);
	background:#f6f6f6;
}
.product-list .content { position:relative;}
.product-list .area:hover .info { z-index: 10;}

.product-list .photo {
    position:relative;
    z-index:5;
}
.product-list .info {
	position:absolute;
    z-index: -1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	font-size:13px;
	line-height:15px;
	background:#f4fbfe;
	background:rgba(244, 251, 254, 0.85);
	padding:4px 7px 34px 8px;
    overflow: hidden;
}
.product-list .info .list a {
	color:#58595b;
	text-decoration:none;
}
.product-list .info .list a:hover { text-decoration:underline;}
.product-list .info .inner-list { display:none;}
.product-list .info .more {
	position:absolute;
	bottom:7px;
	left:7px;
}
.product-list .title {
	text-align:center;
	border:1px solid #000;
	color:#58595b;
	font-size:13px;
	line-height:16px;
	margin:0 0 5px;
	border:1px solid #709018;
	border-radius:5px;
    -moz-border-radius: 5px;
    overflow:hidden;
    z-index:200;
    display: table;
    width: 99%;
    height: 50px;
    border-collapse: separate;
}
.product-list .title h4 {
	text-align:center;
	color: #709018;
	font-size:1.2em;
}
.product-list .title {min-height: 20px;}
.product-list .item:hover .title {
    overflow:visible;
	position:relative;
}
.product-list .title .highlight {
	content:'';
	position:absolute;
	left:-1px;
	right:0px;
	bottom:-1px;
	height:4px;
}
.product-list .title .highlight:after {
	content:'';
	position:absolute;
	bottom:-15px;
	border:solid transparent;
	height:0;
	width:0;
	pointer-events:none;
	border-width:8px;
	left:50%;
	margin-left:-8px;
}
.product-list .title a, .product-list .title p {
    display: table-cell;
    vertical-align: middle;
	color:#58595b;
	padding:7px 5px 9px;
	text-decoration:none;
	background:#e2e3e4;
	border-radius:3px 3px 0px 0px;
    -moz-border-radius:3px 3px 0px 0px;
    overflow:hidden;
}

.product-list .photo img {
	display:block;
	width:100%;
	height:100%;
    max-height: 140px;
	border-radius:4px;
    -moz-border-radius:4px;
}
.product-list .name {
	display:block;
	text-align:center;
	margin:7px 0 0;
	font:11px/14px "droid_sansbold", Arial, Helvetica, sans-serif;
}
.product-list .name a { color:#709018;}

.product-list .item-color:hover .title:before,
.product-list .item-color:hover .title .highlight {
    background: #709018;
}

.product-list .item-color:hover .title:after,
.product-list .item-color:hover .title .highlight:after {
    border-top-color: #709018;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* ~~~~~~~~~~~~~~~ BEGIN Cart Totals Display / Viewcart Totals Display - Special Section ~~~~~~~~~~~~~~~*/

.cart_footer_buttons  {
  text-align:center;
}

.cart_footer_buttons img {
  padding-left: 15px;
}

/* positioning of cart totals table in main column */
.checkout_container {
   width: 100%;
}
.ac_totals_table_ctr {
  float: right !important;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 5px;
}
.ac_totals_table_ctr_nopull {
 margin-top: 3px;
 margin-bottom: 20px;
 margin-left: 20px;
 margin-right: 20px;
}

/* attributes of cart totals table in main column */
.ac_totals_table {
  background-color: #FFFFFF;
  font-size: 10pt;
  color: #000000;
  margin: 0;
  border: 1px solid black;
}

/* attributes of cart totals table header cells in main column */
.ac_totals_table th {
  text-align:center;
  font-size: 12pt;
  font-weight: bold;
  background-color: #E0E5FF;
  width:auto;
}

/* attributes of cart totals table cells in main column */
.ac_totals_table td {
  width:auto;
  text-align: right;
  padding-right: 7px;
  padding-left: 7px;
}

.ac_totals_table td.ac_totals_table_itot {
  padding-right: 5px;
  background-color: #FFFFFF;
}

.ac_totals_table td.ac_totals_table_itotp {
  background-color: #FFFFFF;
}

.ac_totals_table td.ac_totals_table_ship {
  padding-right: 5px;
  background-color: #FFFFFF;
}

.ac_totals_table td.ac_totals_table_shipp {
  background-color: #FFFFFF;
}

table.ac_totals_table td.ac_totals_table_disc {
  padding-right: 5px;
  background-color: #FFFFFF;
}

table.ac_totals_table td.ac_totals_table_discp {
  background-color: #FFFFFF;
}

table.ac_totals_table td.ac_totals_table_stax {
  padding-right: 5px;
  background-color: #FFFFFF;
}

table.ac_totals_table td.ac_totals_table_staxp {
  background-color: #FFFFFF;
}

table.ac_totals_table td.ac_totals_table_tax1 {
  padding-right: 5px;
  background-color: #FFFFFF;
}

table.ac_totals_table td.ac_totals_table_tax1p {
  background-color: #FFFFFF;
}

table.ac_totals_table td.ac_totals_table_tax2 {
  padding-right: 5px;
  background-color: #FFFFFF;
}

table.ac_totals_table td.ac_totals_table_tax2p {
  background-color: #FFFFFF;
}

table.ac_totals_table td.ac_totals_table_tax3 {
  padding-right: 5px;
  background-color: #FFFFFF;
}
table.ac_totals_table td.ac_totals_table_tax3p {
  background-color: #FFFFFF;
}

table.ac_totals_table td.ac_totals_table_buysa {
  padding-right: 5px;
  background-color: #FFFFFF;
}

table.ac_totals_table td.ac_totals_table_buysap {
  background-color: #FFFFFF;
}

/* attributes of cart totals table - grand total title cell - in main column */
table.ac_totals_table td.ac_totals_table_tot {
  font-size: 12pt;
  font-weight: bold;
  padding-right: 5px;
  background-color: #FFFFFF;
}

/* attributes of cart totals table - grand total price cell - in main column */
table.ac_totals_table td.ac_totals_table_totp {
  font-size: 12pt;
  font-weight: bold;
  background-color: #E0E5FF;
}

.buysafe {
    text-align:center;
    font-size: 9pt;
	font-weight: normal;
	color: #FF0000;
	margin: 10px 0 15px 0;
}
/* ~~~~~~~~~~~~~~~ END Cart Totals Checkout / Viewcart Display - Special Section ~~~~~~~~~~~~~~~*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.bg-agoracart-checkout {
    color:#fff;
    background-color:#709018;
}
a.bg-agoracart-checkout:focus, a.bg-agoracart-checkout:hover {
    background-color:#286090
}

#agoracart_cart_item_table.table > tbody > tr > th {
    text-align:center;
    background-color:#709018; /* override table hover background color change */
}

#agoracart_cart_item_table.table > tbody > tr > td {
    vertical-align:middle;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* ~~~~~~~~~~~~~~~ Not used? BEGIN Cart Contents Checkout / View Cart Contents Display - Special Section ~~~~~~~~~~~~~~~*/

.cart-view-box {
	color:#58595b;
    padding:2px;
	margin:0px 0 25px 0;
	border:1px solid #e2e2e2;
	border-radius:9px;
    -moz-border-radius:9px;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
	background:#fcfdfd;
}
.cart-view-box-not-shown {
    padding:0px;
    margin: 0px;
}
.cart-contents-table {
	margin:0 0 1px 0;
	padding:2px;
	font-size:13px;
	line-height:18px;
	border-radius:8px;
    -moz-border-radius:8px;
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.25);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.25);-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.25);
	background:#f6f6f6;
}
.cart-contents-table .thead {
	border:1px solid #d1d3d4;
	border-radius:5px;
    -moz-border-radius:5px;
	margin:0 0 2px;
	display:table;
	width:100%;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#e2e3e4;
}
.cart-contents-table .thead .cart-contents-cell:first-child {
	border:0;
	-webkit-box-shadow:none;
	box-shadow:none;-moz-box-shadow:none;
}
.cart-contents-table .thead .cart-contents-cell {
	display:table-cell;
	vertical-align:middle;
    max-width: 82px;
	padding:2px 2px 2px;
	text-align:center;
	border-left:1px solid #fff;
	-webkit-box-shadow:-1px 0 #d1d3d4;
	box-shadow:-1px 0 #d1d3d4;-moz-box-shadow:-1px 0 #d1d3d4
}
.cart-contents-table .trow {
	width:100%;
	display:table;
	background:#f1f2f2;
	margin:0 0 4px;
  border-top:1px solid #fff;
}
.cart-contents-table .trow .cart-contents-cell:first-child { border:0;}
.cart-contents-table .trow .cart-contents-cell {
	display:table-cell;
	vertical-align:middle;
    /*max-width: 92px;*/
	padding:2px;
	border-left:1px solid #fff;
}
.cart-contents-table .trow .cart-contents-title { display:none;}
.cart-contents-table .cart-cont-name { width: auto;}
.cart-contents-table .cart-cont-price { text-align: center; width: 81px; max-width: 81px;}
.cart-contents-table .cart-cont-shipping { text-align: center; width: 60px; max-width: 75px;}
.cart-contents-table .cart-cont-qty { text-align: center; width: 81px; max-width: 81px;}
.cart-contents-table .cart-cont-generic { text-align: center; width: 81px; max-width: 81px;}
.cart-contents-table .cart-cont-image {
    width: 85px;
    max-width: 91px;
    text-align: center;
    overflow: hidden;
}
.cart-contents-table .cart-cont-remove {
    text-align: center;
    width: 60px;
    max-width: 60px;
}
.cart-contents-table .cart_row_name {
    font-weight: bold;
    padding-left: 10px;
}
.cart-contents-table .cartrow-item-options {
    padding-left: 25px;
}


.heading-box {
	margin-top: 10px;
}

@media only screen and (max-width: 992px) {
    .cart-view-box {
        margin:0 0 10px;
		background:#fff;;
    }
    .cart-contents-table {
        border-radius:0;
        -moz-border-radius:0px;
		background:none;
		-webkit-box-shadow:none;
		box-shadow:none;-moz-box-shadow:none;
    }
    .cart-contents-table .thead { display:none;}
    .cart-contents-table .trow {
		padding:4px 4px 0;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		margin:0 0 10px;
		border:1px solid #e2e2e2;
		border-radius:9px;
        -moz-border-radius:9px;
		-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
		box-shadow:0 0 5px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
		display:block;
		overflow:hidden;
		background:#fff;
	}
    .cart-contents-table .trow .cart-contents-cell {
        padding:0;
		display:table;
		width:100%;
		margin:0 0 4px;
		background:none;
		border:0;
    }
    .cart-contents-table .trow .cart-contents-title {
        display:table-cell;
		vertical-align:middle;
		min-width:38%;
        width:38%;
        max-width:38%;
		color:#58595b;
		border:1px solid #d1d3d4;
		background:#e6e7e8;
		border-radius:4px;
        -moz-border-radius:4px;
		font:12px/16px "droid_sansbold", Arial, Helvetica, sans-serif;
		padding:6px 10px 7px;
    }
    .cart-contents-table .trow .cart-contents-cell .cart-info-item {
        display:table-cell;
		vertical-align:middle;
		line-height:16px;
		padding:6px 10px 7px;
		background:#f1f2f2;
		border-left:5px solid #fff;
		width:500px;
        max-width:62%;
        min-width:62%
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
    }
    .cart-contents-table .trow .cart-info-item span {
        float:left;
        text-align:left;
    }
	.cart-contents-table .cart-cont-image { display:table !important;}
	.shopping-table .trow .cart-cont-image img { width:auto;}

    .cart-view-box { padding:5px 0 0;}

    .cart-contents-table .cart-cont-name { text-align: center; width: 100%; max-width: 100%;}
    .cart-contents-table .cart-cont-price { width: 100%; max-width: 100%;}
    .cart-contents-table .cart-cont-shipping { width: 100%; max-width: 100%;}
    .cart-contents-table .cart-cont-qty { text-align: center; width: 100%; max-width: 100%;}
    .cart-contents-table .cart-cont-image {
        width: 100%; max-width: 100%;
    }
    .cart-contents-table .cart-cont-remove {
        width: 100%; max-width: 100%;
    }


}
@media only screen and (max-width: 767px) {
    .heading-box {
    	margin-top: 40px;
    }
}

/* ~~~~~~~~~~~~~~~ END Cart Contents Checkout / Viewcart Display - Special Section ~~~~~~~~~~~~~~~*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ac_checkout_top_col{
  background:#dcdcde;
  font-size : 13pt;
  font-weight: bold;
  border-top : 1px solid #000000;
  border-bottom : 1px solid #000000;
  text-align : left;
  padding: 5px 7px;
  margin-top: 10px;
}
.ac_checkout_table {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ac_missing_field {
  color: #FF0000;
  font-size:1.2em;
  padding: 5px;
  margin-top:5px;
}
.ac_missing_field_button {
  text-align:center;
  align:center;
  color: #FF0000;
  font-size:1em;
  padding: 0px;
  margin-top:10px;
}
.ac_checkout_top_msg{
  background-color: #E8E0E0;
  text-align:left;
  padding: 3px;
}
.ac_checkout_review{
  background-color: #F8F8C8;
  font-size: 1.5em;
  font-weight: bold;
  border: 1pt solid #AAAAAA;
  margin: 0px auto;
}
.ac_checkout_table_row{
    border: 1pt solid #AAAAAA;
}
.ac_checkout_review_col1 {
    text-align: left;
    font-weight: bold;
    border-right: 1pt solid #AAAAAA;
}
.ac_checkout_review_col2 {
    text-align: left;
    padding-left: 8px;
}
.ac_checkout_review_buttons {
    margin-top: 30px;
    margin-bottom: 25px;
    align: center;
    border: 0;
}
.ac_checkout_review_buttonL {
    align: right;
    text-align: right;
}
.ac_checkout_review_buttonR {
    align: left;
    text-align: left;
}
