@import "./pricingTable.min.css";

#cardHolder, #iframesCardNumber, #iframesCardExpiration, #iframesCardCvv {
    display: block;
    width: 100%;
}
.rendered-form .form-control {
    background-color: #eee;
    border: none;
    color: #999;
    font-weight: 400;
    padding: 16px !important;
    line-height: initial !important;
    height: initial !important;
    border-radius: 0 !important;
}
.rendered-form select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}
.rendered-form .form-control:focus {
    outline: 0;
    box-shadow: initial !important;
}
.rendered-form > div .row label {
    font-weight: 400 !important;
}
.rendered-form > .fb-secureCC  .row label {
    font-weight: 600 !important;
}
.form_footer .btn {
    font-weight: 600 !important;
    border-radius: 3px !important;
    color: inherit !important;
    background: transparent !important;
    border: 2px solid #000 !important;
    transition: all .2s !important;
}
.form_footer .btn:hover {
    font-weight: 600 !important;
    border-radius: 3px !important;
    color: inherit !important;
    background: #cccccc !important;
    border: 2px solid #cccccc !important;
}

.required-field > label::after {
    content: " \f005";
    color: #F44336;
    font-family: FontAwesome;
    font-size: .6em;
    vertical-align: super;
}

.rendered-form .form-row {
    margin-right: 0;
    margin-left: 0;
}

.owl-theme .owl-dots .owl-dot span {
    display: none !important;
}

.form-group.has-error .help-block {
    color: #ff1f1f;
}

.form-container select {
    -webkit-appearance: none;
}

@media (max-width: 768px) {
    .sw-theme-arrows > ul.step-anchor > li > a, .sw-theme-arrows > ul.step-anchor > li > a:hover {
        padding: 8px !important;
    }
}

::-webkit-inner-spin-button {
    display: none;
}

select.form-control[multiple] {
    background: none;
}

.sw-btn-next {
    margin-left: 10px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.icheckbox_flat-blue, .iradio_flat-blue {
    width: 21px;
    height: 21px;
}

a.clickable-object {
    position: relative;
    display: inline-block;
}

a.clickable-object:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.tab-content {
    padding-top: 2rem;
}

#cart-details .table-responsive {
    border-radius: 5px;
}

#checkoutWizard.sw-theme-arrows > ul.step-anchor > li.active > a {
    border-color: #00a9fa !important;
    background: #00a9fa !important;
}

#checkoutWizard.sw-theme-arrows > ul.step-anchor > li.active > a:after {
    border-left: 30px solid #00a9fa !important;
}

#cart-details table thead tr {
    background-color: #00a9fa;
    color: #FFF;
}

#cart-details table thead td, #cart-details table thead th {
    text-align: left;
}

#checkoutWizard .custom-control {
    display: inline-block;
}



#shipping-method .custom-radio {
    display: block !important;
    margin-bottom: 0 !important;
}

#registerForm, #forgetPasswordForm, #checkoutLoginForm {
    width: 500px;
    background-color: #fff;
    padding: 20px;
    margin: 3% auto;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
}

#registerForm:after, #forgetPasswordForm:after, #checkoutLoginForm:after {
    content: 'x';
    font-size: 16px;
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 3px;
    right: 3px;
    text-align: center;
    border-radius: 100%;
    color: #000;
    line-height: 1.25;
    font-weight: bold;
    /*text-shadow: 2px 2px 2px #888;*/
    cursor: pointer;
}
#checkoutLoginForm {
    height: 350px;
}
#checkoutLoginForm .form-group.has-feedback.has-error small.form-control-feedback {
    display: contents;
}
#under-constraction {
    padding: 30vh 0 0;
}
.under-constraction-image img {
    vertical-align: middle;
    width: 40%;
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.under-constraction-header {
    padding: 20px 0;
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
}
.under-constraction-link a button {
    background: #CE1025;
    border-radius: 4px;
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    padding: 13px 70px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.under-constraction-link a button:hover {
    background: #8e1616;
}
.price-box .price-footer .btn:hover {
    color: #fff !important;
}

.price-box.best-plan .price-footer .btn:hover {
    color: #333 !important;
}


