@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
body{
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4, h5, h6, p{
	font-family: inherit !important;
}
#checkout_temp_form div, #checkout_temp_form {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-family: 'DM Sans',sans-serif;
}
#checkout_temp_form .checkout_wrapper, .checkout_wrapper {
    max-width: 100%;
    box-shadow: 0px 4px 6px 4px #ddd;
    width: 100% !important;
    display: inline-block;
    vertical-align: middle;
    margin: 15px auto 0px;
}

#checkout_temp_form .checkout_card, .checkout_card {
    border: 1px solid #eee;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
}
#checkout_temp_form .prod_outer_trans_div, .prod_outer_trans_div {
    display: inline-block;
    width: 100%;
    margin: 16px 30px 16px 30px;
}
#checkout_temp_form .checkout_card h1, .checkout_card h1{
	background: #0d4865;
    color: #fff;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 21px;
    font-family: 'DM Sans',sans-serif!important;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4;
}
#checkout_temp_form .checkout_card h1 small, .checkout_card h1 small{
    font-size: 12px;
}
#checkout_temp_form .card_content, .card_content{
    padding: 16px;
    float: left;
    width: 100%;
}
#checkout_temp_form .card_content p, .card_content p{
    font-size: 14px;
}
#checkout_temp_form .card_content h5, .card_content h5{
    font-size: 16px;
}
#checkout_temp_form .card_content h6, .card_content h6 {
    margin-bottom: 12px;
    font-size: 16px;
    display: flex;
    background: #ffff99;
    padding: 15px 13px ;
    width: 100%;
    position: relative;
    clear: both;
}
#checkout_temp_form .checkout-template-tabs .card_content input[type=checkbox], .checkout-template-tabs .card_content input[type=checkbox] {
    margin-top: 3px;
    margin-right: 5px;
}
#checkout_temp_form .card_content a, .card_content a{
	font-size: 14px;
}
#checkout_temp_form .card_content table tbody tr th, .card_content table tbody tr th{
    font-size: 14px;
    padding: 8px 8px;
    color:#333;
    font-weight:600;
}
#checkout_temp_form .card_content table tbody tr td, .card_content table tbody tr td {
    font-size: 14px;
    padding: 8px 8px;
    border-top: 1px solid #ddd;
}
#checkout_temp_form .card_content table tbody tr td span, .card_content table tbody tr td span {
    font-size: 15px;
    color:#333;
}
#checkout_temp_form .card_content table tbody tr td h4, .card_content table tbody tr td h4{
    font-size: 15px;
    margin-bottom: 3px;
}
#checkout_temp_form .card_content table tbody tr td .form-control, .card_content table tbody tr td .form-control{
    height: 42px !important;
    padding: 0px 8px;
    margin-left: 5px;
}
#checkout_temp_form .summar_bottom_text h2, .summar_bottom_text h2 {
    font-size: 17px;
    margin: 20px 8px 6px !important;
}
#checkout_temp_form .summar_bottom_text p, .summar_bottom_text p {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    margin-bottom: 0px;
}
#checkout_temp_form .summar_bottom_text p .fa-check, .summar_bottom_text p .fa-check {
    margin-right: 7px;
    margin-top: 4px;
    font-size: 16px;
    color:#87cb7c;
}

#checkout_temp_form .summar_bottom_text .inner_bottom, .summar_bottom_text .inner_bottom {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 0 15px 0;
    /*border: 1px solid transparent;*/
    display: flex;
}

#checkout_temp_form .summar_bottom_text .inner_bottom:hover, .summar_bottom_text .inner_bottom:hover {
    /*border: 1px dashed #999;*/
    border: none;
}

#checkout_temp_form .summar_bottom_head h2, .summar_bottom_head h2 {
    padding: 0 !important;
    margin: 0 0 15px !important;
    color: #0f2e47;
    font-size: 21px;
    font-family: 'DM Sans',sans-serif!important;
    font-weight: 600;
    text-transform: capitalize;
    line-height: normal;
    width: 100%;
}

#checkout_temp_form .credit_template_2 .summar_bottom_text input[type=checkbox], .credit_template_2 .summar_bottom_text input[type=checkbox] {
    margin-top: 2px;
    margin-right: 8px;
}
#checkout_temp_form .summar_bottom_text .inner_bottom .close_btn, .summar_bottom_text .inner_bottom .close_btn {
    position: absolute;
    top: -8px;
    right: -7px;
    background: #ea2626;
    color: #ddd;
    border-radius: 50%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: none;
}
#checkout_temp_form .summar_bottom_text .inner_bottom:hover .close_btn, .summar_bottom_text .inner_bottom:hover .close_btn{
	display:block
}
#checkout_temp_form .common_nonvisibility, .common_nonvisibility{
	display:none;
}

#checkout_temp_form .summar_bottom_text .inner_bottom .mce-content-body {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 0;
    line-height: 1.5;
    font-family: 'DM Sans',sans-serif !important;
}

