.hidden {
    display: none;
}

.result_domain h2.unsuccess {
    color: red;
}

button, button:focus {
    border: 0;
    outline: none;
}

.btn_checkout .sub_btn.disable {
    background: #fbdabc;
}

#creditCardInputFields {
    margin-top: 10px;
}

[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    left: 5px;
    top: 5px;
}

.box_payment_card2.zcom {
    display: inline-block;
    position: revert;
    margin-right: 15px;
}

.box_payment_card2.zcom label {
    font-weight: normal;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 0;
}

#paymentGatewaysContainer {
    margin-bottom: 0;
}

#creditCardInputFields label {
    margin-bottom: 4px;
}

#order-standard_cart label {
    font-weight: normal !important;
    color: #333 !important;
}

.list_payment_card {
    margin-bottom: 10px;
}

#order-standard_cart {
    padding: 0 !important;
}

.checkbox-inline, .radio-inline {
    padding-left: 0 !important;
    padding-right: 20px;
}

.social-signin-btns {
    text-align: left !important;
    display: flex;
}

.loading {
    text-align: center;
}

.loading img {
    max-height: 30px;
}

[type="checkbox"]:checked + label:after {
    top: 5px;
}

.cc-number-field {
    background: none !important;
}

.password-strength-meter p {
    margin-bottom: 0 !important;
}

.quantity select {
    width: 46px;
    height: 32px;
    line-height: 1.65;
    float: right;
    display: block;
    margin: 0;
    border: 1px solid #eee;
    border-left: none;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    padding-left: 14px;
}

.quantity select:focus {
    border: 1px solid #eee;
    outline: none;
}

.quantity select option {
    text-align: center;
}

.quantity-button.select-up {
    position: absolute;
    top: 0;
    width: 21px;
    height: 16px;
}

.quantity-button.select-down {
    position: absolute;
    bottom: 0px;
    width: 21px;
    height: 16px;
}


.select-down .quanity_ico {
    transform: rotate(180deg);
}

.inputError {
    border: 0.5px solid #D62825;
    background-color: #ffe2e2;
}


label {
    font-weight: 400;
    margin: 0;
}

.btn-social, .btn-social:focus {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 9px 15px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    margin-right: 20px;
    height: 41px;
    outline: 0 !important;
}

.btn-social.btn-facebook {
    background-color: #fff;
    margin-bottom: 0;
}

.btn-social.btn-facebook .fa-facebook:before {
    color: transparent;
}

.btn-social.btn-facebook .fa-facebook {
    background: url(../images/fb.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

.btn-social.btn-facebook:hover {
    color: #333;
    border-color: #000;
}

.iradio_square-blue {
    border-radius: 100%;
    border: 1px solid #2AA154 !important;
    background-image: none !important;

}

.iradio_square-blue.hover {
    content: '';

    background: #EAEAEA;
    position: absolute;

    border-radius: 100%;
    opacity: 1;
    transform: scale(1);
}

.iradio_square-blue.checked::after {
    content: '';
    width: 14px;
    height: 14px;
    background: #2AA154;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;

}

.iradio_square-blue.checked::before {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    width: 22px;
    height: 22px;
    border: 1px solid #2AA154;
    border-radius: 100%;
    background: #fff;

}

/* end Payment list*/
.check_agree_policy label {
    font-size: 18px;
    float: left;
    width: calc(100% - 28px);
    color: #333;
    top: 2px;
}

.check_agree_policy label a, .check_agree_policy label a:visited {
    text-decoration: underline;
    color: #3C76B5;
}

.result_showall, .close_all {
    display: inherit;
}

button.btn_showall, button.btn_closeall {
    font-size: 20px;
    text-align: center;
    border: 2px solid #0F7F14;
    width: 180px;
    height: 64px;
    line-height: 58px;
    color: #13941E;
    text-decoration: none;
    display: inline-block;
    background: #fff;
    border-bottom: 4px solid #108615;
    transition: all 0.3s;
    border-radius: 2px;
}

button.btn_showall:focus, button.btn_closeall:focus {
    color: #13941E !important;
}

button:focus {
    border-width: 1px !important;
    color: #333 !important;
}

.total-alert {
    margin-bottom: 0;
}

.total-alert ul li {
    list-style: none;
    color: red;
}

.coupon_message {
    font-family: Lato, sans-serif;
    font-size: 16px;
    color: #333;
    padding-top: 4px;
}

@media only screen and (min-width: 768px) {
    #order-standard_cart .list_payment_card label {
        font-size: 20px !important;
        display: inline-flex;
        align-items: center;
        line-height: 24px;
    }

    .icheckbox_square-blue, .iradio_square-blue {
        margin-right: 6px !important;
    }

    #order-standard_cart #creditCardInputFields label {
        font-size: 16px !important;
    }

    #order-standard_cart .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    #order-standard_cart .col-sm-6, #order-standard_cart .col-sm-3, #order-standard_cart .col-md-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    #creditCardInputFields label {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 767px) {
    .iradio_square-blue {
        transform: scale(0.9) !important;
    }

    .box-input-client label {
        margin-bottom: 4px;
        font-size: 12px;
    }

    #creditCardInputFields .form-group {
        margin-bottom: 10px;
    }

    #newCardSaveSettings .form-group {
        margin-bottom: 0;
    }

    button.btn_showall, button.btn_closeall {
        width: 100%;
    }

    [type="checkbox"]:checked + label:after {
        top: 4px;
    }

    .line_check_policy label:nth-child(2) {
        width: calc(100% - 23px);
        float: left;
    }

    .check_agree_policy label {
        font-size: 14px;
        top: 3px;
    }

    #btnPromoCheck {
        margin-top: 0;
        display: inline-block;
    }

    [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
        left: 4px;
        top: 4px;
    }

    .btn_check {
        padding-top: 10px;
        text-align: center;
    }

    .list_payment_card label {
        display: inherit;
        margin-bottom: 10px;
        font-size: 12px !important;
    }

    .quantity select {
        font-size: 11px;
        height: 24px;
    }

    .quantity-button.select-up, .quantity-button.select-down {
        height: 12px;
        width: 16px;
    }

    .btn-social {
        font-size: 11px;
        padding: 10px;
    }

    .social-signin-btns .btn {
        margin: 0;
        height: inherit;
        margin-left: 15px;
    }

    .providerPreLinking {
        min-height: auto !important;
    }

    .btn-social.btn-facebook .fa-facebook {
        background-size: cover;
        height: 13px;
        width: 13px;
    }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#btnCompleteOrder:focus {
    color: #fff !important;
}

