

/* Start:/local/templates/showcase_new/components/linemedia.auto/store.sale.basket.basket/custom/style.css?175310936021547*/
.inline-filter.cart-filter > div { 
  padding-bottom: 15px;
  border-bottom: 1px solid #BFBFC6;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px; 
}

.inline-filter.cart-filter > div b.empty-cart,
.inline-filter.cart-filter > div b.in-cart {
  font-weight: 500;
}

.inline-filter.cart-filter > div b.in-delay {
  font-weight: 300;
}
.content-empty-cart {
	display: flex;
	flex-direction: column;
	flex-basis: 400px;
	justify-content: center;
	align-items: center;
	font-family: Rubik;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	color: #212121;
}

.content-empty-cart > div:nth-of-type(2) {
	width: 260px;
}
.content-empty-cart> div:nth-of-type(2) a {
	display: inline-block;
	margin-top: 30px;
	width: 260px;
	height: 52px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: linear-gradient(90deg, #EE6D36 0%, #E52D33 100%);
}

.purchase_queue .order-steps { 
	float: right;
    display: flex;
    margin-right: 0px;
    padding: 5px 0 15px;
    width: 92%;
    justify-content: space-between;
}

.purchase_queue .row div {
	padding-left: 28px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #BFBFC6;
}

.purchase_queue .row div.active {
  color: #212121;
}

.purchase_queue .row div:nth-of-type(1){
  width: 27%;
  background: url('/local/templates/showcase_new/components/linemedia.auto/store.sale.basket.basket/custom/images/order_active.svg') left center no-repeat;
}

.purchase_queue .row div:nth-of-type(2){
  width: 46%;
  background: url('/local/templates/showcase_new/components/linemedia.auto/store.sale.basket.basket/custom/images/pay_online.svg') left center no-repeat;
}

.purchase_queue .row div:nth-of-type(3){
  width: 27%;
  background: url('/local/templates/showcase_new/components/linemedia.auto/store.sale.basket.basket/custom/images/get.svg') left center no-repeat;
}

.silver-table{
	border-collapse: collapse; border-spacing: 0; width: 100%; margin-bottom:20px;font-size:12px;
}

.silver-table thead tr th {
	padding-left: 10px;
	height: 70px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}

.silver-table thead tr th:last-of-type {
	text-align: right;
}

.silver-table thead tr th input[type=checkbox] {
	margin: 5px;
	width: 20px;
	height: 20px;
}

.silver-table thead tr th input[type=submit] {
	padding-right: 10%;
	width: 194px;
	height: 32px;
	background: url('/local/templates/showcase_new/components/linemedia.auto/store.sale.basket.basket/custom/images/delete-icon-right.svg') 93% center no-repeat, #F2F3F8;
	box-shadow: 0px 2px 4px rgba(33, 33, 33, 0.25);
	border: none;
	border-radius: 4px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #212121;
}

.silver-table > tbody > tr > td{
	height: 177px;
	vertical-align: top;
	padding: 20px 0px;
	border-bottom: none!important;
}

.silver-table > tbody > tr#cart-item {
	border-bottom: 2px solid #F0F1F7!important;
}

.silver-table > tbody > tr#cart-item.no_border_bottom {
	border-bottom: none!important;
}

.silver-table tbody tr td .contant-container {
	height: 100%;
	padding: 10px;
}

.silver-table tbody tr.item-in-delay td .contant-container {
	background:rgba(242, 243, 248, 0.75);
}

.silver-table .not_active .contant-container {
	background: rgba(229, 45, 45, 0.25);
}

.silver-table .item-in-delay .contant-container .image,
.silver-table .item-in-delay .cart-item-name .contant-container div,
.silver-table .item-in-delay .contant-container .cart-item-price,
.silver-table .not_active .contant-container .image,
.silver-table .not_active .cart-item-name .contant-container div {
	opacity: 0.5;
}

.silver-table .not_active .contant-container p {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
}

.silver-table .not_active .contant-container p a:hover,
.silver-table .not_active .contant-container p a {
	font-weight: 700;
	color: #3348C2;
}

.silver-table tbody tr td.cart-item-name .contant-container {
	padding: 10px 5px;
}

.silver-table .down, .silver-table .up{
	cursor:pointer;
}	