#checkout_temp_form .credit_template_2 .payment_gateway_credit, .credit_template_2 .payment_gateway_credit, #checkout_temp_form .credit_template_2 .payment_gateway_paypal, .credit_template_2 .payment_gateway_paypal {
    display: inline-block;
    width: 100%;
    margin: 12px 0px 6px;
    padding: 0px 10px;
}

#checkout_temp_form .credit_template_2 .radio-inline input[type=radio], .credit_template_2 .radio-inline input[type=radio] {
    top: 3px !important;
}
#checkout_temp_form .credit_template_2 .heading_outer, .credit_template_2 .heading_outer{
	width:100%;
}
#checkout_temp_form .credit_template_2 .form-control, .credit_template_2 .form-control {
	height:55px;
    font-family: 'DM Sans',sans-serif !important;
}
#checkout_temp_form .power_product_img {
    float: left;
    margin-right: 12px;
}
#checkout_temp_form .content_section_heading, .content_section_heading {
    font-size: 18px;
    color: #0095f7 !important;
    font-weight: 600;
    line-height: normal ;
    margin-bottom: 15px !important;
}

#checkout_temp_form .content_bg, .content_bg {
    background-color: transparent;
    padding: 0;
    margin-bottom: 15px;
    border: none;
}
#checkout_temp_form .card_content .label_top, .card_content .label_top{
    color: rgb(228, 9, 29);
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
#checkout_temp_form .card_content .credit_show_warning, .card_content .credit_show_warning {
    width: 100%;
    text-align: left;
    background: #dfffe6;
    border: 1px solid #cacaca;
    padding: 8px 12px 11px;
    border-left-width: 2px;
    border-left-color: #28a745;
    border-radius: 4px;
    text-transform: initial;
    font-size: 15px;
    margin: 13px 0 0 0;
    font-weight: 600;
}
#checkout_temp_form .card_content .purchase_creds, .card_content .purchase_creds {
    line-height: 21px;
    font-size: 17px;
    font-weight: 400;
}

#checkout_temp_form .card_content .credit_balance_outer label, .card_content .credit_balance_outer label {
    float: left;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 400;
}
#checkout_temp_form .card_content .credit_balance, .card_content .credit_balance {
    font-size: 16px;
    font-weight: 400;
}

#checkout_temp_form .spc_temp_credit #shade, .spc_temp_credit #shade{
	display:none;
}


#checkout_temp_form .spc_temp_credit .error_div, .spc_temp_credit .error_div
{
	display:none;
}
#checkout_temp_form .spc_temp_credit #total_applied_credits, .spc_temp_credit #total_applied_credits{
	display:none;
}

#checkout_temp_form .btn_submit_order, .btn_submit_order{
	display:none;
}
#checkout_temp_form .prod_outer_trans_div, .prod_outer_trans_div {
    display: inline-block;
    width: 100%;
    margin: 28px 0 -6px 0;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 28px;
}
 
#checkout_temp_form .card_outer, .card_outer{
	padding: 20px 35px 20px;
	height:100%;
}
#checkout_temp_form .credit_available_outer, .credit_available_outer, #checkout_temp_form .credit_required_outer, .credit_required_outer{
    margin-bottom: 0px!important
}
#checkout_temp_form .orderInfoHideShow .editable_heading, .orderInfoHideShow .editable_heading{
    display: none !important;
    }
#checkout_temp_form  #checkoutWrapper form#formPayment .orderListInfo_outer, #checkoutWrapper form#formPayment .orderListInfo_outer {
    margin-bottom: 0!important;
}
#checkout_temp_form .summar_bottom_text, .summar_bottom_text {
    float: left;
    width: 100%;
    padding-left: 7px;
    padding-right: 3px;
}
.bootstrap-paycart-temp .credit_available_outer label,  .bootstrap-paycart-temp .credit_required_outer label, .bootstrap-paycart-temp .credit_balance_outer label,
.bootstrap-paycart-temp .credit_available_outer span,  .bootstrap-paycart-temp .credit_required_outer span, .bootstrap-paycart-temp .credit_balance_outer span
, .bootstrap-paycart-temp  .credit_balance{
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#checkout_temp_form .bootstrap-paycart-temp .credit_available_heading, .bootstrap-paycart-temp .credit_available_heading, #checkout_temp_form .credit_available_heading, .credit_available_heading{
    position: relative;
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 0px;
    width: 100%;
    clear: both;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    text-align: left;
}
#checkout_temp_form .bootstrap-paycart-temp .credit_common label, #checkout_temp_form .credit_common label, .bootstrap-paycart-temp .credit_common span, .#checkout_temp_form credit_common span{
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
        margin: 0;
}
#checkout_temp_form #dapLoginModal .modal-dialog{    
	position: absolute;
	width: 100%;
	left: 50%;
	top: 44%;
	transform: translate(-50%, -50%);
}
#checkout_temp_form #dapLoginModal {
    width: 100% !important;
    max-width: 100%;
        margin: 0 0;
}
 