.paymentmethod-itemlist {
    cursor: pointer;
}

/*for cartsummary.tpl */
.qty_product {
    opacity: 1;
}

.product_checkoutb {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 2.9;
    color: green !important;
    padding-left: 7px;
    padding-bottom: initial;
    margin-top: 2px !important;
}

/* end for cartsummary.tpl */

/* use for checkout.tpl */
.input_new_account label[for=account2] {
    display: table-cell;
    width: 25%;
}

.input_new_account .registeredUserDes {
    display: table-cell;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
}

.line_client_info {
    margin: 0 -10px -4px;
    margin-top: 10px;
}

.z-forgotpassword,
.z-forgotpassword:hover,
.z-forgotpassword:visited,
.z-forgotpassword:active,
.z-forgotpassword:link {
    font-family: Lato, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #333333;
    font-style: normal;
    font-weight: 400;
    float: right;
    padding-top: 3px;
}

@media only screen and (min-width: 768px) {
    .line_client_info .form-group label.control-label.col-sm-3 {
        line-height: 44px;
    }
}

@media only screen and (max-width: 767px) {
    .signInUrlDes {
        display: none !important;
    }

    .input_new_account label[for=account2] {
        width: 40% !important;
    }

    .line_client_info .form-group label.control-label.col-sm-3 {
        padding-right: 15px;
        padding-left: 10px;
        margin-bottom: -8px;
    }

    #btnGoogleSignin2 {
        margin-left: 10px;
    }

    .btn_signin {
        margin-top: 28px;
    }
}

/*NEW-992*/
.signin-signup-panel .form-group .box-input-client .z-forgotpassword {
    position: relative;
    z-index: 100;
    color: red;
    font-weight: 600;
}

/*NEW-966*/
.domain_tit .tooltip {
    margin-left: 175px;
}

.domain_tit .tooltip.in {
    opacity: 1;
}

.domain_tit .tooltip.bottom {
    padding: 28px 0 0 0;
}

img.label-premium {
    margin-top: -18px;
    padding: 0;
}

.domain_tit .tooltip .tooltip-inner {
    margin-top: 0;
    text-align: justify !important;
    white-space: nowrap;
    max-width: 600px !important;
    padding: 12px;
    background: #fff;
    color: #000;
    border: 1px solid #2b5580;
    font-size: 14px;
}

.tooltip.bottom .tooltip-arrow {
    top: 3px;
    left: 4% !important;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    border-width: 0 43px 27px;
}

.tooltip.bottom .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
    top: -1px;
    border-bottom-color: navy;
    border-width: 0 43px 27px;
    z-index: -1;
    left: -43px;
}

.banner-footer-margin-bottom {
    margin-top: 150px;
}

@media only screen and (max-width: 767px) {
    .domain_tit .tooltip {
        margin-left: 50px;
    }

    .domain_tit .tooltip.bottom {
        width: 100%;
    }

    .domain_tit .tooltip .tooltip-inner {
        white-space: normal;
        max-width: none !important;
        font-size: 12px;
        display: block;
    }

    .tooltip.bottom .tooltip-arrow {
        left: 4% !important;
    }

    .tooltip.bottom .tooltip-arrow::before {
        border-width: 0 43px 27px;
    }

    img.label-premium {
        margin-top: inherit;
        padding: inherit;
    }

    img.label-premium.bulk {
        margin-top: 0;
    }

    .banner-footer-margin-bottom {
        margin-top: 15px;
    }
}

.loadingPrice {
    background-image: url("../images/loading.gif") !important;
    background-repeat: no-repeat !important;
    background-position-x: center !important;
    background-position-y: center !important;
    background-size: 20px !important;
    pointer-events: none;
}

.signin-signup-panel #signInButton[disabled] {
    cursor: not-allowed;
}
