/*
Theme Name: WP Delicious
Theme URI: https://wpdelicious.com
Template: rishi
Author: Underscores.me
Author URI: https://wpdelicious.com
Description: WP Delicious Website
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 2.0.0
Updated: 2021-08-10 20:35:18

*/

#edd_login_form, #edd_register_form {
    max-width: 610px;
    width: 100%;
    margin:0 auto;
    background: #fff;
    border: 1px solid rgba(39,42,48,.05);
    border-radius: 5px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 8%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
#edd_login_form fieldset legend, #edd_register_form fieldset legend {
    color: #25282e;
    border: none;
    margin-bottom: 40px;
	font-weight: 600;
}
#edd_login_form fieldset, #edd_register_form fieldset {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#edd_login_form fieldset p, #edd_register_form fieldset p {
    margin: 0 0 25px;
    width: 100%;
}
#edd_login_form label, #edd_register_form label {
    display: block;
    color: #25282e;
    margin: 0 0 15px;
}
#edd_login_form input[type=password], #edd_login_form input[type=text], #edd_register_form input[type=email], #edd_register_form input[type=password], #edd_register_form input[type=text] {
    width: 100%;
    padding: 10px 20px;
}
#edd_login_form label, #edd_register_form label {
    display: block;
    color: #25282e;
    margin: 0 0 15px;
}
#edd_login_form input[type=submit]:focus, #edd_login_form input[type=submit]:hover, #edd_register_form input[type=submit]:focus, #edd_register_form input[type=submit]:hover {
    text-decoration: none;
    color: #2db68d;
    background: 0 0;
}
#edd_login_form input[type=submit], #edd_register_form input[type=submit] {
    width: 100%;
    height: auto;
    line-height: 1;
    background: #2db68d;
    border: 1px solid #2db68d;
    color: #fff;
    font-size: .889em;
    border-radius: 30px;
    padding: 21px 15px;
    -webkit-transition: ease .2s;
    -moz-transition: ease .2s;
    transition: ease .2s;
}
.page-template-account .edd-history h3{
    font-weight: 600;
}
.page-template-account .edd-history .edd_sl_license_key{
    font-size: 16px;
    font-weight: 500;
}
#edd_user_history th{
    font-weight: 600;
    background: #F1F5F9;
    border-bottom: 2px solid #eaecef;
}
#edd_user_history{
    border-top: none;
}
#edd_user_history tbody td{
    padding: 10px;
}
#edd_checkout_form_wrap legend, #edd-payment-mode-wrap .edd-payment-mode-label, #edd_profile_editor_form legend, #edd_login_form legend {
    font-weight: 600;
    font-size: 24px;
    border-bottom: solid 1px #E4E9ED;
    width: 100%;
    display: inline-block;
    margin-bottom: 3%;
    padding-bottom: .5%;
}
#edd_profile_editor_form legend {
    font-size: 18px;
}
#edd_profile_editor_form label {
    margin-bottom: 1%;
    width: 100%;
    font-size: 14px;
}
#edd_profile_editor_form p input:last-child {
    margin-bottom: 0;
}
#edd_profile_editor_form input[type=text], 
#edd_profile_editor_form input[type=password],
#edd_profile_editor_form input[type=email],
#edd_profile_editor_form select{
    border: solid 1px transparent;
    border-radius: 3px;
    background: #eef2f5;
    font-size: 16px;
}
#edd_profile_editor_form input[type=submit],
#edd_profile_editor_form input[type=text], 
#edd_profile_editor_form input[type=password],
#edd_profile_editor_form input[type=email],
#edd_profile_editor_form select{
    padding: 12px 15px;;
    width: 100%;
    max-width: 100%;   
}
fieldset{
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    margin-bottom: 30px;
}
.edd-purchase-history .edd_sl_form div span {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.edd-purchase-history .edd_sl_form div span {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.edd-purchase-history .edd_sl_form div input[type=text] {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 5px 0 0 5px;
    margin-bottom: 15px;
}
.edd-purchase-history #edd_sl_license_sites th{
    padding: 3px 5px;
    background:#F1F5F9; 
}
.edd-manage-license-back.edd-submit.button.gray{
    padding: 5px 20px;
}

/** Start of Checkout Page**/
#edd_login_form, #edd_register_form {
    max-width: 610px;
    width: 100%;
    margin:0 auto;
    background: #fff;
    border: 1px solid rgba(39,42,48,.05);
    border-radius: 5px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 8%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
#edd_login_form fieldset legend, #edd_register_form fieldset legend {
    color: #25282e;
    border: none;
    margin-bottom: 40px;
	font-weight: 600;
}
#edd_login_form fieldset, #edd_register_form fieldset {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#edd_login_form fieldset p, #edd_register_form fieldset p {
    margin: 0 0 25px;
    width: 100%;
}
#edd_login_form label, #edd_register_form label {
    display: block;
    color: #25282e;
    margin: 0 0 15px;
}
#edd_login_form input[type=password], #edd_login_form input[type=text], #edd_register_form input[type=email], #edd_register_form input[type=password], #edd_register_form input[type=text] {
    width: 100%;
    padding: 10px 20px;
}
#edd_login_form label, #edd_register_form label {
    display: block;
    color: #25282e;
    margin: 0 0 15px;
}
#edd_login_form input[type=submit]:focus, #edd_login_form input[type=submit]:hover, #edd_register_form input[type=submit]:focus, #edd_register_form input[type=submit]:hover {
    text-decoration: none;
    color: #2db68d;
    background: 0 0;
}
#edd_login_form input[type=submit], #edd_register_form input[type=submit] {
    width: 100%;
    height: auto;
    line-height: 1;
    background: #2db68d;
    border: 1px solid #2db68d;
    color: #fff;
    font-size: .889em;
    border-radius: 30px;
    padding: 21px 15px;
    -webkit-transition: ease .2s;
    -moz-transition: ease .2s;
    transition: ease .2s;
}
.page-template-account .edd-history h3{
    font-weight: 600;
}
.page-template-account .edd-history .edd_sl_license_key{
    font-size: 16px;
    font-weight: 500;
}
#edd_user_history th{
    font-weight: 600;
    background: #F1F5F9;
    border-bottom: 2px solid #eaecef;
}
#edd_user_history{
    border-top: none;
}
#edd_user_history tbody td{
    padding: 10px;
}
#edd_checkout_form_wrap legend, #edd-payment-mode-wrap .edd-payment-mode-label, #edd_profile_editor_form legend, #edd_login_form legend {
    font-weight: 600;
    font-size: 24px;
    border-bottom: solid 1px #E4E9ED;
    width: 100%;
    display: inline-block;
    margin-bottom: 3%;
    padding-bottom: .5%;
}
#edd_profile_editor_form legend {
    font-size: 18px;
}
#edd_profile_editor_form label {
    margin-bottom: 1%;
    width: 100%;
    font-size: 14px;
}
#edd_profile_editor_form p input:last-child {
    margin-bottom: 0;
}
#edd_profile_editor_form input[type=text], 
#edd_profile_editor_form input[type=password],
#edd_profile_editor_form input[type=email],
#edd_profile_editor_form select{
    border: solid 1px transparent;
    border-radius: 3px;
    background: #eef2f5;
    font-size: 16px;
}
#edd_profile_editor_form input[type=submit],
#edd_profile_editor_form input[type=text], 
#edd_profile_editor_form input[type=password],
#edd_profile_editor_form input[type=email],
#edd_profile_editor_form select{
    padding: 12px 15px;;
    width: 100%;
    max-width: 100%;   
}
fieldset{
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    margin-bottom: 30px;
}
.edd-purchase-history .edd_sl_form div span {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.edd-purchase-history .edd_sl_form div span {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.edd-purchase-history .edd_sl_form div input[type=text] {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 5px 0 0 5px;
    margin-bottom: 15px;
}
.edd-purchase-history #edd_sl_license_sites th{
    padding: 3px 5px;
    background:#F1F5F9; 
}
.edd-manage-license-back.edd-submit.button.gray{
    padding: 5px 20px;
}

/** EDD CHECKOUT PAGE **/
#edd_checkout_cart .edd_cart_header_row th {
    background: #F9FBFE;
}
#edd_checkout_cart .edd_cart_header_row td, 
#edd_checkout_cart .edd_cart_header_row th {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: normal;
    border: none;
}
#edd_checkout_cart .eddr-notice.eddr-cart-item-notice{
    font-size: 12px;
    display: none;
}
#edd_checkout_cart td img{
    width: 65px;
}
#edd_checkout_cart .edd_cart_item .edd_cart_item_name{
    display: flex;
    align-items: center;
}
#edd_checkout_cart td, #edd_checkout_cart th,
#edd_checkout_form_wrap fieldset,
#edd_checkout_form_wrap legend{
    border: none;
}
#edd_checkout_cart .edd_cart_remove_item_btn{
    color: #9A9EA0;
}