/*select,input,textarea*/

.silver-table input {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
} 
.silver-table input {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.silver-table input:focus{
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
.silver-table input {
  display: inline-block;
  padding: 4px;
  margin: 0px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}


.silver-table input[name="deleteAll[]"],
.silver-table input[name="deletes[]"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.silver-table input[name="deleteAll[]"]:active,
.silver-table input[name="deleteAll[]"]:focus,
.silver-table input[name="deletes[]"]:active,
.silver-table input[name="deletes[]"]:focus {
	box-shadow: none;
  outline: none;
}

.silver-table input[name="deleteAll[]"]#not_all_check {
  background: url('/local/templates/showcase_new/components/linemedia.auto/store.sale.basket.basket/custom/images/not-all-check.svg') center center no-repeat;
}

.silver-table input[name="deleteAll[]"],
.silver-table input[name="deletes[]"] {
  background: url('/local/templates/showcase_new/components/linemedia.auto/store.sale.basket.basket/custom/images/not-check.svg') center center no-repeat;
}

.silver-table input[name="deleteAll[]"]:checked,
.silver-table input[name="deletes[]"]:checked {
  background: url('/local/templates/showcase_new/components/linemedia.auto/store.sale.basket.basket/custom/images/check.svg') center center no-repeat;
}
.silver-table .cart-item-quantity input[type=text]{
	margin: 0 10px;
  	width: 39px;
	height: 32px;
	background: #FFFFFF;
	border: 1px solid #BFBFC6;
	border-radius: 8px;
	font-family: Rubik;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color:#212121;
}
.silver-block input[type="button"], .silver-block input[type="reset"], .silver-block input[type="submit"] {
    height: auto;
    width: auto;
}
.silver-block button, .silver-block input[type="button"], .silver-block input[type="reset"], .silver-block input[type="submit"] {
    cursor: pointer;
}

.silver-table p{
	margin:0;	
}

.silver-table .delivery_date{
	font-family: Rubik;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
}

.silver-table .delivery_date td {
	padding: 0;
	height: 20px;
	border-bottom: none;
}

.silver-table .delivery_date span{
	color: #000000;
}

.silver-table .cart-item-image {
	width: 23%;
}

.silver-table .cart-item-image .contant-container {
	position: relative;
	border-radius: 8px 0 0 8px;
}

.silver-table .cart-item-image .image {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.silver-table .cart-item-image input {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 20px;
	height: 20px;
	z-index: 1;
}

.silver-table .cart-item-name {
	width: 26%;
}

.silver-table .cart-item-name div {
	padding: 0px 15px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}

.silver-table .cart-item-name span,
.silver-table .cart-item-name span a {
	color: #E52D2D;
}

.silver-table .cart-item-price-quantity{
	width: 31%;
}

.silver-table .cart-item-price-quantity .contant-container > div {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.silver-table .cart-item-price-quantity .cart-item-price {
	display: inline-block;
}

.silver-table .cart-item-price-quantity .cart-item-price span {
	display: none;
}

.silver-table .cart-item-price-quantity .cart-item-quantity {
	display: inline-flex;
	align-items: center;
}

.silver-table .cart-item-quantity .minus_item,
.silver-table .cart-item-quantity .plus_item {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 12px;
	cursor: pointer;
}

.silver-table .cart-item-price {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
}

.silver-table .sum-actions-container span,
.silver-table .cart-item-discount {
	display: inline-block;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	color: #E52D2D;
}
.silver-table .cart-item-discount span {
	font-weight: 600;
}
.silver-table .cart-item-discount span b {
	display: block;
	font-weight: 600;
}

.silver-table .item-in-delay .contant-container .cart-item-quantity,
.silver-table .item-in-delay .contant-container .cart-item-discount,
.silver-table .item-in-delay .contant-container .cart-item-delivery-time,
.silver-table .item-in-delay .contant-container .price-with-discount,
.silver-table .item-in-delay .contant-container.sum-actions-container > span,
.silver-table .item-in-delay .contant-container .old-price {
	display: none;
}

.silver-table .cart-item-sum-actions {
	width: 20%;
}

.silver-table .cart-item-sum-actions .contant-container {
	border-radius: 0 8px 8px 0;
}

.silver-table .cart-item-sum-actions .sum-actions-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    align-items: flex-end;
    height: 100%;
	text-align: right;
}

.silver-table .cart-item-sum-actions .price-with-discount {
	font-size: 24px;
}

.silver-table .cart-item-sum-actions .old-price {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-decoration-line: line-through;
	color: #E52D2D;
}
.silver-table .cart-item-sum-actions .need-update-prices {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}

.cart-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.red-placeholder::-webkit-input-placeholder {
    color: red;
}

#basketOrderButton2, #BasketPriceUpdate {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 8px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

#basketOrderButton2{
  background: linear-gradient(90deg, #EE6D36 0%, #E52D33 100%);
}

#basketOrderButton2:hover{
	background:#d43f3a;
}

#BasketPriceUpdate{
	background: linear-gradient(270deg, #4542E2 0%, #3198D1 100%);
}

#BasketPriceUpdate:hover{
	/*background:#d43f3a;*/
}

div#relevance_text{
	float: right;
  width: 92%;
}

