.login_customer {
    font-size: 12pt;
    text-align: center;
    margin-bottom: 15px;
}

.login_customer span:hover, .login_form .field .submit:hover {
    background-image: linear-gradient(#05057e, #0031d7);
}

.login_customer span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: white;
    background-image: linear-gradient(#0031d7, #05057e);
    width: 120px;
    padding: 5px 0;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
}

.step {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 15px);
    border-radius: 7px;
    padding-bottom: 30px;
}

#step1 {
    margin-right: 30px;
    background-color: #0009a9;
}

#step2 {
    background-color: #000eff;
}

.step_title {
    color: white;
    font-weight: bold;
    padding: 10px;
}

#step1 .step_title {
    padding: 10px 35px;
}

.step_title .select_product {
    display: inline-block;
    font-size: 13pt;
    vertical-align: middle;
    width: calc(100% - 130px);
}

#step1 .select_product span {
    background-color: #000ded;
}

#step2 .select_product span {
    background-color: #0009a9;
}

.step_title .select_product span {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    padding: 4px 0 5px;
    border-radius: 50%;
    margin-right: 10px;
}

.step_title .price {
    display: inline-block;
    font-size: 12pt;
    vertical-align: middle;
    width: 65px;
    text-align: center;
}

label.product_row:nth-child(odd) {
    background-color: #e5e5e5;
}

label.product_row {
    display: block;
    margin-bottom: 1px;
    background-color: #f2f2f2;
    padding: 20px 35px;
}

#step2 label.product_row {
    padding: 8px 10px;
}

label.product_row input {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
}

label.product_row .product_name {
    font-size: 13pt;
    display: inline-block;
    vertical-align: middle;
    width: 195px;
}

#step1 label.product_row .product_name {
    width: calc(100% - 150px);
}

label.product_row .product_name img {
    display: inline-block;
    vertical-align: middle;
    height: 17px;
    margin-left: 5px;
}

label.product_row .compare {
    font-size: 10pt;
    color: #0074d6;
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 345px);
    text-align: center;
    cursor: pointer;
}

label.product_row .price {
    display: inline-block;
    font-size: 12pt;
    vertical-align: middle;
    width: 65px;
    text-align: center;
}

label.product_row .price.customer_discount {
    color: red;
}

label.product_row .price.regular {
    text-decoration: line-through;
}

label.shipping {
    display: inline-block;
    font-size: 12pt;
    vertical-align: middle;
    width: 160px;
    margin-left: 20px;
}

select#shipping {
    display: inline-block;
    font-size: 12pt;
    vertical-align: middle;
    outline: none;
    width: calc(100% - 245px);
}

.shipping_top {
    margin-top: 14px;
}