#edd_checkout_cart .edd_cart_item_price{
    color: #414649;
    font-size: 18px;
}
.edd_cart_total {
    background: #F1F5F9;
    font-size: 20px;
}
#edd_checkout_cart_form {
    border: 1px solid #F1F5F9;
    box-sizing: border-box;
    box-shadow: 0px 24px 32px rgb(0 0 0 / 2%), 
        0px 16px 24px rgb(0 0 0  / 2%), 
        0px 4px 8px rgb(0 0 0  / 2%), 
        0px 0px 1px rgb(0 0 0  / 2%);
    border-radius: 5px;
    margin-bottom: 20px;
}
#edd_checkout_cart{
    margin-bottom: 0;
}

#edd_checkout_form_wrap .edd-payment-icons{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    background: #edf9f1;
    height: auto;
    padding: 15px;
}
#edd_checkout_form_wrap .edd-payment-icons:before{
    content: "Secure Checkout";
    margin-right: 5px;
    color: #2ABC5C;   
}
#edd_checkout_form_wrap fieldset{
    padding: 0;
}
#edd_checkout_form_wrap.edd_clearfix #edd_payment_mode_select_wrap #edd-payment-mode-wrap {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}
#edd_checkout_form_wrap.edd_clearfix #edd_payment_mode_select_wrap #edd-payment-mode-wrap label.edd-gateway-option-selected {
    border: 2px solid #2db68d;
}
#edd_checkout_form_wrap.edd_clearfix #edd_payment_mode_select_wrap #edd-payment-mode-wrap label {
    width: auto;
    border: 1px solid rgba(76,83,87,0.11);
    border-radius: 4px;
    padding: 19px 20px 19px 20px;
    color: #4C5357;
    font-size: 18px;
    letter-spacing: 0.09px;
    text-transform: capitalize;
    font-weight: 400;
    width: 50%;
    text-align: left;
}
#edd_checkout_form_wrap.edd_clearfix #edd_payment_mode_select_wrap #edd-payment-mode-wrap label input[type=radio]:checked {
    background: transparent;
    border: 2px solid #2db68d;
    transition: all 0.3s ease-in-out;
}
#edd_checkout_form_wrap.edd_clearfix #edd_payment_mode_select_wrap #edd-payment-mode-wrap label .edd-gateway {
    position: relative;
    border: 3px solid rgba(76,83,87,0.34);
    width: 22px;
    height: 22px;
    border: 2px solid #ECECEC;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    margin-left: 16px;
    margin-right: 0;
    float: right;
    margin-top: 3px;
    border-radius: 20px;
}