div#relevance_text span{
  display: block;
  margin-bottom: 25px;
  padding-left: 50px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}

div#relevance_text span.cost_delivery {
	background-position: left center;
	background-repeat: no-repeat;
}

div#relevance_text span.cost_delivery.free {
	background-image: url('/local/templates/showcase_new/components/linemedia.auto/store.sale.basket.basket/custom/images/free-delivery.svg');
}

div#relevance_text span.cost_delivery.not_free {
	background-image: url('/local/templates/showcase_new/components/linemedia.auto/store.sale.basket.basket/custom/images/not-free-delivery.svg');
}

div#relevance_text span.time_active {
  margin-bottom: 18px;
  background: url('/local/templates/showcase_new/components/linemedia.auto/store.sale.basket.basket/custom/images/time_active.svg') left center no-repeat;
}

div#relevance_text span.time_active b {
	font-weight: 600;
}

div#relevance_text span.time_not_active {
  margin-bottom: 18px;
  background: url('/local/templates/showcase_new/components/linemedia.auto/store.sale.basket.basket/custom/images/time_not_active.svg') left center no-repeat;
}

div#relevance_text + p {
  display: inline-block;
  width: 100%;
}

.tab_wrap_loader{
	text-align: center;
	display:none;
}

.tab_wrap_loader img.loader{
	width: 30px;
    height: 30px;
}
/*
#basketOrderButton2{
	float:right;
	margin-right: 0px!important;
}
*/
tr.price_update > td .contant-container {
	background: rgba(242, 243, 248, 0.75)!important;
}
tr.price_update > td .contant-container .cart-item-price {
	opacity: 0.5;
}
tr.price_for_order > td{
	background-color: #FFFFFF!important;
}
tr.price_error > td{
	background-color: #FFE4E1!important;
}
a.active_artnum{
	color: #2c2cfb!important;
    text-decoration: underline;
}
.cart-item-price-quantity .avalibles-shop .avalibles-shop__link {
	padding-right: 15px;
	background: url(/local/templates/showcase_new/components/linemedia.auto/store.sale.basket.basket/custom/images/avalible_check.svg) right center no-repeat;
	font-family: Rubik;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none!important;
	color: #212121!important;
}
.cart-item-price-quantity .avalibles-shop .avalibles-shop__link.closed {
	background: url('/local/templates/showcase_new/components/linemedia.auto/store.sale.basket.basket/custom/images/arrow_up_red.svg') right center no-repeat;
}
.cart-item-price-quantity div.avalibles-shop .avalibles-shop__popup {
	left: -274px;
	margin-left: unset;
}
.avalibles-shop .avalibles-shop__popup .tooltip b {
	margin: 10px 25px;
	display: block;
	font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
	text-align: left;
}
.tooltip  table{
	border-collapse: collapse;
}
.tooltip  td {
	border: 1px solid #DCDFE2;
}
.tooltip  th, .tooltip  tr, .tooltip  td {
	background: #000!important;
	white-space: nowrap;
}

.tooltip .tooltip-inner{
	max-width: unset;
}

.cart-ordering {
  padding-left: 0!important;
}

.final-price {
	margin-top: 20px;
    margin-bottom: 25px;
	height: 68%;
    position: relative;
}

