/* .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 {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.buy1step-form__steps-box,
.buy1step-form__info-box {
	display: table-cell;
	vertical-align: top;
}

.buy1step-form__info-box {
	width: 380px;
	padding-left: 30px;
	box-sizing: border-box;
}

.buy1step-form__step + .buy1step-form__step {
	margin-top: 30px;
}

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

.buy1step-form__submit-box {
	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_confirmation,
.buy1step-form_with-info .buy1step-form__submit-box {
	display: none;
}

.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__header-box {
	padding: 11px 20px;
	background: #f2f2f2;
}

.buy1step-step__content-box {
	padding: 20px 0 0;
}

.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;
	text-align: center;
}

.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 20px 0;
	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;
	color: #0672BA;
	border-bottom: 1px dashed;
	font-size: 14px;
	cursor: pointer;
	transition: border-bottom-color .2s ease-in-out;
}

.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 {
	display: block;
}

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

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


/* .buy1step-item */

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

.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-item__total {
	font-weight: bold;
}


/* .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__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;
}




@media all and (max-width: 1000px){
	.buy1step-form__info-box {
		display: none;
	}

	.buy1step-form__submit-box,
	.buy1step-form_with-info .buy1step-form__submit-box {
		display: block;
	}

	.buy1step-step_confirmation,
	.buy1step-form_with-info .buy1step-step_confirmation {
		display: block;
	}

	.buy1step-step_comment,
	.buy1step-form_with-info .buy1step-step_comment {
		display: none;
	}
}