#edd_checkout_form_wrap.edd_clearfix #edd_payment_mode_select_wrap #edd-payment-mode-wrap label .edd-gateway:checked:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #2db68d;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
input[type=checkbox], input[type=radio] {
    border-radius: 2px;
    background: #E9EEF2;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 18px;
    margin: -3px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 18px;
    min-width: 18px;
    -webkit-appearance: none;
    -webkit-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out;
    border-radius: 20px
}
.edd-checkout #edd_purchase_form_wrap legend {
    border-bottom: 1px solid #F3F0F1;
    padding-bottom: 16px;
}
#edd_checkout_form_wrap label {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #4A545A;
}
#edd_checkout_form_wrap p .edd-description {
    color: #4A545A;
    opacity: 0.5;
    font-size: 13px;
    font-weight: 300px;
}
.edd-checkout .edd-input {
    background: #fff !important;
    border-color: rgba(74, 84, 90, 0.16);
}
#edd_checkout_form_wrap input:not([type=submit]), 
#edd_checkout_form_wrap textarea, 
#edd_checkout_form_wrap select,
#edd-stripe-card-element,
#edd-stripe-card-exp-element,
#edd-stripe-card-cvc-element{
    width: 100%;
    max-width: 100%;
    padding: 10px 16px;
    -webkit-transition: 0.07s ease-in-out;
    transition: 0.07s ease-in-out;
    color: rgba(74, 84, 90, 1);
    border: solid 1px transparent;
    box-shadow: none;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}
