/* ORDER > LOGIN BEFORE CHECKOUT */
.login-box {
	font-size: 0;
	letter-spacing: 0;
}
.login-box-forgotten-password {
	display: inline-block;
	margin-top: 12px;
	color: #a6a8ab;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
}
.login-box-content .purchase-btn,
.login-box-content .register-btn {
	display: inline-block;
	margin-top: 15px;
}
/*CHECKOUT*/
/*CHECKOUT > CART PROGRESS*/
.cart-progress {
	float: right;
	width: 28%;
}
.cp-change {
	display: inline-block;
	margin-top: 20px;
	color: #a6a8ab;
	font-size: 11px;
	text-transform: uppercase;
}
.cp-change:after {
	content: "\000BB";
	position: relative;
	display: inline-block;
	margin-left: 4px;
}
.cp-ordered-products,
.cp-shipping-address,
.cp-shipping-type,
.cp-payment-type {
	border-bottom: 1px solid #d1d3d2;
	padding-bottom: 7px;
}
.cp-ordered-product,
.cp-address-info,
.cp-shipping-type-info,
.cp-payment-type-info {
	padding-top: 10px;
	color: #000;
}
.cp-ordered-product {
	margin-bottom: 10px;
	padding-top: 10px;
	color: #000;
	font-size: 11px;
}
.cp-ordered-product:first-child {
	padding-top: 0;
}
.cp-ordered-product:last-of-type {
	margin-bottom: 0;
}
.cp-ordered-product-title {
	margin-bottom: 2px;
	font-weight: 400;
	text-transform: uppercase;
}
.cp-ordered-product-title:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 13px;
	margin-right: 2px;
	background: url("../images/sprite.svg") no-repeat 0 -204px;
}
.cp-ordered-product-selected-option {
	padding-left: 15px;
	font-style: italic;
}
.cp-total-row {
	display: block;
	overflow: hidden;
	margin: 2px 0;
}
.cp-total-row:first-child {
	margin-top: 0;
}
.cp-total-row:last-child {
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: 400;
}
.cp-total {
	padding: 20px 0;
	color: #000;
	border-bottom: 1px solid #d1d3d2;
}
.cp-total:after {
	content: "";
	clear: both;
	display: block;
}
.cp-total-label {
	float: left;
	clear: both;
	width: 120px;
}
.cp-total-price {
	float: right;
}
.cp-next-step-btn {
	display: block;
	margin-top: 20px;
}
.cp-next-step-btn.big {
	display: block;
	width: 100%;
}
.checkout-steps-wrapper {
	display: block;
	margin-top: 40px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}
