.basket {
  position: relative;
  padding-bottom: 5.4375rem;
}
.basket .d-flex {
  margin-left: -0.8125rem;
  margin-right: -0.8125rem;
}
.basket .bx {
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  flex: 0 0 100%;
  max-width: 100%;
}
.basket .bx:last-child {
  
}
.basket-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.basket-top h1
{
	margin: 0px;
}
.basket-top .group {
  display: none;
}
.basket-top .group a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #2D2D2D;
  font-weight: normal;
  font-size: 0.9375rem;
  padding-right: 2rem;
}
.basket-top .group a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1px;
  height: 17px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #2D2D2D;
}
.basket-top .group a:last-child {
  padding-right: 0;
}
.basket-top .group a:last-child::after {
  content: none;
}
.basket-block {
  padding-top: 1.25rem;
}
.basket-block_item:not(:last-child) {
  margin-bottom: 1rem;
}
.basket-cart {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.625rem;
}
.basket-cart .checkedBlock {
  position: absolute;
  top: 0.875rem;
  right: 1.25rem;
}
.basket-cart .checkedBlock input[type=checkbox]:checked ~ label span::after {
  opacity: 1;
}
.basket-cart .checkedBlock label {
  padding-left: 0;
  width: 1.125rem;
  height: 1.125rem;
}
.basket-cart .checkedBlock label span::after {
  content: url(../img/icon/check-icon.svg);
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  opacity: 0;
}
.basket-cart .box {
  padding-bottom: 0.625rem;
}
.basket-cart .price {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #2D2D2D;
  font-weight: normal;
  font-size: 1.325rem;
  align-items: baseline;
  margin-bottom: 7px;
}
.basket-cart .price-old {
  color: #AFAFAF;
  font-weight: 400;
  font-size: 1.0625rem;
}
.basket-cart .price-sale {
  font-weight: 400;
  color: #67C0C9;
  font-size: 1.0625rem;
}
.basket-cart .name {
  color: #2D2D2D;
  font-weight: normal;
  font-size: 1rem;
  max-width: 290px;
  margin-bottom: 0.625rem;
}
.basket-cart .name a
{
	color: #000;
	text-decoration: none;
}
.basket-cart .articul, .basket-cart .material, .basket-cart .size, .basket-cart .kc-description
{
  color: #696969;
  font-weight: 300;
  font-size: 0.8rem;
}
.basket-cart .articul
{
	padding-bottom: 0.5rem;
}
.basket-cart .image {
  width: 159px;
  height: 159px;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
.basket-cart .label {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #67BFC9;
  width: 100%;
  max-width: 172px;
  padding: 4px 6px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-size: 0.75rem;
}
.basket-cart_bottom {
  padding-top: 0.625rem;
  padding-bottom: 1.0625rem;
  border-top: 1px dashed #DEDEDE;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.basket-cart_bottom .gr {
  display: flex;
  -moz-column-gap: 0.6875rem;
       column-gap: 0.6875rem;
}
.basket-cart_bottom .basket-icon {
  text-decoration: none;
  display: inline-block;
  color: #67bfc9;
}
.basket-cart_bottom .basket-icon svg {
  fill: #2D2D2D;
}
.basket-wrap {
  padding-top: 2.5rem;
}
.basket-wrap h2 abbr {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.basket-wrap h2 abbr svg {
  fill: #B3B3B3;
}
.basket-wrap_block {
  padding-top: 1rem;
}
.basket-wrap_block .d-flex {
  margin-left: -7px;
  margin-right: -7px;
  row-gap: 14px;
}
.basket-wrap_block .item {
  padding-left: 7px;
  padding-right: 7px;
  flex: 0 0 50%;
  max-width: 50%;
}
.basket-wrap_box {
  position: relative;
  background-color: #fff;
  padding-top: 2.0635rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 1.0625rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
  margin-top: 1.125rem;
}
.basket-wrap_box .label {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #67BFC9;
  width: 100%;
  max-width: 172px;
  padding: 4px 6px;
  color: #fff;
  font-weight: 300;
  font-size: 0.875rem;
}
.basket-wrap_box .d-flex {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 10px;
  margin-bottom: 10px;
  row-gap: 0.875rem;
}
.basket-wrap_box .item {
  padding-left: 8px;
  padding-right: 8px;
  flex: 0 0 50%;
  max-width: 50%;
}
.basket-wrap_box .cart-present.active {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
}
.basket-wrap_box .cart-present.active .checked {
  opacity: 1;
}
.basket-wrap_box .cart-present:hover, .basket-wrap_box .cart-present:has(input:checked) {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
}
.basket-wrap_box .cart-present:hover .checked, .basket-wrap_box .cart-present:has(input:checked) .checked {
  opacity: 1;
}
.basket-wrap_box .cart-present .checked {
  opacity: 0;
}
.basket-container {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
  margin-top: 1.5rem;
  padding: 2.1875rem 0.9375rem;
}
.basket-container .checked {
  position: absolute;
  top: 0.9375rem;
  right: 1.25rem;
}
.basket-container .checked input[type=checkbox]:checked ~ label span::after {
  opacity: 1;
}
.basket-container .checked label {
  padding-left: 0;
  width: 1.125rem;
  height: 1.125rem;
}
.basket-container .checked label span::after {
  content: url(../img/icon/check-icon.svg);
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  opacity: 0;
}
.basket-container_top {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.625rem;
  flex-direction: column;
  row-gap: 0.75rem;
}
.basket-container_top .price {
  color: #2D2D2D;
  font-weight: normal;
  font-size: 1.325rem;
  margin-bottom: 6px;
}
.basket-container_top .name {
  color: #2D2D2D;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 7px;
  max-width: 247px;
}
.basket-container_top .articul, .basket-container_top .material, .basket-container_top .size {
  font-weight: 300;
  font-size: 0.625rem;
  color: #696969;
}
.basket-container_top .image {
  width: 131px;
  height: 131px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
}
.basket-container_top .image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.basket-container_mid {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #DEDEDE;
  border-bottom: 1px dashed #DEDEDE;
}
.basket-container_mid .page-btn {
  max-width: 100%;
  min-width: 188px;
  height: 32px;
  font-size: 0.875rem;
  text-transform: lowercase;
  padding-left: 8px;
  padding-right: 8px;
}
.basket-container_mid .gr {
  display: flex;
  -moz-column-gap: 0.6875rem;
       column-gap: 0.6875rem;
}
.basket-container_mid .basket-icon {
  display: inline-block;
  text-decoration: none;
}
.basket-container_mid .basket-icon svg {
  fill: #2D2D2D;
}
.basket-container_bottom {
  padding-top: 0.875rem;
}
.basket-container_bottom .desc {
  color: #2D2D2D;
  font-weight: 300;
  font-size: 0.875rem;
  margin-bottom: 7px;
}
.basket-container_bottom .d-flex {
  row-gap: 0.9375rem;
}
.basket-container_bottom .item {
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  flex: 0 0 100%;
  max-width: 100%;
}
.basket-container_bottom .cart-trend .name {
  font-size: 0.6875rem;
  padding-left: 0;
  padding-right: 0;
}
.basket-right {
  padding-top: 1.75rem;
}
.basket-right .item {
  margin-bottom: 1.325rem;
}
.basket-right .item-group a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #2D2D2D;
  font-weight: normal;
  font-size: 0.9375rem;
  padding-right: 2rem;
}
.basket-right .item-group a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1px;
  height: 17px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #2D2D2D;
}
.basket-right .item-group a:last-child {
  padding-right: 0;
}
.basket-right .item-group a:last-child::after {
  content: none;
}
.basket-right_box {
  position: relative;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  padding: 1.0625rem 1rem 1.5rem;
}
.basket-right_box .total {
  color: #2D2D2D;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: normal;
  font-size: 1.5625rem;
  margin-bottom: 1.25rem;
}
.basket-right_box .goods, .basket-right_box .discount {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #696969;
  font-weight: normal;
  font-size: 0.8125rem;
}
.basket-right_box .goods i, .basket-right_box .discount i {
  font-style: normal;
}
.basket-right_box .goods {
  margin-bottom: 5px;
}
.basket-right_box .group {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 0.875rem;
}
.basket-right_box .group-add, .basket-right_box .group-touch {
  position: relative;
  padding-left: 1.5625rem;
  color: #2D2D2D;
  font-weight: 500;
  font-size: 0.8125rem;
}
.basket-right_box .group-add::before, .basket-right_box .group-touch::before {
  content: url(../img/icon/butterfly-icon.svg);
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
}
.basket-right .btn {
  padding-top: 1.0625rem;
}
.basket-right .btn .page-btn {
  max-width: 100%;
  height: 44px;
  font-size: 0.9375rem;
}
[data-hide="#PRICE_PRICE#"], [data-hide="#PRICE_DISCOUNT_PER#"], [data-hide=""]
{
	display: none;
}
.basket-cart .box-gr
{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 9px solid #00bbb4;
	animation: spinner-bulqg1 0.8s infinite linear alternate, spinner-oaa3wk 1.6s infinite linear;
}