.edd-checkout #edd_cc_fields {
    padding: 56px 24px 24px;
    background: #FCFAFB;
    border-radius: 5px;
    margin-bottom: 45px;
}
.edd-checkout #edd_cc_fields >legend {
    position: relative;
    top: 49px;
}
.edd-checkout #edd_cc_fields #edd_secure_site_wrapper {
    background: #EEF4EA;
    border-radius: 5px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 16px;
    margin-bottom: 24px;
}
.edd-checkout #edd_cc_fields #edd_secure_site_wrapper .padlock svg {
    fill: #2BBC31;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.edd-checkout #edd_cc_fields #edd_secure_site_wrapper span {
    display: inline-flex;
    font-size: 14px;
    line-height: 24px;
    color: rgba(74, 84, 90, 0.8);
    font-weight: normal;
}
.edd-checkout #edd_purchase_submit #edd_final_total_wrap {
    background: #FCFAFB;
    border: 1px solid #F3F0F1;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 32px;
    text-align: center;
    margin-bottom: 32px;
}
.edd-checkout #edd_purchase_submit #edd_final_total_wrap strong {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: rgba(74, 84, 90, 1);
}
.edd-checkout #edd-purchase-button {
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    padding: 20px;
    font-size: 20px;
    line-height: 24px;
    display: block;
    border: none;
    background: #2db68d;
}
.edd-checkout #edd-purchase-button:hover{
    background: #219774;
}
#edd_payment_mode_select_wrap{
    margin-bottom: 40px;
}
#edd_checkout_form_wrap #edd_show_discount,
#edd_checkout_form_wrap #edd-discount-code-wrap, 
#edd_checkout_form_wrap #edd_final_total_wrap{
    background: #f1f5f9;
    border: #F9FBFE;
    font-size: 16px;
}
.edd-discount-code-field-wrap input[type="text"]{
    margin-bottom: 10px;
}
.edd-discount-code-field-wrap input[type="submit"]{
    max-width: 300px;
    width: 100%;
    border: none;
}
.edd_cart_footer_row .edd_cart_discount .edd_discount{
    font-weight: normal;
    text-transform: uppercase;
    background:#edf2fe;
    padding: 0 10px;
    
}
.edd-submit.button.blue{
    background: #2db68d;
}
.edd-submit.button.blue:hover{
    background: #2db68d;
}
.edd-checkout input::placeholder{
    color: rgba(74, 84, 90, 0.4);
    font-weight: 300;
}
#edd_final_total_wrap .edd_cart_amount{
    font-size: 28px;
    font-weight: 600;
}
#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields{
    padding: 0;
    text-align: center;
    background: transparent;
    border: none;    
}
#edd_sl_show_renewal_form{
    background: transparent;
    color: var(--genLinkColor);
}
/** END OF CHECKOUT PAGE **/