.checkout-step,
.checkout-step .ch-step-icon,
.checkout-step .ch-step-text,
.checkout-steps-arrow {
	display: inline-block;
	vertical-align: middle;
}
.checkout-step.passed {
	cursor: pointer;
}
.checkout-steps-arrow {
	margin: 0 2.2%;
	width: 120px;
	height: 12px;
	background: url("../images/sprite.svg") no-repeat 0 -1023px;
}
.checkout-step .ch-step-icon {
	position: relative;
	margin-right: 16px;
}
.checkout-step .ch-step-icon:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 32px;
	background: url("../images/sprite.svg") no-repeat 0 0;
	opacity: 0.2;
}
.checkout-step.active .ch-step-icon:before {
	opacity: 1;
}
.ch-step-sab .ch-step-icon:before {
	background-position: 0 -969px;
}
.ch-step-shipping-type .ch-step-icon:before {
	width: 32px;
	background-position: -69px -969px;
}
.ch-step-payment-type .ch-step-icon:before {
	background-position: -139px -969px;
	width: 32px;
}
.checkout-step.passed .ch-step-icon:after {
	content: "";
	position: absolute;
	display: block;
	top: -9px;
	right: -10px;
	width: 20px;
	height: 18px;
	background: url("../images/sprite.svg") no-repeat 0 -1060px;
}
.ch-step-text {
	color: #000;
	text-align: left;
	text-transform: uppercase;
	opacity: 0.2;
}
.checkout-step.active .ch-step-text {
	opacity: 1;
}
.ch-step-text-number {
	font-size: 11px;
}
.ch-step-text-title {
	font-size: 15px;
	font-weight: 400;
}
/*SHIPPING AND BILLING*/
#orderRiznCheckoutShippingAndBillingForm .form-elements-wrapper,
#orderRiznCheckoutShippingTypeForm .form-elements-wrapper,
#orderRiznCheckoutPaymentTypeForm .form-elements-wrapper {
	width: 65%;
	float: left;
}
.sab-billing-info-wrapper {
	display: none;
}
.sab-billing-info-wrapper.visible {
	display: block;
}
/*SHIPPING TYPE*/
.shipping-type,
.shipping-type .sht-label-text,
.shipping-type input[type='radio'],
.payment-type,
.payment-type .pt-label-text,
.payment-type input[type='radio'] {
	cursor: pointer;
}
.shipping-type,
.payment-type {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 30px 20px;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.36s ease-in-out;
	-moz-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
	-webkit-box-shadow: 0 7px 15px -13px transparent;
	-moz-box-shadow: 0 7px 15px -13px transparent;
	box-shadow: 0 7px 15px -13px transparent;
}
.shipping-type.checked,
.payment-type.checked {
	position: relative;
	background: rgba(255, 255, 255, 0.84);
	-webkit-box-shadow: 0 7px 15px -13px #000;
	-moz-box-shadow: 0 7px 15px -13px #000;
	box-shadow: 0 7px 15px -13px #000;
}
.sht-left-wrapper,
.pt-left-wrapper {
	width: 365px;
}
.sht-label-text,
.pt-label-text {
	display: inline-block;
	vertical-align: top;
	margin-left: -5px;
	padding-left: 10px;
	color: #000;
	font-weight: 400;
}
.sht-label-desc,
.pt-label-desc {
	float: left;
	clear: both;
	margin: 20px 0 0 30px;
}
.sht-img,
.pt-img {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 125px;
	height: 35px;
	-webkit-user-drag: none;
	user-drag: none;
}
.sht-custom-shipping-address {
	float: left;
	margin: 20px 0 0 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sht-custom-shipping-address label {
	float: left;
}
.sht-custom-input-box {
	display: block;
	margin: 4px 0 -5px;
}
.sht-custom-input-box input {
	width: 242px;
	margin: 0 20px 7px 0;
	display: block;
	border: 1px solid #d1d3d2;
}
.sht-custom-input-box input[disabled] {
	cursor: pointer;
}
.sht-custom-input-box a {
	display: inline-block;
	text-decoration: underline;
}
.shipping-type .help-inline,
.payment-type .help-inline {
	float: left;
	clear: both;
	margin: 10px 0 0 30px;
}
#orderRiznCheckoutShippingTypeForm > .help-inline,
#orderRiznCheckoutPaymentTypeForm > .help-inline {
	margin: 20px 0 20px 20px;
}
#orderRiznCheckoutPaymentTypeForm .terms-agreement-wrapper {
	margin: 20px 0 10px 0;
}
#orderRiznCheckoutPaymentTypeForm .terms-agreement-wrapper .field-label span {
	display: block;
	margin-bottom: 5px;
}
#orderRiznCheckoutPaymentTypeForm .terms-agreement-wrapper .field-label textarea {
	width: 100%;
	height: 100px;
	max-width: 100%;
	max-height: 200px;
	margin-bottom: 10px;
}
#orderRiznCheckoutPaymentTypeForm .terms-agreement-wrapper .checkbox-wrapper {
	display: inline-block;
}
#orderRiznCheckoutPaymentTypeForm .terms-agreement-wrapper .link-wrapper a {
	text-decoration: underline;
	margin-left: 3px;
}
#orderRiznCheckoutShippingTypeForm input[type='radio'],
#orderRiznCheckoutPaymentTypeForm input[type='radio'] {
	width: 17px;
	height: 17px;
	/*width: 0;*/
	/*height: 0;*/
	/*visibility: hidden;*/
}
/*LEASING*/
.leasings-wrapper {
	margin-top: 20px;
}
.leasing-type-col > input,
.leasing-type-col > label {
	display: none;
}
.leasing-type-col .label-wrapper {
	display: inline-block;
	margin-left: 5px;
}
.leasing-type-months-wrapper {
	margin: 10px 0 15px;
}
.leasing-months-row-even label,
.leasing-months-row-odd label {
	color: #000;
	font-weight: 400;
	cursor: pointer;
}
.leasing-months-row-even label:hover,
.leasing-months-row-odd label:hover {
	text-decoration: underline;
}
.leasing-months-row-even, .leasing-months-row-odd {
	margin: 5px 0;
}
.leasing-type-col .times-x,
.leasing-type-col .payment-price {
	cursor: default;
}
.leasing-apr-row {
	font-weight: 400;
}
.leasing-full-sum {
	display: none;
}
/*ORDER SUCESS*/
.order-success {
	font-size: 14px;
	color: #000;
}
.order-success .subtitle {
	margin: 40px 0 15px 0;
	font-weight: 400;
	font-size: 23px;
}
.order-success .text {
	margin-top: 20px;
}
.order-success .text span {
	font-weight: bold;
}
.order-success .thanks-message {
	margin: 30px 0;
	font-weight: 400;
	font-size: 23px;
}