.check_card_form-container {
    display: flex;
    padding: .2em;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: #ffffff;
    color: #333333;
}

.check_card_form-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.check_card_form__tabs-wrapper {
    display: flex;
    padding: .2em .2em 0;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: #e9e9e9;
}

.check_card_form__tab {
    display: flex;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #454545;
    padding: 6.5px 13px;
    margin: 1px .2em 0 0;
    border: 1px solid #cccccc;
    border-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background: #ededed;
}

.check_card_form__tab.active {
    color: #ffffff;
    border: 1px solid #003eff;
    background: #007fff;
}

.check_card_form__content-wrapper {
    display: flex;
    padding: 1em 1.4em;
}

.check_card_form__content {
    display: none;
}

.check_card_form__content.active {
    display: flex;
}

.check_card_form__form {
    display: flex;
    flex-direction: column;
}

.check_card_form__input-wrapper {
    display: flex;
    margin-bottom: 9px;
}

.check_card_form__label {
    width: 150px;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
}

.check_card_form__label:after {
    content: '*';
    display: inline;
    color: red;
    font-size: 13px;
    font-weight: 400;
}

.check_card_form__input {
    transition: border linear .2s, box-shadow linear .2s;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08 );
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08 );
    font-size: 13px;
    line-height: 18px;
    height: 26px;
    padding: 4px 6px;
    vertical-align: middle;
    color: #555;
    border-radius: 3px;
}

.check_card_form__input:focus {
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08 ), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08 ), 0 0 8px rgba(82, 168, 236, .6);
}

.check_card_form__input.error {
    border-color: red;
}

.check_card_form__submit-wrapper {
    display: flex;
}

.check_card_form__submit {
    display: flex;
}

.check_card_table {
    margin-top: 24px;
    border-collapse: collapse;
    border: 1px solid #aeaeae;
}

.check_card_head {
    background-color: #dddddd;
}

.check_card_head__row {
    border: 1px solid #aeaeae;
    border-bottom: 0;
}

.check_card_head__cell {
    padding: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #dddddd;
    border-top: 1px solid #aeaeae;
    color: #000000;
}

.check_card_head__cell:first-child {
    border-left: 1px solid #aeaeae;
    border-top: 1px solid #aeaeae;
}

.check_card_head__cell:last-child {
    border-right: 1px solid #aeaeae;
    border-top: 1px solid #aeaeae;
}

.check_card_body__cell {
    padding: 4px;
    text-align: center;
    border: 1px solid #aeaeae;
    font-weight: 400;
    font-size: 13px;
}
body .fa.fa-long-arrow-right:before{
    content: "\f178";
}
body .fa.fa-long-arrow-left:before {
    content: "\f177";
}
.elementor-widget-autrics-pricing,
.elementor-widget-autrics-pricing .elementor-widget-container,
.elementor-widget-autrics-pricing .plan{
    height: 100%;
}
.elementor-widget-autrics-pricing .plan{
    display: flex;
    flex-direction: column;
}
.elementor-widget-autrics-pricing .plan > *:last-child {
    margin-top: auto;
}

.modal-container{
	display: none;
}

.modal-container.show{
	display:flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
}

.modal-content-wrapper{
	position: relative;
	max-width: 600px;
	width: 100%;
	padding: 36px 36px 24px 24px;
	background-color: white;
	border-radius: 0.3rem;
	z-index: 3;
}

.modal-notice-container .modal-content{
	border: none;
}

.modal-container .modal-close{
	width: 20px;
    height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 4;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.modal-container .modal-close:before,
.modal-container .modal-close:after{
	display: flex;
	content: '';
	position: absolute;
	width: 24px;
	height: 2px;
	background-color: black;
	transform: rotate(45deg);
	border-radius: 4px;
}


.modal-container .modal-close:hover:before,
.modal-container .modal-close:hover:after{
	background-color: #ee3131;
}

.modal-container .modal-close:after{
	transform: rotate(-45deg);
}

.modal-container .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.3);
	z-index: 2;
}

.presale_js{
    cursor: pointer;
    background-color: #ee3131;
    color: #fff;
    line-height: 1;
}

.single-product .presale_js{
    margin-bottom: 2em!important;
    padding: 14px 20px!important;
    border-radius: 0!important;
    font-weight: 400!important;
}

.presale-modal b{
    font-weight: bold;
}