.cart-summary {
  float: right;
  width: 92%;
  height: 190px;
  margin-bottom: 25px;
  padding: 15px 20px;
  background: #F0F1F7;
}

.cart-summary .full-price-title,
.cart-summary .final-price .final-price-title {
    font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}

.cart-summary .full-price-value {
    font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 27px;
	text-align: right;
}
.cart-summary .discount-title {
    font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #E52D2D;
}

.cart-summary .discount-value {
    font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 27px;
	text-align: right;
	color: #E52D2D;
}

.cart-summary .full-price,
.cart-summary .final-price > div,
.cart-summary .discount {
	margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.cart-summary .final-price-title {
	width: 50%;
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.cart-summary .final-price-value {
	width: 50%;
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 27px;
  text-align: right;
  white-space:nowrap;
}

.cart-code {
	float: right;
    width: 92%;
    padding-bottom: 15px;
}

.cart-code b {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}

.cart-code > div {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.cart-code input:nth-of-type(1) {
	padding: 10px 24px;
    width: 67.6%;
    height: 40px;
    border: 1px solid #BFBFC6;
	border-radius: 4px;
	font-family: Rubik;
	font-size: 16px;
	line-height: 20px;
	opacity: 0.33;
}

.cart-code input.add-coupon {
	background-color: #fff!important;
	opacity: 1;
}
.cart-code input.add-coupon + input {
	background: linear-gradient(90deg, #EE6D36 0%, #E52D33 100%);
	box-shadow: 0px 2px 4px rgba(33, 33, 33, 0.25);
	border-radius: 4px;
	color: #fff;
}

.cart-code input:nth-of-type(2) {
    width: 29.62%;
    height: 38px;
    background: #F2F3F8;
	box-shadow: 0px 2px 4px rgba(33, 33, 33, 0.25);
	border: none;
	border-radius: 4px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
}

.cart-code input:nth-of-type(2)[value="Удалить"]{
	padding-left: 15px;
	background: url(/local/templates/showcase_new/components/linemedia.auto/store.sale.basket.basket/custom/images/delete-icon-left.svg) 3% center no-repeat, #F2F3F8;
	color: #E52D2D;
}

.recommended-products h3 {
	padding-left: 30px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	background: url('/local/templates/showcase_new/components/linemedia.auto/store.sale.basket.basket/custom/images/cart-plus.svg') left center no-repeat;
}

@media screen and (max-width: 768px) {
	.cart-ordering {
		padding-left: 15px!important;
	}
	.cart-ordering > div {
		width: 100%;
	}
	div#relevance_text span {
		line-height: 33px;
	}
}

@media screen and (max-width: 450px) {
	.inline-filter.cart-filter > div {
		font-size: 20px;
		line-height: 24px;
	}
	.content-empty-cart {
		flex-direction: column;
		font-size: 20px;
		line-height: 24px;
		text-align: center;
	}
	.content-empty-cart img {
		width: 100%;
	}
	.content-empty-cart> div:nth-of-type(2) a {
		font-size: 15px;
		border-radius: 8px;
	}
	.silver-table thead tr {
		display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.silver-table thead tr th {
		display: flex;
    	align-items: center;
		padding-left: 0px;
	}
	.silver-table thead tr th input[type=checkbox] {
		margin-left: 0px;
	}
	.silver-table > tbody {
		display: flex;
		flex-direction: column;
		width: calc(100vw - 30px);
	}
	.silver-table .delivery_date {
		margin: 15px 0 5px;
	}
	.silver-table #cart-item {
		display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	    width: 100%;
	    padding: 20px 0;
	}
	.silver-table .cart-item-image input {
		top: -2px;
		left: 0px;
	}
	.silver-table > tbody > tr > td {
		height: unset;
		padding: 0px 0px;
	}
	.silver-table .cart-item-image {
		width: 40%;
	}
	.silver-table .cart-item-image .image {
		margin-bottom: 3px;
		height: 80px;
	}
	.silver-table tbody tr td .contant-container {
		padding: 0px 0px;
	}
	.silver-table .cart-item-name {
		width: 60%;
	}
	.silver-table .cart-item-name div {
		padding: 0px;
	}
	.silver-table .cart-item-price-quantity {
		width: 64%;
	}
	.silver-table .cart-item-price-quantity.mobile-update {
		width: 40%;
	}
	.silver-table tbody tr td.cart-item-price-quantity .contant-container {
		display: flex;
    	flex-direction: column;
	}

	.silver-table .cart-item-price-quantity .cart-item-price span {
		display: inline-block;
	}
	.silver-table tbody tr.item-in-delay td.cart-item-price-quantity .contant-container {
		justify-content: center;
	}
	.silver-table tbody tr td.cart-item-price-quantity.mobile-update .contant-container {
		flex-direction: row;
    	align-items: center;
	}

	.silver-table .cart-item-price-quantity.mobile-update .cart-item-quantity {
		position: absolute;
	}
	.silver-table .cart-item-price-quantity .contant-container > div {
		flex-direction: column;
		align-items: flex-start;
	}
	.silver-table .cart-item-price-quantity .contant-container > div.cart-item-delivery-time {
		order: -1;
	}
	.avalibles-shop {
		margin-top: 0px!important;
	}
	.cart-item-price-quantity div.avalibles-shop .avalibles-shop__popup {
		left: 0;
	}
	.avalibles-shop .avalibles-shop__popup .tooltip b {
		margin: 10px 8px;
	}
	.avalibles-shop .avalibles-shop__popup .tooltip {
		width: calc(100vw - 30px);
	}
	div.tooltip.top div.tooltip-arrow {
		right: unset!important;
		margin-left: 15px!important;
	}
	.silver-table .cart-item-quantity .minus_item, 
	.silver-table .cart-item-quantity .plus_item {
		width: 50px;
		height: 44px;
		box-shadow: 0px 2px 4px rgba(33, 33, 33, 0.25);
		border-radius: 4px;
	    line-height: 44px;
	    text-align: center;
	}
	.silver-table .cart-item-quantity input[type=text] {
		height: 50px;
    	width: 60px;
	}
	.silver-table .cart-item-price-quantity .cart-item-discount {
		display: none;
	}
	.silver-table .cart-item-sum-actions {
		width: 36%;
	}
	.silver-table .cart-item-sum-actions.mobile-update {
		width: 60%;
	}
	.silver-table .cart-item-price {
    	position: relative;
		display: flex;
	    flex-direction: row-reverse;
	    align-items: baseline;
	}
	.silver-table .cart-item-sum-actions .old-price {
		position: absolute;
	    top: 3px;
	    left: -80%;
		padding-right: 5px;
	}
	.silver-table .cart-item-sum-actions.mobile-update .sum-actions-container {
		flex-direction: row;
    	align-items: center;
	}
	
	.silver-table .item-in-delay .cart-item-image .contant-container,
	.silver-table .not_active .cart-item-image .contant-container {
		border-radius: 8px 0 0 0;
	}
	.silver-table .item-in-delay .cart-item-name .contant-container,
	.silver-table .not_active .cart-item-name .contant-container {
		border-radius: 0 8px 0 0;
	}
	.silver-table .item-in-delay .cart-item-price-quantity .contant-container,
	.silver-table .not_active .cart-item-price-quantity .contant-container {
		border-radius: 0 0 0 8px;
		padding-left: 5px;
	}
	.silver-table .item-in-delay .cart-item-sum-actions .contant-container,
	.silver-table .not_active .cart-item-sum-actions .contant-container {
		border-radius: 0 0 8px 0;
	}
	div#relevance_text {
		width: 100%;
	}
	.purchase_queue {
		display: none;
	}
	.cart-summary .final-price-title {
		width: 35%;
	}
	.cart-summary .final-price-value {
		width: 65%;
	}
	.cart-ordering .cart-code div {
		display: flex;
		flex-direction: column;
		margin-top: 0px;
	}
	.cart-ordering .cart-code input {
		margin: 5px 0px;
		width: 100%;
	}
	.cart-code input:nth-of-type(2)[value="Удалить"] {
		background-position: 38% center;
	}
	.silver-table .sum-actions-container span b {
		font-size: 16px;
		font-weight: 700;
	}
	.recommended-products h3 {
		font-size: 18px;
	}
}
/* End */
/* /local/templates/showcase_new/components/linemedia.auto/store.sale.basket.basket/custom/style.css?175310936021547 */
