
.jqcart-total-cnt {
    font-style: italic;
}
/* Ярлык корзины */
.jqcart-cart-label {
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    /* background: #f7f7fa; */
    /* border: 2px dashed #e0e0e4; */
    /* padding: 6px 0; */
    /* box-shadow: 0 0 7px 1px #e4e4e4; */
	
}
.jqcart-cart-label:hover {
	/* background: #f2f2fb; */
}
.jqcart-cart-label span {
    display: inline-block;
    letter-spacing: normal;
}

.jqcart-title {
    font-weight: 700;
}
/* Модальное окно */
.jqcart-layout {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .4);
    z-index: 998;
}
.jqcart-layout:before {
    content:'';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.36em;
}
.jqcart-checkout {
    display: inline-block;
	max-width: 1140px;
    width: 90%;
	height: 90%;
    padding: 20px;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, .2);
	overflow-y: auto;
	border-radius: 0.5rem;
}
/* Сообщение "Корзина пуста" */
.jqcart-empty-cart {
  font-weight: 700;
  font-size: 1.4rem;
  font-family: 'Fira Sans', sans-serif;
  padding: 50px 0 20px 0; 
}

.jqcart-empty-cart i.fa{
  padding: 0 20px 0 0; 
  color: #e32023;
}

.jqcart-empty-cart-text a {
    margin: 10px 0;
	display: inline-block;
	font-size: 1.2rem;
   font-weight: 700;
}

.jqcart-empty-cart-text a i.fa {
    margin: 0 6px 0 0;
    color: #e32023;
}
/* Таблица с заказанными товарами */
.jqcart-cart-title {
    position: relative;
    margin: 30px 0 20px 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    color: #000000;
}

.jqcart-cart-title .jqcart-print-order {
  position: absolute;
  right: 0;
  margin-right: 10px;
  margin-top: 6px;
  cursor: pointer;
  color: #6d88b7;
}

/*.jqcart-table-wrapper {
  height: 150px; /* максимальная высота для таблицы с товарами, после которой будет появляться прокрутка
  padding: 0 5px;
  overflow-x: auto;
}*/

.jqcart-manage-order {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.jqcart-manage-order > div {
    display: table-row;
}
.jqcart-manage-order .jqcart-row-group {
    display: table-row-group;
}
.jqcart-manage-order > div > div {
    display: table-cell;
    padding: 5px;
    border: 1px solid #CCC;
    vertical-align: middle;
}
.jqcart-manage-order > div > div input {
    display: inline-block;
    padding: 2px;
    text-align: center;
    border: 1px solid #CCC;
    vertical-align: middle;
	margin: 0;
	max-width: 3rem;
}


.jqcart-manage-order > div > div > i#jqcart-incr
{
	font-size: 1.3rem;
    vertical-align: middle;
    margin: 1px 4px 1px 4px;
    color: #6d88b7;
	
}
.jqcart-manage-order > div > div > i#jqcart-incr:hover
{
    color: #1f4fa2;
	
}
.jqcart-manage-order > div > div > i#jqcart-incr:active
{
    color: #1f4fa2;
	margin: 2px 4px 0 4px;
	
}
.jqcart-manage-order > div > div > i#jqcart-del-item
{
	
	margin: 1px 0 1px 0;
	font-size: 1.3rem;
    color: #afafaf;
	
}
.jqcart-manage-order > div > div > i#jqcart-del-item:hover
{
    color: #da2d2d;
	
	
}
.jqcart-manage-order > div > div > i#jqcart-del-item:active
{
    color: #da2d2d;
	margin: 2px 0 0 0;
	
	
}

.jqcart-manage-order .jqcart-small-td {
  width: 5%;
}
.jqcart-manage-order .jqcart-item-img img {
  max-width: 64px;
  max-height: 64px;
}
.jqcart-thead {
    font-weight: bold;
}
.jqcart-thead div {
    text-align: center;
}
.jqcart-subtotal {
    font-size: 1.2em;
    text-align: right;
    margin: 10px 0 0 0;
    font-weight: 700;
}

/* Форма для заказчика */
.jqcart-orderform {
    text-align: left;
}
.jqcart-orderform::after {
    display: table;
    content: '';
    clear: both;
}
.jqcart-orderform p {
    margin: 0 0 10px 0;
}

.jqcart-orderform p:nth-child(5) label {
    vertical-align: top;
}
.jqcart-orderform label::after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
    border-bottom: 1px dotted #CCC;
}
.jqcart-orderform p:last-child {
    margin-top: 20px;
    text-align: center;
}

.jqcart-error {
    color: #f00;
}

@media print {
  * {
    margin: 0;
    padding: 0;
  }
  
  body, html {
    width: 100%;
    height: 100%;
}
.jqcart-item-img{
	  display: none;
}

  .jqcart-checkout {
        background-color: #FFFFFF;
        width: 100%;
        margin: 0;
        padding: 5px;
        font-size: 14px;
        line-height: 18px;
        box-shadow: none;
    }

    .jqcart-checkout p {
      margin: 0;
    }
    .jqcart-manage-order {
      width: 99.9%;
	 position: relative;
     overflow:visible;
	 height: 100%;
     z-index: 100000;
    }

	
	.jqcart-cart-title,
    .jqcart-orderform {
      display: none;
    }
    .jqcart-manage-order .jqcart-item-img img {
      height: 32px;
    }
}