@keyframes spinner-bulqg1 {
	0% {
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
	}

	12.5% {
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
	}

	25% {
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
	}

	50% {
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
	}

	62.5% {
		clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
	}

	75% {
		clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
	}

	100% {
		clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
	}
}

@keyframes spinner-oaa3wk {
	0% {
		transform: scaleY(1) rotate(0deg);
	}

	49.99% {
		transform: scaleY(1) rotate(135deg);
	}

	50% {
		transform: scaleY(-1) rotate(0deg);
	}

	100% {
		transform: scaleY(-1) rotate(-135deg);
	}
}
.couponBlock
{
	padding-top: 1rem;
}
.couponBlock input
{	
    height: 42px;
    background-color: #fff;
    border: 1px solid #D8D8D8;
    color: rgba(45, 45, 45, 0.5019607843);
    font-weight: 300;
    font-size: 0.875rem;
    padding: 10px 1.875rem 10px 1rem;	
	width: 100%;
	box-sizing: border-box;
}
.couponBlock input:focus
{
    border: 1px solid #67bfc9;	
	outline: none;
}
.kc-form-group
{
	position: relative;
}
.basket-coupon-block-coupon-btn
{
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;	
	position: absolute;
	top: 5px;
	right: 1rem;
	cursor: pointer;
	
}

