@charset "UTF-8";

.img-svg svg {
    display: block;
    fill: currentColor;
}

.row-checkout .title {
    float: left;
}

.row-checkout .security-checkout {
    float: left;
    line-height: 45px;
    margin-left: 100px;
}

.row-checkout .help-checkout {
    float: right;
    line-height: 45px;
    margin-left: 100px;
    font-size: 14px;
    color: #929292;
}

.security-checkout {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
}

.security-checkout .img-svg {
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    color: #4fb834;
    margin-top: -10px;
    position: absolute;
}

.checkout-right {
    margin-left: 260px;
}

.row-form-checkout {
    position: relative;
}

.form-checkout-left {
    max-width: 50%;
}

.form-checkout-total {
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
}

.checkout-step {
    padding-bottom: 40px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
}

.checkout-step-title {
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}

.step-coupon {
    display: none;
}

.row-form-checkout .input-submit input[type="submit"] {
    font-weight: bold;
    background: #456cac;
    color: #fff;
    height: 62px;
    font-size: 18px;
    width: 100%;
}

.row-form-checkout .input-submit input[type="submit"]:hover {
    background: #2f4179;
}

.step-auth,
.step-shipping {
    padding-bottom: 0;
}

.step-auth .checkout-radio-item {
    padding-bottom: 20px;
    margin-bottom: 0;
}

.step-auth #login-form {
    background: #f3f3f3;
    border-radius: 5px;
    padding: 40px;
}

.step-auth .login-forgotpassword-url {
    margin-top: 38px;
    display: inline-block;
}

.step-shipping .input,
.step-payment .input {
    padding-top: 0;
}

.step-shipping .inner-form .input-group {
    margin-left: -5px;
    margin-right: -5px;
}

.step-shipping .inner-form .input-group .inner-input {
    margin: 0 5px;
}

.input-block p {
    padding-bottom: 0;
}

.checkout-step .input-comment label.left {
    line-height: normal;
}

.radio-button-desc {
    font-size: 12px;
    color: #929292;
}

.radio-button-desc p {
    padding-bottom: 0;
}

.logo-payment {
    padding-bottom: 16px;
    margin: 0;
}

.logo-payment .inner-column {
    margin: 0 20px 0 0;
}

.logo-payment .inner-column img {
    width: auto;
    height: 14px;
}

.step-payment {
    padding-bottom: 0;
}

.step-auth {
    border-bottom: none;
    margin-bottom: 0;
}

.step-auth .checkout-radio-item .radio-button-title {
    height: auto;
    min-height: 30px;
    font-weight: normal;
    padding-top: 0;
    margin-right: 160px;
}

.step-auth .radio-button-content {
    padding-left: 40px;
}

.step-auth .radio-button-content .row-action {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -19px;
}

.step-auth .radio-button-label:hover .btn-link {
    background: #276db1;
    color: #fff;
}

.step-auth .img-svg {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 20px;
    color: #266cae;
}

.checkout-total-btn {
    margin: 26px 0;
    text-align: right;
}

.checkout-total-btn span {
    color: #456cac;
    cursor: pointer;
    border-bottom: 1px dashed #456cac;
}

.checkout-total-btn span span {
    border-bottom: none;
}

.checkout-total-block {
    background: #f3f3f3;
    padding: 30px 40px;
    border-radius: 10px;
    position: relative;
    display: none;
}

.checkout-total-block span.close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.checkout-total-block .row-action {
    font-size: 12px;
}

.order-items-list .order-item {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.order-items-list .order-item:last-child {
    border-bottom: none;
}

.order-items-list .order-item .order-item-name {
    font-size: 14px;
    margin-bottom: 5px;
}

.order-items-list .order-item .order-item-price {
    font-size: 12px;
}

.radio-button-content .price {
    position: absolute;
    font-size: 12px;
    margin-right: 0;
    right: 0;
    top: 0;
    padding: 2px 10px 0 10px;
}

.total-cost-name .field-cost {
    text-align: right;
    padding: 0 0 30px 0;
}

.total-cost-count .field-cost {
    padding: 0 0 30px 0;
}

.field-cost-size-3-ln {
    line-height: 24px;
}

.field-cost-size-3 {
    font-size: 24px;
    line-height: 24px;
}

.field-cost-size-4 {
    font-size: 32px;
}

.total-cost-count .field-cost-size-4 {
    color: #3d6cd5;
}

.total-cost-count .field-cost-size-4 .tax {
    font-size: 16px;
}

.step-confirmation {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.checkout-step-notification {
    font-size: 12px;
    color: #a0a2a5;
    margin-top: 30px;
}

.inner-form {
    margin-top: 20px;
}

.inner-form .title {
    padding-bottom: 5px;
}

.step-contactinfo .affiliate-hint {

}

.page-cart .cart-faq {
    max-width: 908px;
    padding-top: 60px;
    border-top: 1px solid #dcdcdc;
}