.atn_v1__title_70 {
	font-size: 4.375rem;
	font-weight: 500;
	line-height: 5.13rem;
}
.atn_v1__main_56 {
	font-size: 3.5rem;
	font-weight: 100;
	line-height: 3.5rem;
}
.atn_v1__title_56 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 3.5rem;
}
.atn_v1__title_36 {
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 2.64rem;
}
.atn_v1__title_36_mob {
	font-size: 26px;
	font-weight: 500;
	line-height: normal;
}
.atn_v1__title_30 {
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 2.2rem;
}
.atn_v1__title_22 {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.6rem;
}
.atn_v1__txt_17 {
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.25rem;
}
.atn_v1__title_16 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.17rem;
}
.atn_v1__menu_16 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.17rem;
}
.atn_v1__button_16 {
	font-size: 1rem;
	font-weight: 500;
	line-height: initial;
}
.atn_v1__title_14 {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1rem;
}
.atn_v1__txt_14 {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
}
.atn_v1__txt_12 {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 0.875rem;
}
.atn_v1__txt_14_list {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.375rem;
}
.atn_v1__title_18 {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.32rem;
}
.atn_v1__title_30s {
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 2.1875rem;
}
.atn_v1__title_30s_light {
	font-size: 1.875rem;
	font-weight: 400;
	line-height: normal;
}
.atn_v1__txt_14_list_s {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
}
.atn_v1__title_28 {
	font-size: 1.75rem;
	font-weight: 100;
	line-height: 2rem;
}
.progressbar {
	max-width: 583px;
	width: 100%;
	margin: 35px auto 0;
}
.progressbar-wrapper {
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 20px 0 5px;
}
.progressbar-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.progressbar-circle {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #c9c9c9;
	display: flex;
	align-items: center;
	justify-content: center;
}
.progressbar-circle.active-progress {
	border: 1px solid #2c2c2c;
}
.progressbar-circle__complete {
	background-color: #85ca8d;
	border: none;
	position: relative;
}
.progressbar-circle__complete span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	animation: pulseAnimation 1.5s ease-out infinite;
	opacity: 0.8;
	animation-delay: calc(1s * var(--i));
}
.progressbar-icon {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	z-index: 30;
}
.progressbar-icon.active-progress-icon {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease 0s;
	z-index: 30;
}
.progressbar-line {
	max-width: 142px;
	width: 100%;
	height: 1px;
	background: #cfcfcf;
	position: relative;
	transition: all 0.3s ease;
}
.progressbar-line.active-progress-line::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2c2c2c;
	animation: fill-line 0.5s ease-out forwards;
	transform-origin: left;
}
.progressbar-line.active-progress-line__confirm::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: fill-line 0.5s ease-out forwards;
	transform-origin: left;
	background: #85ca8d;
}
.progressbar-title {
	font-weight: 500;
	color: #5e5e5e;
	font-size: 16px;
	text-transform: uppercase;
}
.progressbar-title:nth-child(2) {
	margin-left: 10px;
}
.progressbar-title.active-progress-title {
	color: #2c2c2c;
}
.progressbar-info {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 5px 0 0 0;
}
@keyframes fill-line {
	0% {
		transform: scaleX(0);
	}
	100% {
		transform: scaleX(1);
	}
}
@keyframes pulseAnimation {
	100% {
		opacity: 0;
		transform: scale(2);
	}
}
.shopping-cart__wrapper {
	padding: 65px 0 0 0;
}
.shopping-cart__title {
	font-weight: 100;
	text-align: center;
}
.shopping-cart__main {
	max-width: 1445px;
	width: 100%;
	box-sizing: border-box;
	margin: 15px auto 0;
	padding: 20px 15px 0 15px;
}
.shopping-cart__main-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 15px 40px;
	gap: 20px;
}
.shopping-cart__goods {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.shopping-cart__goods-block {
	background-color: #f2f2f2;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	max-width: 740px;
	width: 100%;
}
.shopping-cart__goods-block-select {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	justify-content: space-between;
	margin: 10px 0 0 0;
	gap: 10px;
}
.shopping-cart__goods-block-select-link {
	box-sizing: border-box;
	padding: 10px 0 10px 10px;
	max-width: 137px;
	width: 100%;
}
.shopping-cart__goods-block-select-link a {
	color: #818181;
	font-size: 12px;
	font-weight: 400;
	transition: all 0.3s ease 0s;
}
.shopping-cart__goods-block-select-link a:hover {
	color: #000;
}
.shopping-cart__goods-block-select-item {
	border-radius: 3px;
	background-color: #fff;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.shopping-cart__goods-block-select-item:hover {
	transform: scale(1.04);
	transition: all 0.3s ease 0s;
}
.shopping-cart__goods-block-select-title {
	font-size: 13px;
	font-weight: 500;
	color: #2c2c2c;
}
.shopping-cart__goods-block-select-descr {
	font-size: 12px;
	color: #2c2c2c;
	font-weight: 400;
}
.shopping-cart__goods-block-select-price {
	font-size: 14px;
	font-weight: 400;
	color: #818181;
}
.shopping-cart__goods-block-select-guarantee {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 3px;
}
.shopping-cart__goods-block-select-without {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 0 12px;
}
.shopping-cart__goods-block-select-wrapper {
	width: 100%;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	-moz-column-gap: 10px;
	column-gap: 10px;
}
.shopping-cart__goods-item-main {
	background-color: #e5e5e5;
}
.shopping-cart__goods-item-without-guarantee {
	width: 100%;
	box-sizing: border-box;
	padding: 13px 0;
}
.shopping-cart__goods-item-without-wrapper {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: center;
	gap: 25px;
}
.shopping-cart__goods-item-without-wrapper div {
	display: flex;
	align-items: center;
	gap: 7px;
}
.shopping-cart__goods-item-without-wrapper p {
	font-size: 14px;
	font-weight: 500;
	color: #e72c17;
}
.shopping-cart__goods-item-without-wrapper a {
	color: #2c2c2c;
	font-weight: 400;
	transition: all 0.3s ease 0s;
}
.shopping-cart__goods-item-without-wrapper a:hover {
	color: #000;
	transition: all 0.3s ease 0s;
}
.shopping-cart__goods-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	gap: 10px;
}
.shopping-cart__goods-info {
	display: flex;
	align-items: center;
	gap: 12px;
}
.shopping-cart__goods-image {
	width: 100px;
	max-height: 80px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shopping-cart__goods-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.shopping-cart__goods-icon {
	max-width: 57px;
	max-height: 66px;
}
.shopping-cart__goods-name {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.shopping-cart__goods-title {
	font-size: 14px;
	font-weight: 500;
	color: #2c2c2c;
	max-width: 180px;
}
.shopping-cart__goods-subtitle {
	font-size: 12px;
	color: #818181;
	max-width: 264px;
	font-weight: 400;
}
.shopping-cart__goods-actions {
	display: flex;
	align-items: center;
	gap: 65px;
}
.shopping-cart__goods-actions-guarantee {
	display: flex;
	align-items: center;
	gap: 65px;
}
.shopping-cart__goods-buttons {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 1px;
	background-color: #fff;
	gap: 24px;
	border-radius: 3px;
}
.shopping-cart__goods-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 2px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background-color: inherit;
}
.shopping-cart__goods-button:active {
	transform: scale(0.85);
	transition: all 0.3s ease 0s;
}
.shopping-cart__goods-button:active img {
	transform: scale(0.85);
}
.shopping-cart__goods-button.disabled {
	border: none;
	background-color: #e5e5e5;
	pointer-events: none;
	cursor: default;
}
.shopping-cart__goods-count {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
}
.shopping-cart__goods-price {
	display: flex;
	align-items: center;
	gap: 24px;
}
.shopping-cart__goods-price-info p {
	font-size: 14px;
	font-weight: 400;
	color: #242424;
	padding: 3px 0 0 0;
}
.shopping-cart__goods-trash button {
	border: none;
	background-color: inherit;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}
.shopping-cart__goods-trash button:hover {
	transform: scale(1.1);
}
.shopping-cart__goods-trash button:active {
	transform: scale(0.85);
	transition: all 0.3s ease 0s;
}
.shopping-cart__goods-quantity {
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
.shopping-cart__goods-price-free {
	border-radius: 10px;
	border: 1px solid #38a2e7;
	padding: 8px 12px;
}
.shopping-cart__goods-price-free p {
	font-size: 14px;
	font-weight: 400;
	color: #38a2e7;
}
.shopping-cart__total {
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 465px;
	width: 100%;
}
.shopping-cart__total-proceed {
	background-color: #f2f2f2;
	border-radius: 6px;
	padding: 23px 16px;
	box-sizing: border-box;
	width: 100%;
}
.shopping-cart__total-title {
	color: #2c2c2c;
	font-weight: 400;
	font-size: 14px;
}
.shopping-cart__total-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0 0 0;
}
.shopping-cart__total-info p:first-child {
	padding: 7px 0 0 0;
}
.shopping-cart__total-price {
	font-size: 22px;
	font-weight: 500;
	padding: 8px 0 0 0;
}
.shopping-cart__total-button {
	max-width: 433px;
	width: 100%;
	margin: 20px auto 0;
	padding: 18.5px 0;
	font-weight: 500;
	font-size: 16px;
	border-radius: 8px;
	position: relative;
	transition: all 0.3s ease 0s;
}
.shopping-cart__total-button img {
	position: absolute;
	top: 20px;
	right: 20%;
	transition: all 0.3s ease 0s;
}
.shopping-cart__total-button:hover img {
	right: 15%;
	transition: all 0.3s ease 0s;
}
.shopping-cart__continue {
	box-sizing: border-box;
	width: 100%;
	padding: 12px 16px 0;
}
.shopping-cart__continue-button {
	text-decoration: none;
	width: 100%;
	color: #3d7b42;
	background-color: inherit;
	border: 2px solid #3d7b42;
	display: inline-block;
	text-align: center;
	border-radius: 8px;
	font-weight: 500;
	font-size: 16px;
	padding: 18.5px 0;
	transition: all 0.3s ease 0s;
	box-sizing: border-box;
}
.shopping-cart__continue-button:hover {
	transform: scale(1.03);
	transition: all 0.3s ease 0s;
}
.shopping-cart__accessories {
	max-width: 1446px;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 25px auto 0;
	overflow: hidden;
}
.shopping-cart__accessories-info {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 24px 0;
}
.shopping-cart__accessories-info-title {
	font-size: 22px;
	font-weight: 500;
	color: #000;
}
.shopping-cart__accessories-navigation {
	display: flex;
	align-items: center;
	gap: 12px;
}
.shopping-cart__accessories-navigation-item {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: inherit;
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.shopping-cart__accessories-navigation-item:hover {
	background-color: #f2f2f2;
	transition: all 0.3s ease 0s;
}
.shopping-cart__accessories-navigation-item-next {
	transform: rotate(180deg);
}
.shopping-cart__accessories-slider {
	width: 100%;
	overflow: hidden;
}
.shopping-cart__accessories-slide {
	max-width: 341px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 16px;
	box-sizing: border-box;
	border-radius: 6px;
	background-color: #f2f2f2;
	cursor: grab;
}
.shopping-cart__accessories-slide-image {
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
}
.shopping-cart__accessories-slide-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.shopping-cart__accessories-slide-title {
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding: 40px 0 0 0;
}
.shopping-cart__accessories-slide-info {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0 0 0;
}
.shopping-cart__accessories-slide-price {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
}
.shopping-cart__accessories-slide-btn {
	border: none;
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3d7b42;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.shopping-cart__accessories-slide-btn:hover {
	transition: all 0.3s ease 0s;
	transform: scale(1.1);
}
.shopping-cart__accessories-slide-btn:active {
	transition: all 0.3s ease 0s;
	transform: scale(0.85);
}
.shopping-cart__terms {
	max-width: 1446px;
	box-sizing: border-box;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 35px auto;
	gap: 50px;
}
.shopping-cart__terms p {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 1.4;
	max-width: 637px;
	width: 100%;
}
.shopping-cart__terms p:last-child {
	color: #818181;
}
@media (max-width: 1419px) {
	.shopping-cart__main-wrapper {
		padding: 15px;
	}
	.shopping-cart__goods-block-select-link {
		padding: 10px 0;
	}
	.shopping-cart__goods-block-select-without {
		padding: 0 8px;
	}
	.shopping-cart__goods-wrapper {
		padding: 30px 15px;
	}
	.shopping-cart__goods-actions {
		gap: 22px;
	}
	.shopping-cart__total {
		max-width: 365px;
	}
	.shopping-cart__total-button img {
		right: 15%;
	}
	.shopping-cart__total-button:hover img {
		right: 10%;
	}
}
@media (max-width: 1024px) {
	.shopping-cart__main-wrapper {
		flex-direction: column;
		gap: 25px;
	}
	.shopping-cart__goods-block {
		max-width: 100%;
	}
	.shopping-cart__goods-wrapper {
		padding: 30px;
	}
	.shopping-cart__goods-actions {
		gap: 65px;
	}
	.shopping-cart__total {
		max-width: 565px;
		margin: 0 auto;
	}
	.shopping-cart__total-button img {
		right: 23%;
	}
	.shopping-cart__total-button:hover img {
		right: 18%;
	}
	.shopping-cart__total-button {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.progressbar {
		max-width: 500px;
	}
	.shopping-cart__main-wrapper {
		padding: 15px 0;
	}
	.shopping-cart__goods-block-select {
		flex-direction: column;
	}
	.shopping-cart__goods-block-select-link {
		max-width: 100%;
		text-align: center;
	}
	.shopping-cart__goods-block-select-title {
		max-width: 80px;
		width: 100%;
		text-align: center;
	}
	.shopping-cart__goods-block-select-without {
		padding: 12px;
	}
	.shopping-cart__goods-wrapper {
		padding: 30px 10px;
	}
	.shopping-cart__goods-actions {
		gap: 15px;
	}
	.shopping-cart__accessories {
		padding: 0 10px;
	}
	.shopping-cart__accessories-info {
		padding: 0 0 16px 0;
	}
	.shopping-cart__accessories-info-title {
		font-size: 16px;
	}
	.shopping-cart__accessories-slider {
		overflow: visible;
	}
	.shopping-cart__accessories-slide {
		max-width: 311px;
	}
	.shopping-cart__terms {
		flex-direction: column;
		gap: 10px;
	}
	.shopping-cart__terms {
		margin: 25px 0;
	}
	.shopping-cart__terms p {
		max-width: 100%;
		text-align: center;
		font-size: 13px;
	}
}
@media (max-width: 600px) {
	.atn_v1__title_36_mob {
		font-size: 14px;
	}
	.atn_v1__title_30s_light {
		color: #2c2c2c;
		text-align: center;
		font-variant-numeric: lining-nums proportional-nums;
		font-size: 1.375rem;
		font-weight: 300;
		line-height: normal;
	}
}
@media (max-width: 599px) {
	.atn_v1__title_70 {
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 1.76rem;
	}
	.atn_v1__main_56 {
		font-size: 1.875rem;
		font-weight: 100;
		line-height: 1.875rem;
	}
	.atn_v1__title_56 {
		font-size: 1.875rem;
		font-weight: 100;
		line-height: 1.875rem;
	}
	.atn_v1__title_56 {
		font-size: 1.875rem;
		font-weight: 300;
		line-height: 1.875rem;
	}
	.atn_v1__title_36 {
		font-size: 1.625rem;
		font-weight: 500;
		line-height: 1.9rem;
	}
	.atn_v1__title_30 {
		font-size: 1.375rem;
		font-weight: 500;
		line-height: 1.611rem;
	}
	.atn_v1__title_22 {
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.172rem;
	}
	.atn_v1__txt_17_mob {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.125rem;
	}
	.atn_v1__title_16 {
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 0.88rem;
	}
	.atn_v1__button_16 {
		font-size: 0.75rem;
		font-weight: 500;
		line-height: initial;
	}
	.atn_v1__txt_14 {
		font-size: 0.8125rem;
		font-weight: 400;
		line-height: 0.875rem;
	}
	.atn_v1__txt_12 {
		font-size: 0.5625rem;
		font-weight: 400;
		line-height: 0.625rem;
	}
	.atn_v1__txt_14_list {
		font-size: 0.875rem;
		font-weight: 400;
		line-height: 2.5rem;
	}
	.atn_v1__title_30s {
		font-size: 1.625rem;
		font-weight: 400;
		line-height: 1.9rem;
	}
	.atn_v1__txt_14_list_s {
		font-size: 0.6875rem;
		font-weight: 400;
		line-height: 1.125rem;
	}
	.atn_v1__txt_14a_mob {
		font-size: 0.75rem;
		font-weight: 400;
		line-height: 0.94rem;
	}
	.atn_v1__txt_14_mob {
		font-size: 0.6875rem;
		font-weight: 400;
		line-height: 0.8125rem;
	}
	.atn_v1__title_28 {
		font-size: 1.375rem;
		font-weight: 100;
		line-height: 1.375rem;
	}
	.atn_v1__title_16_mob {
		font-size: 0.875rem;
		font-weight: 500;
		line-height: 1rem;
	}
}
@media (max-width: 575px) {
	.progressbar-wrapper {
		justify-content: center;
	}
	.hide {
		display: none;
	}
	.shopping-cart__goods-block-select-item:hover {
		transform: scale(1);
	}
	.shopping-cart__goods-block-select-guarantee {
		padding: 5px 0;
	}
	.shopping-cart__goods-block-select-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap: 10px;
	}
	.shopping-cart__goods-item-without-wrapper {
		justify-content: space-between;
		gap: 10px;
	}
	.shopping-cart__goods-item-without-wrapper p {
		font-size: 13px;
		font-weight: 400;
	}
	.shopping-cart__goods-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.shopping-cart__goods-wrapper {
		padding: 30px;
	}
	.shopping-cart__goods-info {
		width: 100%;
		justify-content: space-between;
	}
	.shopping-cart__goods-title {
		max-width: 100%;
	}
	.shopping-cart__goods-subtitle {
		line-height: 1.4;
	}
	.shopping-cart__goods-actions-guarantee {
		width: 100%;
		justify-content: flex-end;
	}
	.shopping-cart__goods-actions {
		width: 100%;
		justify-content: space-between;
	}
	.shopping-cart__goods-quantity {
		max-width: 100px;
		width: 100%;
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 469px) {
	.shopping-cart__goods-quantity {
		max-width: 90px;
	}
	.shopping-cart__total-button img {
		right: 15%;
	}
	.shopping-cart__total-button:hover img {
		right: 12%;
	}
}
@media (max-width: 374px) {
	.shopping-cart__goods-item-without-wrapper {
		flex-direction: column;
	}
	.shopping-cart__goods-actions {
		flex-direction: column;
	}
	.shopping-cart__goods-quantity {
		max-width: 60px;
	}
	.shopping-cart__goods-price-free {
		padding: 5px;
	}
	.shopping-cart__goods-price-free p {
		font-size: 11px;
	}
	.shopping-cart__total-button img {
		right: 8%;
	}
	.shopping-cart__total-button:hover img {
		right: 6%;
	}
}
.shopping-cart__total-price {
	word-spacing: -0.25em;
}
.shopping-cart__goods-price-info p {
	word-spacing: -0.25em;
}
.shopping-cart__goods-price-info span {
	word-spacing: -0.25em;
}
