/** Checkout Page Wrapper **/
@media screen and (min-width: 768px){
	div#edd_checkout_wrap {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
	}
	div#edd_checkout_form_wrap {
	    width: 60%;
	    padding-right: 30px;
	}
	form#edd_checkout_cart_form {
	    width: 40%;
	}
}

#edd_secure_site_wrapper{
	display:none;
}

#edd_checkout_wrap *::placeholder {
    /* modern browser */
    color: #aaa;
}
.empty-cart{
	margin:0 auto;
}

/**for Checkout page only */
.edd-checkout .navbar-fixed-top{
	position: relative !important;
}
.edd-checkout #edd_checkout_wrap{
	padding-bottom: 50px;
  width: 100%;
  max-width: 1220px;
}
/** END Checkout Page Wrapper **/

/** Checkout Personal Info **/
#edd_checkout_user_info legend, #edd_payment_mode_select legend, #edd_cc_fields legend,
#edd_register_account_fields legend {
    border: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 1.25rem;
	background: none;
    padding: initial;
    text-align: left;
    padding: 0 15px;
    margin-left: -15px;
    color: #293241 !important;
	position:relative;
	    width: 100%;
		display: block;
}
#edd_checkout_form_wrap fieldset{
  border: none;
}
#edd_checkout_form_wrap #edd_checkout_user_info, #edd_checkout_form_wrap #edd_cc_address, #edd_checkout_form_wrap #edd_register_account_fields{
	background-color: initial !important;
    color: #222 !important;
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding:0px;

}
#edd_checkout_form_wrap #edd_checkout_user_info{
  margin-top:50px;
  padding-top:25px;
}
#edd_checkout_form_wrap fieldset#edd_register_account_fields legend {
    text-transform: capitalize;
    background-color: transparent;
    color: #293241 !important;
	padding-top: 4px;
}
#edd-login-account-wrap{
	text-align: left;
    padding-left: 0 !important;
}
#edd_register_fields, #edd_checkout_login_register{
	background-color: initial !important;
    color: #222 !important;
	padding:0px;
}

fieldset#edd_checkout_user_info > *,fieldset#edd_register_account_fields > * , .edd-stripe-new-card #edd-card-name-wrap label {
    width: 100%;
	text-align: left;
	position:relative;
	margin-top:0px;
	margin-bottom: 10px !important;
    padding-bottom: 10px;
}
#edd_checkout_user_info label, #edd_register_account_fields label{
	position:relative;
	left: auto;
    top: auto;
    font-weight: 600;
	display: block;
	margin-bottom: 5px;
}
#edd_purchase_form input.edd-input,
#edd_cc_address .edd-input  {
    width: 100% !important;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 1px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border-top: 1px solid rgb(209 213 219);
    color: #464a4d;
    font-size: 1rem;
    text-align: left;
    padding: 0.5rem 0.75rem;
    line-height: 1.9rem;
    border-radius: 0.375rem;
  height: auto !important;
}
#edd_purchase_form input.edd-input:focus {
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    border-color: #2563eb;
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
    outline: 2px solid transparent;
    outline-offset: 2px;
		--tw-ring-opacity: 1;
    --tw-ring-color: rgb(39 148 218/var(--tw-ring-opacity));
--tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}
.field-holder, .card-expiration, #edd_checkout_login_register p.field-holder, #edd_checkout_login_register p.field-holder:last-child, .fes-el{
	background-color:transparent;
}


@media screen and (min-width: 768px){
	fieldset#edd_checkout_user_info > #edd-first-name-wrap, fieldset#edd_checkout_user_info > #edd-last-name-wrap, #edd_payment_mode_select #edd-payment-mode-wrap .edd-gateway-option, .edd-stripe-new-card #edd-card-name-wrap #card_name, .edd-stripe-new-card #edd-card-name-wrap:after {
	    width: 48% !important;
	}
}
#edd_checkout_form_wrap #edd_purchase_submit #edd_final_total_wrap{
	display:none;
}

.holder-focus label, .holder-focus textarea + label {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/** END Checkout Personal Info **/

/** Checkout Select Payment Method **/

#edd_checkout_form_wrap #edd_cc_fields{
  padding:0;
}
#edd_checkout_form_wrap #edd_cc_fields legend{
  border: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
  background: none;
  padding: initial;
  text-align: left;
  padding: 0 15px !important;
  margin-left: -15px;
  color: #293241 !important;
  position: relative;
  width: 100%;
  display: block;
}
#edd_payment_mode_select_wrap #edd_payment_mode_select {
    border: none;
    padding: 0;
		margin-bottom: 0px;
}
#edd_payment_mode_select legend{
	border:none !important;
	top:0 !important;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap {
    margin-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}

