.catalog-item .main-swiper.swiper {
  height: 500px;
}

.zap-list .mobile {
  display: none;
}



.zap-list .zap-item {
	margin-bottom: 40px;
	justify-content: space-between;
}

.zap-list .zap-item .text {
	background: rgba(0,0,0, 0.015);
	margin: 0 30px 0 0;
	flex-grow: 10;
	padding: 30px 40px;
	color: #30302f;
}

.zap-list .zap-item .title {
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 1.5em;
	font-weight: 900;
	padding-bottom: 17px;
	margin-bottom: 17px;
	border-bottom: 3px solid #22981b;
}

.zap-list .zap-item .text .title a {
	text-decoration: none;
	color: #30302f;
}

.zap-list .zap-item .text .title a:hover {
	text-decoration: underline;
}

.zap-list .zap-item .text .excerpt:not(:empty) {
	font-size: .92em;
	line-height: 1.5;
	margin-bottom: 20px;
}

.zap-list .zap-item .text .price {
	font-size: 1.6em;
	font-weight: 700;
  margin-top: 30px;
}

.zap-list .zap-item .text .in-cart {
	margin-right: 10px;
	border-radius: 30px;
	background: #ff5555;
}

.zap-list .zap-item .text .in-cart:hover {
		background: #ce5555;
}


.zap-list .zap-item .text .in-cart.add,
.zap-list .zap-item .text .in-cart.add:hover  {
  background: #22981c;
  cursor: default;
}

.zap-list .zap-item .text .block-control-cart {
	margin: 10px 0;
}

.number-counter {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ff5555;
  border-radius: 9999px;
  overflow: hidden;
  font-family: sans-serif;
  color: #ff5555;
  user-select: none;
  background: white;
}

/* кнопки + и − */
.number-counter .btn {
  background: none;
  border: none;
  color: inherit;
  font-size: 14px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: background 0.2s;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.number-counter .btn:hover {
  background: rgba(255, 107, 74, 0.1);
}

/* разделители */
.number-counter .minus {
  border-right: 1px solid #ff5555;
}

.number-counter .plus {
  border-left: 1px solid #ff5555;
}

/* поле ввода */
.number-counter input[type="number"] {
  width: 40px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 1.2em;
  color: inherit;
  text-align: right;
  margin-top: 1px;
  -moz-appearance: textfield;
  appearance: textfield;
}

.number-counter input[type="number"][value="9"] {
  width: 30px;
}

/* убираем стрелочки */
.number-counter input::-webkit-inner-spin-button,
.number-counter input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* единица измерения */
.number-counter .unit {
  margin-right: 18px;
  font-size: 1.2em;
}

.zap-list .zap-item .img {
	/*flex-grow: 1;*/
	width: 250px;
}

.zap-list .zap-item.zap-default .img {
  flex-grow: 1;
  width: 500px;
}

.catalog-item .block-plus {
    min-height: 35px;
}

.catalog-item .breadcrumbs {
    margin-top: 25px;
    margin-bottom: 25px;
    top: 0;
}

.catalog-item .breadcrumbs a {
    color: black;
}

.catalog-item .breadcrumbs a:before {
	color: rgba(0, 0, 0, .2);
}

.zap-list .zap-item .swiper-pagination-bullet {
  background: #22981c;
  width: 15px;
  height: 15px;
  margin: 0 5px;
}

.cart-link {
  color: black;
}

.cart-link:hover {
  text-decoration: none;
}

.empty-cart {
  margin-left: 40px;
}


.cart-list {
  padding: 30px 0;
  background: #f9f9f9;
}

.cart-list .title {
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  margin: 0 40px 20px 40px;
  border-bottom: 4px solid #22981c;
}

.cart-list table {
  margin: 0 0 20px 0;
  font-weight: 300;
  width: 100%;
}

.cart-list table th {
  text-align: center;
  font-size: 1.2em;
  padding-bottom: 20px;
}

.cart-list table th:first-child {
  padding-left: 40px;
}
.cart-list table th:last-child {
  padding-right: 40px;
}

.cart-list table tr {
  text-align: left;
  background: #f9f9f9;
  margin-bottom: 20px;
}

.cart-list table tr:nth-child(n+2) {
  background: white;
}

.cart-list table td {
  padding: 40px 20px;
}

.cart-list table td.image {
  width: 190px;
  padding: 0;
  padding-left: 40px;
}

.cart-list table td.image img {
  width: 100%;
  height: auto;
}


.cart-list .btn.del {
  border-radius: 30px;
  background: #ff5555;
  padding-left: 40px;
  padding-right: 40px;
}

.cart-list .total-sum {
  padding: 20px 0;
  margin: 0 40px 40px 40px;
  font-weight: 900;
  font-size: 1.4em;
  border-bottom: 4px solid #22981b;
}

.cart-list .form-cart {
  padding: 40px;
  background: white;
}

.cart-list .form-cart .btn-block {
  text-align: center;
}

.cart-list .form-cart .btn-block .btn {
  border-radius: 30px;
  margin: 30px auto;
}

.cart-list .form-cart .btn-block .small-text {
  font-size: .9em;
  font-weight: 300;
}

.cart-list .form-cart .btn-block .small-text a {
  color: black;
}

input[type="text"].error {
  border-bottom: 1px solid #ff5555;
}

dialog#infoCart {
  background: #f6eee1;
  border: none;
  text-align: center;
}

dialog#infoCart .title {
  font-weight: 600;
  font-size: 2.2em;
  border: none;
  margin-top: 30px;
}

dialog#infoCart p {
  font-size: 1.6em;
  font-weight: 200;
  max-width: 400px;
  margin: 0 auto;
}

dialog#infoCart p.text-thanks {
  margin-top: 40px;
  color: #b61917;
  font-weight: 900;
  font-size: 2.2em;
  margin-bottom: 30px;
}