.haitian_bg {
    background-color: #e8e8e8;
    padding: 20px 50px;
    margin-top: 30px;
    border-bottom: 2px solid white;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.total_info {
    background-color: #e8e8e8;
    padding: 10px;
    border-top: 2px solid #cfcfcf;
    text-align: center;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-bottom: 40px;
}

.total_info .split_payment {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 13pt;
}

.total_info .split_payment #payments_number {
    outline: none;
    width: 50px;
    font-size: 13pt;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.total_info .total_amount {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-weight: bold;
    font-size: 23pt;
    position: relative;
}

.total_info .total_amount span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.pay_via {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.pay_via .pay_type {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.pay_via .pay_type .pay {
    font-size: 13pt;
    font-weight: bold;
    color: white;
    margin: auto;
    max-width: 300px;
    padding: 15px 0;
    border-radius: 15px;
    cursor: pointer;
}

.pay_via .pay_type img {
    height: 35px;
    margin-top: 10px;
}

.pay_via .pay_type .pay.cc {
    background-image: linear-gradient(#f2a443, #d95705);
}

.pay_via .pay_type .pay.cc:hover {
    background-image: linear-gradient(#d95705, #f2a443);
}

.pay_via .pay_type .pay.pp {
    background-image: linear-gradient(#4394df, #0c5cb4);
}

.pay_via .pay_type .pay.pp:hover {
    background-image: linear-gradient(#0c5cb4, #4394df);
}

.pay_via .other_payment {
    font-size: 14pt;
    margin: 30px 0;
    display: inline-block;
    color: #0042ff;
}

.pull {
    position: relative;
    width: 100%;
    max-width: 580px;
    margin: auto;
}

.pull img {
    display: block;
    width: 100%;
}

.pull > div {
    position: absolute;
    width: 33.3333%;
    top: 0;
    left: 0;
    height: 100%;
    cursor: help;
}

.pull > div.pull2 {
    left: 33.3333%;
}

.pull > div.pull3 {
    left: 66.6666%
}

.pull > div:hover + .msg_info {
    display: block;
}

.pull .msg_info {
    display: none;
    color: #464438;
    border: 3px solid #545142;
    border-radius: 5px;
    width: 500px;
    background-color: #f9f0c5;
    font-size: 13pt;
    padding: 5px 12px;
    text-align: justify;
    top: 100%;
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
}

.total_amount:before {
    content: "Total Order Amount";
}

.more_info_compare {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
}

.login_form {
    width: 100%;
    max-width: 340px;
    margin: auto;
}

.login_form h2 {
    font-size: 15pt;
    text-align: center;
    margin: 0 0 20px 0;
}

.login_form .field {
    margin-bottom: 10px;
}

.login_form .field label {
    display: inline-block;
    vertical-align: middle;
    font-size: 12pt;
    width: 100px;
}

.login_form .field input {
    display: inline-block;
    vertical-align: middle;
    font-size: 12pt;
    outline: none;
    border: 1px solid gray;
    border-radius: 4px;
    padding: 7px;
    width: calc(100% - 100px);
}

.login_form .field .submit {
    display: inline-block;
    vertical-align: middle;
    color: white;
    background-image: linear-gradient(#0031d7, #05057e);
    width: 120px;
    padding: 8px 0;
    border-radius: 10px;
    cursor: pointer;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    margin-left: 20px;
    margin-top: 10px;
}

.login_form .field .cancel {
    display: inline-block;
    vertical-align: middle;
    color: #353535;
    background-color: #bdbdbd;
    width: 120px;
    padding: 8px 0;
    border-radius: 10px;
    cursor: pointer;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    margin-left: 60px;
    margin-top: 10px;
}

.login_form .field .cancel:hover {
    background-color: #ababab;
}

.info-inline-text, .info-inline-ds {
    display: block;
    font-size: 12pt;
    line-height: 20px;
    height: 40px;
    margin-top: 15px;
    cursor: auto;
    font-style: italic;
}
.info-inline-ds {
    height: 60px;
}

.error_text {
    font-size: 11pt;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    color: #b01111;
}

.medium_txt label.product_row .price {
    font-size: 12.5px;
}

.small_txt label.product_row .price {
    font-size: 11.5px;
}

#number {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 345px);
    font-size: 12pt;
}
.step_footer {
    background-color: #e5e5e5;
    padding: 14px 35px;
}
.info-inline-ds {
    margin-top: 0;
}
.mention-on-login {
    background-color: #be1e2d;
    color: #be1e2d;
    width: 90px;
    height: 35px;
    position: absolute;
    top: 50%;
    transform: translate(-70px, -50%);
    right: 100%;
    transition: 0.3s;
    animation-name: mention;
    animation-duration: 10s;
}
.mention-on-login::after {
    content: "\00a0";
    position: absolute;
    border-right: 0;
    border-left: 57px solid;
    border-bottom: 40px solid transparent;
    border-top: 40px solid transparent;
    height: 0;
    left: 100%;
    top: 50%;
    transform: translate(0, -50%);
}
@keyframes mention {
    0%   {
        transform: translate(-70px, -50%);
        right: 100%;
        opacity: 0;
        top: -100%;
    }
    20%   {
        transform: translate(-70px, -50%);
        right: 100%;
        opacity: 0;
        top: -100%;
    }
    30% {
        opacity: 1;
        top: 50%;
    }
    40% {
        background-color: #be1e2d;
        color: #be1e2d;
    }
    45% {
        background-color: transparent;
        color: transparent;
    }
    50% {
        background-color: #be1e2d;
        color: #be1e2d;
    }
    55% {
        background-color: transparent;
        color: transparent;
    }
    60% {
        background-color: #be1e2d;
        color: #be1e2d;
    }
    65% {
        background-color: transparent;
        color: transparent;
    }
    70% {
        background-color: #be1e2d;
        color: #be1e2d;
    }
    75% {
        background-color: transparent;
        color: transparent;
    }
    80% {
        background-color: #be1e2d;
        color: #be1e2d;
    }
    85% {
        background-color: transparent;
        color: transparent;
    }
    90% {
        background-color: #be1e2d;
        color: #be1e2d;
    }
    100% {
        background-color: #be1e2d;
        color: #be1e2d;
    }
}
@media (min-width: 769px) and (max-width: 1200px) {
    .info-inline-ds {
        height: 80px;
    }
    #step1 label.product_row {
        padding: 15px 35px;
    }
}
@media (min-width: 769px) and (max-width: 1050px) {
    .step_footer {
        padding: 10px 35px;
    }
    #step1 label.product_row {
        padding: 14px 35px;
    }
}
@media (min-width: 769px) and (max-width: 960px) {
    .info-inline-text {
        line-height: 18px;
        height: 48px;
    }
    .info-inline-ds {
        line-height: 18px;
        height: 72px;
    }
}
@media (min-width: 769px) and (max-width: 1050px) {
    .step {
        width: calc(50% - 5px);
    }

    #step1 {
        margin-right: 10px;
    }

    .main-wrapper .content {
        margin: 0 20px;
        width: calc(100% - 40px);
    }

    label.product_row .product_name, label.shipping {
        font-size: 12pt;
        width: 180px;
    }

    #step1 label.product_row .product_name {
        width: calc(100% - 120px);
    }

    label.product_row .compare {
        width: calc(100% - 300px);
    }

    #number {
        width: calc(100% - 300px);
    }

    select#shipping {
        width: calc(100% - 250px);
        font-size: 10pt;
    }

    .step_title .price, label.product_row .price {
        font-size: 11pt;
        width: 50px;
    }

    .step_title .select_product {
        width: calc(100% - 100px);
    }

    #step1 .step_title {
        padding: 10px;
    }

    label.product_row .product_name img {
        height: 15px;
    }

    .shipping_top {
        margin-top: 16px;
    }

    .haitian_bg {
        padding: 15px;
    }

    .total_info .split_payment {
        font-size: 11pt;
        width: 245px;
    }

    .total_info .total_amount {
        width: calc(100% - 245px);
        text-align: right;
    }

    .total_info .split_payment #payments_number {
        width: 34px;
        font-size: 11pt;
        margin: 0 1px;
    }
}