#edd_payment_mode_select #edd-payment-mode-wrap .edd-gateway-option {
    padding: 0.75rem 1.25rem;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgb(243 244 246);
    text-transform: none;
    letter-spacing: 0;
    line-height: 25px;
    display: inline-block;
    margin-bottom: 0;
		text-align: left;
		background-color: rgb(243 244 246/var(--tw-bg-opacity));
		--tw-bg-opacity: 1;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;

}
#edd_payment_mode_select #edd-payment-mode-wrap .edd-gateway-option.edd-gateway-option-selected {
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    background-color: #fff !important;
    opacity: 1;
    filter: grayscale(0);
    outline: 2px solid #2794da;
		--tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
		--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
		box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
		--tw-shadow-color: rgba(39,148,218,.2);
    --tw-shadow: var(--tw-shadow-colored);
}
#edd_payment_mode_select #edd-payment-mode-wrap .edd-gateway-option input {
    position: absolute;
    opacity: 0;
}
#edd_payment_mode_select #edd-payment-mode-wrap .edd-gateway-option:after {
    content: "";
    display: block;
    float: right;
    height: 20px;
    width: 100px;
    background-size: contain;
    background-position: center right;
    margin-left: 1%;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
		visibility: visible;
}
#edd_payment_mode_select #edd-payment-mode-wrap .edd-gateway-option#edd-gateway-option-paypal_commerce:after {
    background-image: url(images/paypal.png);
}
#edd_payment_mode_select #edd-payment-mode-wrap .edd-gateway-option#edd-gateway-option-stripe:after {
    background-image: url(images/cards.png);
}
/** END Checkout Select Payment Method **/

/** Checkout Stripe CC Section**/
#edd_cc_fields{
	background-color: initial !important;
    color: #222 !important;
    justify-content: space-between;
	padding:0px;
}
#edd_cc_fields legend{
  display: none !important;
}

p#edd-card-name-wrap {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.edd-stripe-new-card label{
	display:block;
	text-align: left;
	left:auto;
	top:auto;
	margin-bottom:5px !important;
	font-weight:600;
}
.edd-stripe-new-card #edd-stripe-card-element.StripeElement {
    background-color: #fff !important;
}
#edd_purchase_form_wrap .edd-stripe-card-selector, #edd_purchase_form_wrap .edd-stripe-new-card {
    padding: 2rem;
    background-color: #f9fafb;
}
.edd-stripe-new-card #edd-card-name-wrap:after {
    content: "";
    display: inline-block;
    height: 30px;
    width: 48%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/secure-stripe.png);
		background-position: center right;
    margin-left: 2%;
    vertical-align: bottom;
    margin-bottom: 5px;
}
#edd_purchase_form #card_name{
	display: inline-block;
	margin-bottom: 5px;
}

.ihc-account-page-wrapp .edd-stripe-new-card .card-name{
	border: 1px solid #ddd;
	height: 36px;
	padding: 8px 20px;
}
#edd_cc_address{
	background-color: initial !important;
    color: #222 !important;
    justify-content: space-between;
	padding:0px;
}

#edd_cc_address legend{
	display: none;
}
#edd_cc_address input[type="text"], #edd_cc_address select{
	border: 1px solid #ddd;
	height: 36px;
	padding: 8px 20px;
}

#edd_cc_address label {
    position: relative;
    top: 0;
    line-height: 20px;
    height: 25px;
    left: 0px;
    margin: 0;
    font-weight: 400;
    display: block;
    text-align: left;
    font-weight: 700;
}
#edd_cc_address input[type="checkbox"]{
	  float: none;
		vertical-align: middle;
}
#edd_cc_address .edd-stripe-update-billing-address-wrapper label{
	    display: inline-flex;
}
/**END Checkout Stripe CC Section**/

/** Checkout Purchase Button**/
#edd_purchase_submit #edd-purchase-button {
		width:100%;
    background-color: rgb(39,148,218) !important;
		text-transform: capitalize;
		padding: 14px 50px !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight:700;
}
#edd_checkout_form_wrap #edd_purchase_submit{
	padding:0 !important;
	border-top:none;
	margin-top: 15px;
}
/**END Checkout Purchase Button**/


