/* .buy1step-page */

.buy1step-page {

}

.buy1step-page__header_h2 {
	margin-bottom: 30px !important;
}

.buy1step-page__cart-box {
	margin-bottom: 30px;
}

.buy1step-page__cart-box::after {
	display: table;
	clear: both;
	content: '';
}

.buy1step-page__original-checkout-box {
	display: none;
}


/* .buy1step-form */

.buy1step-form, .buy1step-form__steps-box, .buy1step-form__info-box, .buy1step-item__name-box {
	display: block;
}
.buy1step-form {
	position: relative;
	width: 100%;
 }
.buy1step-form__steps-box {
	width: 1015px;
}

.buy1step-form__info-box {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 350px;
	box-sizing: border-box;
}

.buy1step-form__step + .buy1step-form__step {
	margin-top: 30px;
}
.buy1step-form__step.buy1step-step_payment {
	margin-bottom: -34px;
}
.buy1step-form__step.buy1step-step_shipping {
	margin-top: 0;
	padding-top: 64px;
}
.buy1step-form__step::after {
	display: table;
	clear: both;
	content: '';
}

.buy1step-form__submit-box {
	display: inline-block;
	clear: both;
	margin-top: 30px;
}

.buy1step-form_open-auth-form .buy1step-form__step {
	display: none !important;
}

.buy1step-form_open-auth-form .buy1step-form__info-box {
	display: none !important;
}

.buy1step-form_open-auth-form .buy1step-form__step_auth {
	display: block !important;
}

.buy1step-form_with-info .buy1step-step_comment {
	display: block;
}


/* .buy1step-auth */

.buy1step-auth::after {
	display: table;
	clear: both;
	content: '';
}

.buy1step-auth__variant {
	margin-right: 10px;
	vertical-align: -2px;
}

.buy1step-auth__form-box {
	display: none;
	margin-top: 30px;
}


/* .buy1step-auth-info */

.buy1step-auth-info {
	padding: 20px 20px 0;
}