@media (min-width: 769px) and (max-width: 880px) {
    label.product_row .product_name, label.shipping {
        font-size: 10pt;
        width: 130px;
    }

    label.product_row .compare, #number {
        width: calc(100% - 250px);
    }

    label.product_row .product_name img {
        display: none;
    }

    select#shipping {
        width: calc(100% - 200px);
    }
    .info-inline-text {
        font-size: 11pt;
        line-height: 17px;
        height: 51px;
        margin-top: 3px;
    }

    .info-inline-ds {
        font-size: 11pt;
        line-height: 17px;
        height: 85px;
    }
    #step1 label.product_row {
        padding: 11px 10px;
    }
    .step_footer {
        padding: 8px 35px;
    }
}

@media (max-width: 768px) {
    .login_customer {
        font-size: 11pt;
    }

    .step_title .select_product {
        font-size: 11pt;
        width: calc(100% - 100px);
    }


    .step_title .price, label.product_row .price {
        font-size: 11pt;
        width: 50px;
    }

    .step_title .select_product span {
        width: 25px;
    }

    .step_title, label.product_row, #step1 .step_title {
        padding: 5px;
    }

    #step1 label.product_row .product_name {
        width: calc(100% - 115px);
    }

    label.product_row input {
        width: 12px;
        height: 12px;
        margin: 0 3px 0 0;
    }

    label.product_row .product_name, label.shipping {
        font-size: 11pt;
        width: 120px;
    }

    label.product_row .compare, #number {
        width: calc(100% - 235px);
    }

    select#shipping {
        font-size: 10pt;
        width: calc(100% - 190px);
    }

    label.product_row .product_name img {
        height: 13px;
    }

    .shipping_top {
        margin-top: 6px;
    }

    .haitian_bg {
        padding: 10px;
    }

    .total_info .split_payment {
        width: 240px;
        font-size: 11pt;
    }

    .total_info .split_payment #payments_number {
        font-size: 11pt;
        width: 32px;
        margin: 0 1px;
    }

    .total_info .total_amount {
        width: calc(100% - 240px);
        font-size: 20pt;
        text-align: right;
    }

    .pay_via .other_payment, .pull {
        display: none;
    }

    #step1 label.product_row {
        padding: 20px 5px;
    }
    .step_footer {
        padding: 17px 15px;
    }
    .info-inline-text, .info-inline-ds {
        font-size: 10pt;
        line-height: 15px;
        height: 45px;
    }
    .info-inline-text  {
        margin-top: 16px;
    }
}