.kc-coupon_list, .kc-coupon_name, .kc-coupon{
	display: block;
	position: relative;
}
.kc-coupon_list{
	z-index: 2;
}
.kc-coupon_item{
	display: block;
	position: relative;
	color: #00BACA;
	text-align: left;
	padding: 5px 30px 5px 10px;
	font-size: 12px;
	margin-bottom: 10px;
	background-color: transparent;
	font-weight: 300;
	border: 1px dashed #67bfc9;
}
.kc-coupon_item .kc-coupon_dont_apply{
	display: none;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	background-image: url(/personal/cart/assets/warning.svg);
}
.kc-coupon_item .kc-coupon_dont_apply span{
	display: block;
	position: absolute;
	top: 25px;
	left: -1px;
	width: 200px;
	padding: 5px;
	border: 1px solid #00BACA;
	color: #00BACA;
	font-size: 12px;
	font-weight: 300;
	background-color: #fff;
	border-radius: 5px;
	line-height: 12px;
	pointer-events: none;
	opacity: 0;
	transition: 0.3s;
}
.kc-coupon_item .kc-coupon_dont_apply:hover span{
	pointer-events: auto;
	opacity: 1;
}
.kc-coupon_item .kc-coupon_dont_apply span:before{
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: -6px;
	left: 5px;
	border-top: 1px solid #00BACA;
	border-right: 1px solid #00BACA;
	transform: rotate(-45deg);
	background-color: #fff;
}
.kc-coupon_item[data-apply="N"]{
	color: #bababa;
	border: 1px dashed #bababa;
	padding: 5px 30px 5px 30px;
}
.kc-coupon_item[data-apply="N"] .kc-coupon_dont_apply{
	display: block;
}
.kc-coupon{
	font-size: 14px;
	font-weight: 500;
}
.kc-cancel{
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	background-image: url(/local/templates/luara_512/images/svg/close.svg);
}

@media (min-width: 393px) {
  .basket-container_botom .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 480px) {
  .basket-cart .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .basket-cart .box-gr {
    flex: 0 0 calc(85% - 159px);
    max-width: calc(85% - 159px);
    padding-left: 1.125rem;
  }
  .basket-cart .image {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .basket-container_top {
    flex-direction: row;
    padding-bottom: 1.625rem;
  }
  .basket-container_top .price.hide {
    display: none;
  }
  .basket-container_top .image {
    width: 148px;
    height: 148px;
    margin-left: 0;
    margin-right: 0;
  }
  .basket-container_top .box {
    padding-left: 1.875rem;
    flex: 0 0 calc(80% - 148px);
    max-width: calc(80% - 148px);
  }
}
@media (min-width: 576px) {
  .basket-right .btn .page-btn {
    max-width: 356px;
  }
  .basket-wrap_block .item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .basket-wrap_box .item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .basket-container_bottom .item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 680px) {
  .basket-top .group {
    display: inline-block;
  }
  .basket-right .item {
    display: none;
  }
  .basket-right_box .group {
    margin-top: 0.9375rem;
    padding-top: 1.5rem;
    border-top: 1px dashed #DEDEDE;
  }
  .basket-wrap_block .d-flex {
    margin-left: -12px;
    margin-right: -12px;
  }
  .basket-wrap_block .item {
    padding-left: 12px;
    padding-right: 12px;
  }
  .basket-container_bottom .item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .basket-block {
    padding-top: 1.75rem;
  }
  .basket-wrap_box .item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .basket .bx {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .basket .bx:nth-child(odd) {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .basket .bx:nth-child(even) {
    display: block;
  }
  .basket-right {
    padding-top: 4.93rem;
  }
  .basket-right.hide {
    display: none;
  }
  .basket-right .btn .page-btn {
    max-width: 100%;
  }
}
@media (min-width: 1100px) {
  .basket .bx {
    flex: 0 0 31%;
    max-width: 31%;
  }
  .basket .bx:nth-child(odd) {
    flex: 0 0 69%;
    max-width: 69%;
  }
  .basket-cart {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .basket-wrap_box {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
  .basket-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1600px)
{
	.basket-cart .image
	{
		width: 200px;
		height: 200px;
		margin-right: 2rem;
	}
}

/*# sourceMappingURL=basket.css.map */