

/* Start:/local/templates/la_chatte/components/bitrix/sale.basket.basket/.default/style.css?175952749819734*/
.cart-items {
	margin-bottom:2em;
}
.cart-items .sort-clear {
    width: 100%;
    display: flex;
	align-items:center;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.cart-items .sort,
.cart-items .clear {
	flex:1 1 auto;
    display: flex;
	align-items:center;
    margin: 0px;
    padding: 0px;
}
.cart-items .clear {
	justify-content:right;
}
.cart-items .sort .sorttext,
.cart-items .sort a.sortbutton {
    display: inline-block;
}

.cart-items .sort a.sortbutton {
    color: #575b71;
    text-decoration: none;
    border-bottom: 1px dashed #575b71;
	margin-left:5px;
}

.cart-items .sort a.sortbutton.current {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:27px;
    padding: 0 10px;
    color: #000;
    text-decoration: none;
    border-bottom: none;
    border-radius: 2px;
    color: #fff;
    background: #b21001;
}
.cart-items .sort a.sortbutton .mob {
    display: none;
}

@media screen and (max-width: 787px) {
	.cart-items .sort a.sortbutton .def {
		display: none;
	}
	.cart-items .sort a.sortbutton .mob {
		display: inline-block;
	}	
}

.cart-items .clear a.clear_cart {
	flex: 0 0 auto;
    display: flex;
	height:27px;
	align-items:center;
	justify-content:center;
    color: #8184a1;
    text-decoration: none;
    border: 1px solid #dee0ee;
    background: none;
    margin: 0px;
    padding: 0 10px;
	border-radius: 4px;
	text-transform: uppercase;
	transition:all .35s ease;
}
.cart-items .clear a.clear_cart:hover {
    color: #fff;
    text-decoration: none;
    background: #575b71;
    cursor: pointer;
}
.cart-items .clear .clear_cont {
    height: 27px;
    display: flex;
	align-items:center;
    margin: 0px auto;
    padding: 0px;
	letter-spacing: 0px;
}



.cart-items .clear .clear_cont i,
.cart-items .clear .clear_cont span {
    flex: 1 1 auto;
    margin: 0px;
    padding: 0px;
}
.cart-items .clear .clear_cont i.fa-times {
	width:21px;
	height:21px;
	margin-right:7px;
	color: #8184a1;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' viewBox='0 0 1792 1792'%3E%3Cpath d='M1490 1322q0 40-28 68l-136 136q-28 28-68 28t-68-28l-294-294-294 294q-28 28-68 28t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294 294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68l-294 294 294 294q28 28 28 68z' fill='%238184a1' /%3E%3C/svg%3E") center/contain no-repeat;
}
.cart-items .clear a.clear_cart:hover .clear_cont i.fa-times {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1792' height='1792' viewBox='0 0 1792 1792'%3E%3Cpath d='M1490 1322q0 40-28 68l-136 136q-28 28-68 28t-68-28l-294-294-294 294q-28 28-68 28t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294 294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68l-294 294 294 294q28 28 28 68z' fill='%23ffffff' /%3E%3C/svg%3E") center/contain no-repeat;
}

@media (max-width:500px) {
	.cart-items .clear .clear_cont span {
		display:none;
	}
	.cart-items .clear .clear_cont i.fa-times {
		margin-right:0;
	}
}
/* alert */

.alertMsg {
    font-size: 13px;
    border-radius: 4px;
    width: 100%;
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 6px 12px;
    box-sizing: border-box;
}
.alertMsg.info {
    background-color: #fff7c9;
	display:flex;
}

.alertMsg.info i {
	flex:0 0 auto;
	width:21px;
	height:21px;
	
	background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512' height='16' class='icon icon-info'%3E%3Cpath d='M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z' fill='%23bea201'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}

.alertMsg.disN {
	display:none;
}

/* basket item table */

.cart-items .equipment {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.cart-items .equipment .thead {
    border-radius: 4px;
    background: #edeef8;
    width: 100%;
    height: 31px;
    display: flex;
	align-items:stretch;
    margin: 0px;
    padding: 0px;
}

@media screen and (max-width: 787px) {
	.cart-items .equipment .thead {
		display: none;
	}
}

.cart-items .equipment .thead .cart-item-image,
.cart-items .equipment .thead .cart-item-name,
.cart-items .equipment .thead .cart-item-price,
.cart-items .equipment .thead .cart-item-quantity,
.cart-items .equipment .thead .cart-item-summa,
.cart-items .equipment .thead .cart-item-actions
{
	flex:0 0 auto;
    color: #575b71;
    height: 31px;
    display: flex;
	align-items:center;
    margin: 0px;
    padding: 0px 5px;
}
.cart-items .equipment .thead .cart-item-image {
    width: 78px;
}
.cart-items .equipment .thead .cart-item-name {
	flex:1 1 auto;
    width: auto;
}

.cart-items .equipment .thead .cart-item-price {
    width: 85px;
}
.cart-items .equipment .thead .cart-item-price,
.cart-items .equipment .thead .cart-item-summa {
    text-align: right;
}
.cart-items .equipment .thead .cart-item-quantity {
    width: 130px;
	justify-content:center;
}
.cart-items .equipment .thead .cart-item-summa {
    width: 85px;
}
.cart-items .equipment .thead .cart-item-actions {
    width: 83px;
}

.cart-items .equipment .tbody {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.cart-items .equipment .tbody .tr {
    border: 1px solid #dee0ee;
    border-radius: 4px;
    width: 100%;
    margin: 2px 0px 0px 0px;
    padding: 0px;
    box-sizing: border-box;
}


.cart-items .equipment .tbody .tr_into {
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    display: flex;
	align-items:stretch;
    margin: 0px;
    padding: 4px 0px;
    box-sizing: border-box;
}

.cart-items .equipment .tbody .cart-item-image,
.cart-items .equipment .tbody .cart-item-name,
.cart-items .equipment .tbody .cart-item-price,
.cart-items .equipment .tbody .cart-item-quantity,
.cart-items .equipment .tbody .cart-item-summa,
.cart-items .equipment .tbody .cart-item-actions {
	flex:0 0 auto;
    display: flex;
	align-items:center;
    margin: 0px;
    padding: 0px 5px;
}
.cart-items .equipment .tbody .cart-item-image {
    text-align: center;
    width: 85px;
}
.cart-items .equipment .tbody .cart-item-image img {
    max-width:100%;
    height:auto;
}

.cart-items .equipment .tbody .cart-item-name {
	flex:1 1 auto;
    width: auto;
    display: block;
}
.cart-items .equipment .tbody .cart-item-price {
    width: 85px;
}
.cart-items .equipment .tbody .cart-item-price,
.cart-items .equipment .tbody .cart-item-summa {
    text-align: right;
}
.cart-items .equipment .tbody .cart-item-quantity {
    width: 130px;
}
.cart-items .equipment .tbody .cart-item-summa {
    width: 85px;
}
.cart-items .equipment .tbody .cart-item-actions {
    width: 81px;
	justify-content:center;
	flex-flow:row wrap;
}

.cart-items .equipment .tbody .cart-item-quantity .buy_more {
	float:none !important;
	display:flex;
	align-items:stretch;
	width:100%;
}
.cart-items .equipment .tbody .cart-item-quantity input[class="quantity"] {
	flex: 1 1 auto;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #8184a1;
    text-align: center;
    border-top: 2px solid #dee0ee;
    border-bottom: 2px solid #dee0ee;
    border-left: 1px solid #dee0ee;
    border-right: 2px solid #dee0ee;
    background: #fff;
    width: 60px;
    height:30px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.cart-items .equipment .tbody .cart-item-quantity .minus,
.cart-items .equipment .tbody .cart-item-quantity .plus {
    width: 30px;
    height: 30px;
	display:flex;
	align-items:center;
	justify-content:center;
	color: #575b71;
	background: #dee0ee;
	transition:all .35s ease;
	text-decoration:none !important;
	font-size:16px;
}
.cart-items .equipment .tbody .cart-item-quantity .minus {
	border-radius:4px 0 0 4px;
}
.cart-items .equipment .tbody .cart-item-quantity .plus {
	border-radius:0 4px 4px 0;
}
.cart-items .equipment .tbody .cart-item-quantity .minus:hover,
.cart-items .equipment .tbody .cart-item-quantity .plus:hover {
	background: #575b71;
	color:#fff;
}

.cart-items .equipment .tbody .cart-item-actions .delay,
.cart-items .equipment .tbody .cart-item-actions .in-order,
.cart-items .equipment .tbody .cart-item-actions .delete {
    float: left;
    margin: 0 2px;
    padding: 0px;
}

.cart-items .equipment .tbody .cart-item-actions .delay a,
.cart-items .equipment .tbody .cart-item-actions .in-order a,
.cart-items .equipment .tbody .cart-item-actions .delete a {
    text-align: center;
    text-decoration: none;
    border: 1px solid #dee0ee;
    border-radius: 4px;
    width: 27px;
    height: 27px;
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}

.cart-items .equipment .tbody .cart-item-actions .delay a:hover,
.cart-items .equipment .tbody .cart-item-actions .in-order a:hover,
.cart-items .equipment .tbody .cart-item-actions .delete a:hover {
    border: 1px solid #575b71;
    background: #575b71;
}
.fa-heart-o {
    width: 15px;
    height: 15px;
	background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='596 -596 1792 1792' style='enable-background:new 596 -596 1792 1792;'%3E%3Cpath d='M2072,356l-580,559L911,355C786.3,230.3,724,112,724,0c0-54,7.2-101.7,21.5-143s32.7-74.2,55-98.5S850-285.7,882-301 s63.3-25.7,94-31c30.7-5.3,63.3-8,98-8c34.7,0,72,8.5,112,25.5s76.8,38.3,110.5,64c33.7,25.7,62.5,49.7,86.5,72s44,42.8,60,61.5 c12,14.7,28.3,22,49,22c20.7,0,37-7.3,49-22c16-18.7,36-39.2,60-61.5s52.8-46.3,86.5-72s70.5-47,110.5-64s77.3-25.5,112-25.5 s67.3,2.7,98,8s62,15.7,94,31s59.2,35.2,81.5,59.5c22.3,24.3,40.7,57.2,55,98.5c14.3,41.3,21.5,89,21.5,143 C2260,112,2197.3,230.7,2072,356z M2261-344c-84.7-82.7-201.7-124-351-124c-41.3,0-83.5,7.2-126.5,21.5s-83,33.7-120,58 s-68.8,47.2-95.5,68.5c-26.7,21.3-52,44-76,68c-24-24-49.3-46.7-76-68c-26.7-21.3-58.5-44.2-95.5-68.5s-77-43.7-120-58 S1115.3-468,1074-468c-149.3,0-266.3,41.3-351,124S596-146.7,596,0c0,44.7,7.8,90.7,23.5,138S653,225.7,673,259s42.7,65.8,68,97.5 s43.8,53.5,55.5,65.5s20.8,20.7,27.5,26l624,602c12,12,26.7,18,44,18c17.3,0,32-6,44-18l623-600c152.7-152.7,229-302.7,229-450 C2388-146.7,2345.7-261.3,2261-344z' fill='%23b7bbd3'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}
.fa-trash-o {
    width: 15px;
    height: 15px;
	background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Etrash-o%3C/title%3E%3Cpath d='M7.857 8.214v6.429q0 0.156-0.1 0.257t-0.257 0.1h-0.714q-0.156 0-0.257-0.1t-0.1-0.257v-6.429q0-0.156 0.1-0.257t0.257-0.1h0.714q0.156 0 0.257 0.1t0.1 0.257zM10.714 8.214v6.429q0 0.156-0.1 0.257t-0.257 0.1h-0.714q-0.156 0-0.257-0.1t-0.1-0.257v-6.429q0-0.156 0.1-0.257t0.257-0.1h0.714q0.156 0 0.257 0.1t0.1 0.257zM13.571 8.214v6.429q0 0.156-0.1 0.257t-0.257 0.1h-0.714q-0.156 0-0.257-0.1t-0.1-0.257v-6.429q0-0.156 0.1-0.257t0.257-0.1h0.714q0.156 0 0.257 0.1t0.1 0.257zM15 16.295v-10.58h-10v10.58q0 0.246 0.078 0.452t0.162 0.301 0.117 0.095h9.286q0.033 0 0.117-0.095t0.162-0.301 0.078-0.452zM7.5 4.286h5l-0.536-1.306q-0.078-0.1-0.19-0.123h-3.538q-0.112 0.022-0.19 0.123zM17.857 4.643v0.714q0 0.156-0.1 0.257t-0.257 0.1h-1.071v10.58q0 0.926-0.525 1.602t-1.261 0.675h-9.286q-0.737 0-1.261-0.653t-0.525-1.579v-10.625h-1.071q-0.156 0-0.257-0.1t-0.1-0.257v-0.714q0-0.156 0.1-0.257t0.257-0.1h3.449l0.781-1.864q0.167-0.413 0.603-0.703t0.882-0.29h3.571q0.446 0 0.882 0.29t0.603 0.703l0.781 1.864h3.449q0.156 0 0.257 0.1t0.1 0.257z' fill='%23b7bbd3'%3E%3C/path%3E%3C/svg%3E%0A") center/contain no-repeat;
}

a:hover .fa-heart-o {
    width: 15px;
    height: 15px;
	background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='596 -596 1792 1792' style='enable-background:new 596 -596 1792 1792;'%3E%3Cpath d='M2072,356l-580,559L911,355C786.3,230.3,724,112,724,0c0-54,7.2-101.7,21.5-143s32.7-74.2,55-98.5S850-285.7,882-301 s63.3-25.7,94-31c30.7-5.3,63.3-8,98-8c34.7,0,72,8.5,112,25.5s76.8,38.3,110.5,64c33.7,25.7,62.5,49.7,86.5,72s44,42.8,60,61.5 c12,14.7,28.3,22,49,22c20.7,0,37-7.3,49-22c16-18.7,36-39.2,60-61.5s52.8-46.3,86.5-72s70.5-47,110.5-64s77.3-25.5,112-25.5 s67.3,2.7,98,8s62,15.7,94,31s59.2,35.2,81.5,59.5c22.3,24.3,40.7,57.2,55,98.5c14.3,41.3,21.5,89,21.5,143 C2260,112,2197.3,230.7,2072,356z M2261-344c-84.7-82.7-201.7-124-351-124c-41.3,0-83.5,7.2-126.5,21.5s-83,33.7-120,58 s-68.8,47.2-95.5,68.5c-26.7,21.3-52,44-76,68c-24-24-49.3-46.7-76-68c-26.7-21.3-58.5-44.2-95.5-68.5s-77-43.7-120-58 S1115.3-468,1074-468c-149.3,0-266.3,41.3-351,124S596-146.7,596,0c0,44.7,7.8,90.7,23.5,138S653,225.7,673,259s42.7,65.8,68,97.5 s43.8,53.5,55.5,65.5s20.8,20.7,27.5,26l624,602c12,12,26.7,18,44,18c17.3,0,32-6,44-18l623-600c152.7-152.7,229-302.7,229-450 C2388-146.7,2345.7-261.3,2261-344z' fill='%23ffffff'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}
a:hover .fa-trash-o {
    width: 15px;
    height: 15px;
	background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Etrash-o%3C/title%3E%3Cpath d='M7.857 8.214v6.429q0 0.156-0.1 0.257t-0.257 0.1h-0.714q-0.156 0-0.257-0.1t-0.1-0.257v-6.429q0-0.156 0.1-0.257t0.257-0.1h0.714q0.156 0 0.257 0.1t0.1 0.257zM10.714 8.214v6.429q0 0.156-0.1 0.257t-0.257 0.1h-0.714q-0.156 0-0.257-0.1t-0.1-0.257v-6.429q0-0.156 0.1-0.257t0.257-0.1h0.714q0.156 0 0.257 0.1t0.1 0.257zM13.571 8.214v6.429q0 0.156-0.1 0.257t-0.257 0.1h-0.714q-0.156 0-0.257-0.1t-0.1-0.257v-6.429q0-0.156 0.1-0.257t0.257-0.1h0.714q0.156 0 0.257 0.1t0.1 0.257zM15 16.295v-10.58h-10v10.58q0 0.246 0.078 0.452t0.162 0.301 0.117 0.095h9.286q0.033 0 0.117-0.095t0.162-0.301 0.078-0.452zM7.5 4.286h5l-0.536-1.306q-0.078-0.1-0.19-0.123h-3.538q-0.112 0.022-0.19 0.123zM17.857 4.643v0.714q0 0.156-0.1 0.257t-0.257 0.1h-1.071v10.58q0 0.926-0.525 1.602t-1.261 0.675h-9.286q-0.737 0-1.261-0.653t-0.525-1.579v-10.625h-1.071q-0.156 0-0.257-0.1t-0.1-0.257v-0.714q0-0.156 0.1-0.257t0.257-0.1h3.449l0.781-1.864q0.167-0.413 0.603-0.703t0.882-0.29h3.571q0.446 0 0.882 0.29t0.603 0.703l0.781 1.864h3.449q0.156 0 0.257 0.1t0.1 0.257z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E%0A") center/contain no-repeat;
}


.cart-items .equipment .tbody .myorders_itog {
    border: 1px solid #dee0ee;
    border-radius: 4px;
}
.cart-items .equipment .tbody .myorders_itog {
    width: 100%;
    height: 31px;
    display: flex;
    margin: 2px 0px 0px 0px;
    padding: 0px;
    box-sizing: border-box;
}

.cart-items .equipment .tbody .myorders_itog .cart-itogo,
.cart-items .equipment .tbody .myorders_itog .cart-allsum {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px 5px;
}
.cart-items .equipment .tbody .myorders_itog .cart-itogo {
	flex:1 1 auto;
    color: #575b71;
	justify-content:right;
}

.cart-items .equipment .tbody .myorders_itog .cart-allsum {
	flex:0 0 auto;
    width: 165px;
}

.cart-items .equipment .tbody .myorders_itog .cart-allsum .allsum {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.cart-items .equipment .tbody .myorders_itog .cart-allsum .allsum,
.cart-items .equipment .tbody .myorders_itog .cart-allsum .reference-allsum {
    display: block;
    margin: 0px;
    padding: 0px;
}

.cart-items .w100p {
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px;
	display:flex;
	flex-flow:row wrap;
	align-items:center;
}
.cart-items .w100p .cart-coupon {
    flex: 1 1 auto;
	display:flex;
	align-items:stretch;
}
.cart-items .w100p .cart-coupon .bx_ordercart_coupon {
    width: 220px;
    flex: 0 0 auto;
	display:flex;
	align-items:stretch;
}
.cart-items .w100p .bx_ordercart_coupon input {
    font: normal 400 13px "Open Sans", sans-serif;
    color: #8184a1;
    border: 1px solid #dee0ee;
    border-radius: 4px;
    background: none;
	flex:1 1 auto;
    width: 184px;
    height: 30px;
    margin: 0px;
    padding: 0px 9px;
    box-sizing: border-box;
}
.cart-items .w100p .bx_ordercart_coupon button {
	flex:0 0 auto;
    width: 31px;
    height: 31px;
	display:flex;
	align-items:center;
	justify-content:center;
    border-radius: 4px;
    background: #b7bbd3;
    transition: all 0.15s ease 0s;
    cursor: pointer;
    margin: 0px 0px 0px 5px;
    padding: 0px;
	border:none;
}
.cart-items .w100p .bx_ordercart_coupon button:hover {
    background: #575b71;
}
.fa-chevron-right {
    width: 15px;
    height: 15px;
	background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' height='16' class='icon icon-chevron-right'%3E%3Cpath d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z' fill='%23ffffff'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}
.cart-items .w100p .cart-buttons {
	display:flex;
}
.cart-items .w100p .cart-buttons button {
    font: normal 700 14px "Open Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    transition: all 0.15s ease 0s;
    color: #fff;
    background: #b21001;
    height: 31px;
    margin: 0px 0px 0px 5px;
    padding: 0px 20px;
}
.cart-items .w100p .cart-buttons button.popdef {
    background: #9cc218;
}
.cart-items .w100p .cart-buttons button:hover {
    color: #fff;
    text-decoration: none;
    background: #575b71;
    cursor: pointer;
}



@media screen and (max-width: 787px) {
	.cart-items .equipment .tbody .tr {
		margin: 0px;
	}
	.cart-items .equipment .tbody .tr_into {
		border: none;
		border-radius: 0px;
	}
	.cart-items .equipment .tbody .cart-item-image {
		width: 50px;
		padding: 0px 5px;
	}
	.cart-items .equipment .tbody .cart-item-image img {
		border: 1px solid #dee0ee;
		border-radius: 4px;
	}
	.cart-items .equipment .tbody .cart-item-quantity {
		width: 60px;
		padding: 0px;
	}
	.cart-items .equipment .tbody .cart-item-quantity a.plus, 
	.cart-items .equipment .tbody .cart-item-quantity a.minus {
		display:none;
	}
	.cart-items .equipment .tbody .cart-item-actions {
		width: auto;
		padding: 0px 5px;
	}
	.cart-items .equipment .tbody .myorders_itog {
		margin: 0px;
		padding: 4px 0px;
	}
	.cart-items .equipment .tbody .myorders_itog,
	.cart-items .equipment .tbody .myorders_itog.reference {
		height: auto;
	}
	.cart-items .equipment .tbody .myorders_itog {
		margin-top:5px;
	}
	.cart-items .equipment .tbody .myorders_itog .cart-allsum {
		margin-top:5px;
		padding: 0px 5px;
		width:auto;
	}
}


@media screen and (max-width: 620px) {
	.cart-items .w100p .cart-coupon {
		width:100%;
		margin-bottom:5px;
	}
	.cart-items .w100p .cart-coupon .bx_ordercart_coupon{
		width:100%;
	}
	.cart-items .w100p .cart-buttons {
		width:100%;
	}
	.cart-items .w100p .cart-buttons button {
		width:50%;
		flex: 1 1 auto;
	}
	.cart-items .equipment .tbody .cart-item-actions .delay {
		display:none;
	}
	
}
@media screen and (max-width: 500px) {
	.cart-items .equipment .tbody .cart-item-image {
		display: none;
	}
	.cart-items .equipment .tbody .cart-item-quantity {
		padding:0 5px;
	}
	.cart-items .equipment .tbody .cart-item-quantity input[class="quantity"] {
		width:100%;
	}
	.cart-items .equipment .tbody .cart-item-summa {
		display: none;
	}
	.cart-items .w100p .cart-buttons button {
		font: normal 400 13px "Open Sans", sans-serif;
		white-space:nowrap;
		padding:0 5px;
	}
	
}
/* End */
/* /local/templates/la_chatte/components/bitrix/sale.basket.basket/.default/style.css?175952749819734 */