@media (max-width: 695px) {
    .step {
        display: block;
        margin: auto;
        width: 100%;
        max-width: 375px;
    }

    #step1 {
        margin-right: auto;
        margin-bottom: 20px;
    }

    .total_info .split_payment {
        width: 140px;
        text-align: left;
        line-height: 22px;
    }

    .total_info .total_amount {
        width: calc(100% - 140px);
        font-size: 18pt;
        text-align: center;
    }

    .pay_via .pay_type .pay.cc {
        margin-left: 0;
        margin-right: 10px;
    }

    .pay_via .pay_type .pay.pp {
        margin-right: 0;
    }

    .pay_via .pay_type .pay {
        font-size: 11pt;
        padding: 10px 0;
        max-width: 280px;
    }

    label.product_row[for="pr_146"] {
        margin-bottom: 20px;
    }

    .info-inline-text, .info-inline-ds {
        height: auto;
    }
    .info-inline-text {
        margin-top: 10px;
    }
}

@media (max-width: 540px) {
    .total_info .total_amount {
        text-align: right;
    }

    .total_info .total_amount span {
        display: block;
    }

    .pay_via .pay_type img {
        max-height: 26px;
    }

    #cd_img {
        display: none;
    }

    .title {
        margin-left: 0;
        margin-right: 0;
    }

    .text {
        font-size: 18px;
    }

    .alert-block {
        top: 0
    }
}

@media (max-width: 440px) {
    .total_amount:before {
        content: "Total";
    }

    .total_info .total_amount span {
        display: inline-block;
    }
}

@media (max-width: 374px) {
    .total_info .total_amount span {
        display: block;
    }

    .pay_via .pay_type img {
        display: none;
    }

    .pay_via .pay_type {
        display: block;
        width: 80%;
        margin: 10px auto;
    }

    .pay_via .pay_type .pay.cc {
        margin-right: 0;
    }
}

@media (max-width: 374px) {
    .around_don input {
        margin-left: 0;
        margin-right: 1px;
    }

    .inputs_don {
        width: 215px;
    }

    .main-wrapper .content {
        padding: 10px;
    }

    label.product_row .product_name, label.shipping {
        width: 110px;
    }

    label.product_row .compare {
        width: calc(100% - 225px);
    }

    select#shipping {
        width: calc(100% - 180px);
    }

    .step_title, label.product_row {
        padding: 8px 5px;
    }

    .login_form h2 {
        font-size: 13pt;
        margin-bottom: 10px;
    }

    .error_text {
        font-size: 10pt;
    }

    .login_form .field label {
        font-size: 11pt;
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .login_form .field input {
        display: block;
        width: 100%;
        font-size: 11pt;
        padding: 7px 5px;
    }

    .login_form .field .submit {
        margin-left: calc(50% - 135px);
    }

    .login_form .field .cancel {
        margin-left: 30px;
    }
}