/** Checkout art Table **/
#edd_checkout_cart_wrap{
    overflow: hidden;
}
#edd_checkout_cart {
    border-collapse: collapse;
    border: 0;
    margin: 0;
    table-layout: fixed;
    box-shadow: none;
		background-color: #fff;
	overflow: hidden;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.wpindeed-cart-table-wrapper{
	border-color: #e5e7eb;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 30px;
overflow: hidden;
border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.edd_cart_item a.edd_cart_remove_item_btn{
	text-decoration: none !important;
  color: #999 !important;
	font-weight: 500;
  font-size: 10px !important;
  vertical-align: inherit;
  padding-right: 2px;
}
.edd_cart_item .edd_cart_item_image{
  display: inline-block;
  vertical-align: middle;
}
.section table .edd_cart_remove_item_btn:before{
	display: none !important;
}

#edd_checkout_cart .edd_cart_header_row:not(.edd_cart_discount_row) {
    background-color: #f4f7fa;
}

#edd_checkout_cart th:first-child {
    min-width: 60%;
    width: 70%;
}
#edd_checkout_cart_wrap #edd_checkout_cart tr, #edd_checkout_cart_wrap #edd_checkout_cart th {
    border: 0 none;
    font-size: 14px !important;
    text-transform: capitalize;
    line-height: 1rem;
    font-weight: 500;
}
#edd_checkout_wrap .edd_cart_header_row th {
    background: #f4f7fa;
	border: 0 none;
    border-bottom: 2px solid #e5e7eb;
    color: #293241;
    border-width: 0 2px 2px 0;
    padding: 15px 20px !important;
    font-weight: 600 !important;
	font-family: Montserrat , Arial, Helvetica;

}
.edd_cart_item_image .edd_checkout_cart_item_title {
    font-size: 14px;
    font-weight: 700;
    color: #35495c;
}
#edd_checkout_cart td {
    text-align: left !important;
    border: 0 !important;
    color: #000 !important;
    padding: 0.5em 1.387em !important;
    line-height: 25px !important;
    vertical-align: middle !important;
    background: #fff !important;
}
#edd_checkout_cart td.edd_cart_item_price{
	color: #000 !important;
    vertical-align: middle;
    line-height: 25px !important;
    border: 0;
	font-size: 16px;
    font-weight: 600;
}
#edd_checkout_cart .edd_cart_item_price {
    width: 40%;
    text-align: right !important;
}
#edd_checkout_cart_wrap #edd_checkout_cart tr, #edd_checkout_cart_wrap #edd_checkout_cart th {
    border: 0 none;
    font-size: 16px !important;
    text-transform: capitalize;
    line-height: 2rem;
    font-weight: 600;
		border-bottom: 1px solid #e5e7eb;
}
#edd_checkout_cart_wrap #edd_checkout_cart tr{
  line-height: 3rem;
}
#edd_checkout_cart_wrap #edd_checkout_cart th{
	font-size: 12px !important;
}
#edd_checkout_cart_wrap #edd_checkout_cart th:first-child{
	text-align:left !important;
}
#edd_checkout_cart_wrap #edd_checkout_cart .edd_cart_actions{
  display:none;
}
#edd_checkout_cart .edd_cart_item .eddr-cart-item-notice{
  display:none;
}
#edd_checkout_cart td.edd_cart_item_name{
  padding: 1.5em 1em !important;
}
#edd_checkout_cart td.edd_cart_item_price{
  padding-right:16px !important;
}
#edd_checkout_cart tfoot th {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: middle;
  text-align: left;
  position: relative;
}

/* Stilizează span-urile din TH */
#edd_checkout_cart .edd_cart_subtotal_amount,
#edd_checkout_cart .edd_cart_tax_amount,
#edd_checkout_cart .edd_cart_amount {
  float: right;
  font-weight: 600;
  color: #111;
  margin-left: 1rem;
}

#edd_checkout_cart tfoot th.edd_cart_total .edd_cart_amount{
  font-size: 16px;
  font-weight: 700;
  color: #c00;
}

.edd_cart_footer_row .edd_cart_total {
    background-color: inherit;
}
#edd_checkout_cart tfoot tr {
    background: #f4f7fa;
}
.edd_cart_amount{
	font-size: 15px;
	color: rgb(177 39 4);
}
@media screen and (max-width: 375px){
	#edd_checkout_cart .edd_cart_item_price{
		width:100%;
	}
	#edd_checkout_cart .edd_cart_footer_row th{
		display: inline-block !important;
		width: 28%;
	}
}
/** END Checkout Cart Table **/