#checkout_temp_form .form-control {
	font-size: 15px;
    font-weight: 400;
}
#checkout_temp_form .credit_available_outer, .credit_required_outer  {
    position: relative;
    color: #555;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0 0px;
    width: 100%;
    clear: both;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    line-height: 1.3;
}
#checkout_temp_form #checkoutWrapper .custom_order_outer {
    margin-bottom: 30px!important;
        margin-top: 35px!important;
}
#checkout_temp_form #checkoutWrapper .order_details_outer{
padding:0
}

#checkout_temp_form #checkout_temp_form #checkoutWrapper .order_details_inner table tr td:first-child {
    width:70% !important;
}
#checkout_temp_form #checkoutWrapper .order_details_inner table tr td:last-child 
 {
    width:30% !important;
}

#checkout_temp_form .card_outer {
    padding: 0 0 0px;
    margin: 20px 20px 0 0px;
}
#checkout_temp_form .card_content { 
    padding-bottom: 5px;
}
#checkout_temp_form .orderbump_top_outer .order_bump_top, #checkout_temp_form .orderbump_bottom_outer .order_bump_bottom {
    margin: 0 15px;
}
.checkout_card .orderInfoHideShow .row {
    margin-bottom: 5px;
}

.card_outer .order_bump_Temp {
    padding: 0px;
}
 
#credit_card_info .col-sm-4 {
	flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

#checkoutWrapper .power_product_img{
    float: left;
    width:30%;
}
#checkoutWrapper .prod_orderdetails{
    float: left;
    width: 66%;
}
#checkoutWrapper .prod_outer_trans_div .product_power_cart .power_description h3 {
    padding: 0 !important;
    margin: 0 0 10px !important;
    font-size: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}
.warning_div label {
    font-style: normal;
    font-size: 16px;
    float: left;
    line-height: normal !important;
    font-weight: normal;
    margin: 0 !important;
}
#checkoutWrapper .content_section_heading, .content_section_heading {
    position: relative;
     color: #fff;
    margin-bottom: 0px;
    font-size: 20px;
    padding: 10px 0px;  
    font-weight: 600;
}
#checkout_temp_form .card_content .checkmark:after, #checkoutWrapper .card_content .checkmark:after {
left: 6px;
top: 2.4px;
width: 5px;
height: 9px;
}
#checkout_temp_form .credit_template_2 .warning_div .checkmark, #checkoutWrapper .credit_template_2 .warning_div .checkmark {
    border: 1px solid #ddd !important;
    min-width: 22px;
    min-height: 22px;
}
#checkoutWrapper .form-outer .card_content input[type=checkbox] {
    left: 13px;
    min-width: 22px;
    min-height: 22px;
    margin: 0 !important;
}

.spc_checkout_template_enable_drag_drop .spc_checkout_template_drag_drop_item{
	float: none;
}


#checkout_temp_form .spc_checkout_template_drag_drop_item{
	float: none;
}

#checkout_temp_form .orderbump_bottom_outer {
    float: none;
    padding: 0;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.spc_coupon_outer .appy-copons-form {
    display: flex !important;
    padding: 24px 16px !important;
}
.spc_coupon_outer .appy-copons-form .appy-copons-input{
	padding-right:12px;
	flex: 0 0 24.333333%;
    max-width: 24.333333%;
}
.spc_coupon_outer .appy-copons-form .appy-copons-input .form-control{
	height: inherit !important;
}
.spc_coupon_outer .appy-copons-form .appy-copons-btn{
	flex: 0 0 16%;
    max-width: 16%;
}
.spc_coupon_outer .appy-copons-form .appy-copons-btn #apply_coupon{
	font-weight: 700;
    padding: 9px 20px;
    color: #fff;
    margin: 0;
}
.spc_coupon_outer .appy-copons-form .appy-copons-amount{
    display: flex;
    align-items: center;
}
.ckbx-product-outer .checkmark:after, .gdpr-check .checkmark:after, .privacy-check .checkmark:after, .donation_div .checkmark:after {
    left: 5px !important;
}


.summar_bottom_text .active_edit{
	border:none !important;	
}

.card_content .credit_show_warning .credit_common {
    clear: both;
    display: inline-block;
    width: 100%;
    margin: 0;
}

.card_content .credit_show_warning .credit_common.credit_balance_outer label, .card_content .credit_show_warning .credit_common.credit_balance_outer .credit_balance {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #222;
    line-height: 1.4 !important;
}

#checkout_temp_form .credit_common .credit_lable_outer *, #checkout_temp_form .credit_common .credit_lable_outer,
#checkout_temp_form .credit_common .mce-content-body {
    line-height: 1.5 !important;
    vertical-align: middle;
    font-size: 14px !important;
    font-weight: 600;
}

.card_content .credit_show_warning .credit_common.credit_balance_outer label {margin-right: 5px !important;}

#checkout_temp_form .billing_details_outer {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding-bottom: 13px;
}

#checkout_temp_form .card_content.pay--credit-block {
    padding-top: 22px !important;
    background: #f7f7f7;
}

.credit_template_2 .payment_plan_div.payment-plan {
	padding-left: 40px !important;
	padding-right: 40px !important;
}