.buy1step-auth-info__inner {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.buy1step-auth-info__photo-box,
.buy1step-auth-info__text-box {
	display: table-cell;
	vertical-align: middle;
}

.buy1step-auth-info__photo-box {
	width: 70px;
	vertical-align: top;
}

.buy1step-auth-info__photo {
	border-radius: 25px;
	vertical-align: top;
}


/* .buy1step-step */

.buy1step-step {
	transition: opacity .2s ease-in-out;
}

.buy1step-step_loading {
	position: relative;
	opacity: .2;
}

.buy1step-step__content-box::after {
	display: table;
	clear: both;
	content: '';
}

.buy1step-step_open-auth-form .buy1step-step__content-box {
	display: none;
}

.buy1step-step_open-auth-form .buy1step-auth__form-box {
	display: block;
}

.buy1step-step_comment {
	display: none;
}


/* .buy1step-heading */

.buy1step-heading {
	color: #000000;
	font-size: 20px;
	line-height: normal;
}


/* .buy1step-info */

.buy1step-info {
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background: #ffffff;
}

.buy1step-info__header-box {
	padding: 10px 20px 11px;
	background: #f2f2f2;
}

.buy1step-info__items-box {
	padding: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.buy1step-info__subtotal-box {
	padding: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.buy1step-info__total-box {
	padding: 20px;
	text-align: center;
}

.buy1step-info__submit-box {
	padding: 20px;
	text-align: center;
}

.buy1step-info__shipping-name {
	font-weight: bold;
}

.buy1step-info__policy-box {
	font-size: 12px;
	text-align: center;
	padding: 0 20px 20px;
}


/* .buy1step-items-list */

.buy1step-items-list__item + .buy1step-items-list__item {
	margin-top: 20px;
}

.buy1step-items-list__item_hidden {
	display: none;
}

.buy1step-items-list__show-hidden-button,
.buy1step-items-list__hide-hidden-button {
	display: inline-block;
	vertical-align: bottom;
	margin-top: 20px;
	font-size: 14px;
	cursor: pointer;
}

.buy1step-items-list__hide-hidden-button {
	display: none;
}

.buy1step-items-list__show-hidden-button:hover,
.buy1step-items-list__hide-hidden-button:hover {
	border-bottom-color: transparent;
}

.buy1step-items-list_show-hidden .buy1step-items-list__item_hidden, .fixedcart .buy1step-items-list__item_hidden {
	display: block;
}

.buy1step-items-list_show-hidden .buy1step-items-list__hide-hidden-button {
	display: inline-block;
}

.buy1step-items-list_show-hidden .buy1step-items-list__show-hidden-button, .fixedcart .buy1step-items-list__show-hidden-button, .fixedcart .buy1step-items-list__hide-hidden-button  {
	display: none;
}

/* .buy1step-item */

.buy1step-item {
	display: table;
	width: 100%;
	table-layout: fixed;
	position: relative;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	padding: 20px 10px 10px;
	transition: .3s;
}
.buy1step-item:hover {
	border-color: #e0e0e0;
}
.buy1step-item .c-cart-item__container-quantity {
	padding: 0;
	display: inline-block;
	line-height: 22px;
}
.buy1step-item__name-box {
	min-height: 45px;
}
.buy1step-item__total-box {
	margin-top: 6px;
	width: 286px;
	margin-left: -55px;
}
.c-cart-item__total-prices, .buy1step-item__total {
	width: 103px;
	text-align: right;
	line-height: 22px;
	display: inline-block;
}
.buy1step-item__total {
	padding-right: 30px;
}
.c-cart-item__total-prices {
	padding-left: 10px;
	padding-right: 20px;
 }
.buy1step-item__photo-box,
.buy1step-item__info-box {
	display: table-cell;
	vertical-align: top;
}

.buy1step-item__photo-box {
	width: 55px;
	padding-right: 10px;
}

.buy1step-item__photo {
	max-width: 45px;
	vertical-align: bottom;
}

/* .buy1step-subtotal-list */

.buy1step-subtotal-list__line + .buy1step-subtotal-list__line {
	margin-top: 20px;
}


/* .buy1step-subtotal-line */

.buy1step-subtotal-line {
	display: table;
	width: 100%;
}

.buy1step-subtotal-line__label,
.buy1step-subtotal-line__value {
	display: table-cell;
	vertical-align: bottom;
}

.buy1step-subtotal-line__label {
	position: relative;
	width: 100%;
	z-index: 1;
}

.buy1step-subtotal-line__label::before {
	position: absolute;
	right: 0;
	bottom: 2px;
	left: 0;
	display: block;
	border-bottom: 2px dotted #e0e0e0;
	content: '';
	z-index: -1;
}

.buy1step-subtotal-line__label-text {
	background: #ffffff;
	padding-right: 5px;
	padding-bottom: 2px;
}
.buy1step-subtotal-line__label-text .c-link {
	padding-left: 5px;
}
.fixedcart .buy1step-subtotal-line__label-text .c-link {
	display: none;
}
.buy1step-subtotal-line__value {
	padding-left: 5px;
	white-space: nowrap;
}


/* .buy1step-total-line */

.buy1step-total-line__label,
.buy1step-total-line__value {
	display: block;
}

.buy1step-total-line__label {
	color: #000000;
	text-align: center;
	font-size: 20px;
}

.buy1step-total-line__value {
	margin-top: 10px;
	color: #000000;
	font-weight: 600;
	font-size: 24px;
}


/* .buy1step-comment-field */

.buy1step-comment-field__label {
	margin-bottom: 5px;
}

.buy1step-comment-field__textarea {
	width: 100%;
	height: 100px;
	vertical-align: bottom;
	box-sizing: border-box;
}


/* .cart-checkout */

.cart-checkout {
	display: none;
}

.buy1step-page .suggestions-value span {
	display: inline !important;
}

.buy1step-confirmation_hidden {
	display: none;
}

.buy1step-confirmation-form__header {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}

.buy1step-confirmation-form__field {
	margin-bottom: 15px;
}

.buy1step-confirmation-form-field__label {
	display: block;
	margin-bottom: 2px;
	font-size: .9em;
	color: #888;
	white-space: nowrap;
}

.mfp-content {
	text-align: center;
}

.buy1step-magnific-popup__content-wrapper {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	max-width: 100%;
	position: relative;
}

.buy1step-confirmation-form {
	width: 600px;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	z-index: 1;
	max-height: 95%;
	overflow: auto;
	background: #fff;
	padding: 15px 15px 30px;
	text-align: left;
}



.buy1step-confirmation-form__re-send-block {
	font-size: 0.95em;
	display: inline-block;
	margin-left: 10px;
}

.buy1step-confirmation-form-field__input {
	padding: 3px 2px;
}

.buy1step-confirmation-form__confirmation-channel-code {
	width: 90px;
}

.buy1step-confirmation-form__re-send-link {
	text-decoration: dashed;
	cursor: pointer;
}

.buy1step-confirmation-form__re-send-link:hover {
	text-decoration: none;
}

.buy1step-confirmation-form__confirmation-channel-address[readonly] {
	border-color: #cfcfcf;
	background: #f0f0f0;
	color: #bbb;
}

.buy1step-confirmation-form__submit-contact-confirmation-button {
	font-size: 1.3em;
	padding: 10px;
	font-weight: bold;
	margin-top: 15px;
}

.buy1step-confirmation-form__form_hidden,
.buy1step-confirmation-form__error_hidden,
.buy1step-confirmation-form__re-send-timer-wrapper_hidden,
.buy1step-confirmation-form__re-send-link_hidden,
.buy1step-confirmation-form-field_hidden {
	display: none;
}
.c-cart-summary__coupon-container, .c-cart-summary__add-affiliate-bonus-container, .c-cart-summary__use-affiliate-container {
	padding: 0 20px;
}
.c-cart-summary__coupon-container {
	padding-top: 20px;
}
.c-cart-summary__use-affiliate-container, .c-cart-summary__add-affiliate-bonus-container {
	padding-bottom: 20px;
}
.c-cart-item__delete-button {
	width: 9px;
	height: 9px;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: .3s;
}
.buy1step-page__clear-button {
	float: right;
	margin: 10px 20px 10px;
}
#fulllink {
	font-size: 13px;
	float: right;
	margin: 8px 0 0;
}
.fixedcart {
	overflow: hidden;
	min-height: 100%;
	height: auto;
}
.fixedcart .buy1step-form__info-box {
	z-index: 6;
}
.fixedcart .buy1step-info {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #ffffff;
}
.fixedcart .inner-wrapper-sticky {
	transform: unset !important;
}
.fixedcart .buy1step-item__total-box {
	margin: 0;
	position: absolute;
	right: 10px;
	top: 20px;
}
.fixedcart .buy1step-item__name-box {
	width: 100%;
	padding-right: 296px;
}
@media all and (max-width: 1499px) {
	.buy1step-form__steps-box {
		width: 830px;
	}
}
@media all and (max-width: 1299px) {
	.buy1step-form__steps-box {
		width: 590px;
	}
}
@media all and (max-width: 500px){
	.buy1step-form__info-box, .buy1step-form__steps-box {
		display: block;
	}
	.buy1step-info .buy1step-info__submit-box {
		display: none;
	}
	.buy1step-form__submit-box, .buy1step-form__submit-box .c-button {
		width: 100%;
	}
	.buy1step-form__steps-box {
		width: 100%;
	}
	.buy1step-form__info-box {
		position: relative;
		margin-bottom: 30px;
		width: 100%;
	}
	.buy1step-item .c-cart-item__container-quantity {
		width: 106px;
		line-height: 26px;
	}
	#fulllink {
		margin: 3px 0 0;
		font-size: 16px;
	}
	.buy1step-item__total-box {
		 width: 406px;
	 }
	.fixedcart .buy1step-info {
		width: 500px;
	}
	.fixedcart .buy1step-item__total-box {
		position: unset;
		width: 429px;
		margin-top: 15px;
		margin-left: -55px;
	}
	.c-cart-item__total-prices, .buy1step-item__total {
		width: 150px;
		line-height: 26px;
	}
	.fixedcart .c-cart-item__total-prices, .fixedcart .buy1step-item__total {
		width: 151px;
	}
	.fixedcart .buy1step-item__name-box {
		padding-right: 0;
	}

}