/** Checkout Testimonial Section **/
.wpindeed-cart-testimonial-wrapper{
	border-radius: 8px;
    width: 100%;
    border: 1px solid #ede;
    padding: 1.75rem 2.5rem;
		margin: 40px 0;
}
.wpindeed-cart-testimonial-wrapper .wpindeed-cart-testimonial-text{
	padding-bottom: 35px;
}
.wpindeed-cart-testimonial-wrapper .wpindeed-cart-testimonial-lg{
	font-weight: 700;
	font-size:16px;
	color:£222;
}
.wpindeed-cart-testimonial-wrapper .wpindeed-cart-testimonial-stars{
	display: flex;
}
.wpindeed-cart-testimonial-wrapper .cart-star{
	width: 1.25rem;
	color:rgb(251 146 60);
}
/** END Checkout Testimonial Section **/

/** Checkout Checks **/
.wpindeed-cart-checks{
		margin-bottom: 50px;
}
.wpindeed-cart-checks ul{
	list-style: none;
	margin-left: 0;
  padding-left:0;
}
.wpindeed-cart-checks ul li{
	list-style: none;
}
.wpindeed-cart-checks ul li span{
	padding-left: 10px;
}
/** END Checkout Checks **/

/** Checkout Secure **/
.wpindeed-cart-secure{
		margin-bottom: 50px;
}
.wpindeed-cart-secure-norton{
	width:100px;
	height: 56px;
	display:inline-block;
	margin-right: 10px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/norton-secure.svg);
	background-position: center right;
}
.wpindeed-cart-secure-mcaffe{
	width:120px;
	height: 50px;
	display:inline-block;
	margin-right: 10px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/mcafee-secure.svg);
	background-position: center right;
}
.wpindeed-cart-secure-paypal{
	width:56px;
	height: 56px;
	display:inline-block;
	margin-right: 10px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/paypal-verified.gif);
	background-position: center right;
}
@media screen and (max-width: 375px){
	.wpindeed-cart-secure-norton, .wpindeed-cart-secure-mcaffe, .wpindeed-cart-secure-paypal{
		margin-right: 3px;
	}
}
/** END Checkout Secure **/

/** Checkout Discount Code **/
.edd-discount-code-field-wrap input#edd-discount{
	background: #fff!important;
  width:80% !important;
}
.edd-discount-code-field-wrap input.edd-submit{
	border-radius: 0.375rem !important;
  -webkit-border-radius: 0.375rem !important;
	background: #2794da !important;
  border-color: #2794da !important;
  width: 18%;
  padding: 14px 12px !important;
}
#edd_checkout_form_wrap #edd_show_discount{
	background: none !important;
  border: none !important;
  padding: 0 !important;
  font-size: 13px !important;
  margin-bottom: 0;
  text-align: right;
}
fieldset#edd_discount_code{
	margin-bottom: 5px;
}
#edd_checkout_form_wrap #edd-discount-code-wrap{
	padding-bottom: 20px !important;
	margin-bottom: 15px;
  color:#000;
}
#edd_checkout_cart .edd_discount{
  float: right;
  font-weight: 600;
  color: #111;
  margin-left: 1rem;
}
#edd_checkout_cart .edd_discount_remove{
  vertical-align: middle !important;
}
/** END Checkout Discount Code **/

/** Checkout Footer Message **/
.wpindeed-checkout-footer-message{
	margin:0 50px;
	margin-bottom: 50px;
}
.wpindeed-checkout-footer-disclaimer{
	font-size: 11px;
	color:#666;
  text-align: center;
  margin:0 50px;
}

/** END Checkout Footer Message **/

/** Checkout CLEANUP
.edd-checkout .header-wrapper,
.edd-checkout #footer.edd-review-footer{
	display: none;
}
/** END Checkout CLEANUP **/

/** EDD License Renew **/
#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields{
  background: none;
  border: none;
  padding-left: 0;
}
#edd-license-key-container-wrap{
  background: none !important;
}
#edd-license-key-container-wrap label{
  color: #000 !important;
}
/** END EDD License Renew **/
#edd_sl_license_keys .edd_sl_item{
  min-width: 250px !important;
}
#edd_sl_license_keys .edd_sl_key{
  min-width: 400px !important;
}

#edd_user_history th.edd_license_key,
#edd_user_history td.edd_license_key {
    display: none !important;
}
.edd_sl_license_row .edd_sl_item_name{
  font-weight: 700;
}
#edd_user_history td .edd_download_file{
  line-height: 35px !important;
}
#edd_user_history td.edd_download_download_name{
  vertical-align: top;
  font-weight: 700;
  padding: 20px;
}
