/* my account */
/* General My Account Page Styles */
/* General My Account Page Styles */

.woocommerce-message .button.wc-forward,.woocommerce-error .button.wc-forward{
    color: #fff !important;
}


.search-results .woof_remove_ppi{
    display: none !important;
}

#product_view_cat a,#product_view_cat a:hover{
    color: #fff;
    font-weight: 700!important;
}
.has-zero-state .fkcart-zero-state{

    background-color: #18142d !important;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
    color: #fff !important;
}
.fkcart-icon-cart{
    color: #fff;
}
#fkcart-modal .fkcart-zero-state .fkcart-zero-state-title,#fkcart-modal .fkcart-zero-state .fkcart-zero-state-text{
 color: #fff !important;

}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
    color: #000 !important;
}

.woocommerce form .show-password-input.display-password::after, .woocommerce-page form .show-password-input.display-password::after{
     color: #000 !important;
}


.woocommerce-Input.woocommerce-Input--text:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: black !important;
}

.woocommerce form .show-password-input{
    background: transparent !important;
}


.elementor-widget-woocommerce-cart .woocommerce .cart td:before {
    color: #fff !important;
}
.product-type-variable .woocommerce-loop-product__buttons{
    display: none !important;
}
.product-type-variable > a >.price{
    display: none !important;
}
.product-type-variable .selected_varition p.price bdi{
    color: red !important;
}

.shop-grid table.variations {
    background: transparent !important;
    border-radius: 0;
    border: none;
    color: #fff !important;
}

.shop-grid table.variations .attribute-selector{

    background: transparent !important;
    border-radius: 0;
    border: none;
    color: #fff !important;


}

.variations select {
    background-color: white !important;
    color: #1E4AAD !important;
    border: 1px solid #1E4AAD;
    padding: 10px !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.shop-grid table.variations .attribute-selector{

    color: #000 !important;
}
.shop-grid table.variations .attribute-selector option:checked {
    color: #fff !important;
}

.shop-grid table.variations td{
    border: none !important;
}


.woocommerce-account {
    font-family: 'Arial', sans-serif; /* Change to your preferred font */
    background-color: #f9f9f9;
    padding: 30px;
}

/* My Account Dashboard Header */
.woocommerce-MyAccount-content h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #4caf50;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* Account Navigation Sidebar */
.woocommerce-MyAccount-navigation {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #4caf50;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #4caf50;
    color: white;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #4caf50;
    color: white;
}

/* Orders Table */
.woocommerce-MyAccount-orders thead {
    background-color: #4caf50;
    color: white;
    font-size: 16px;
}

.woocommerce-MyAccount-orders th,
.woocommerce-MyAccount-orders td {
    padding: 15px;
    text-align: left;
}

.woocommerce-MyAccount-orders tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

/* Buttons */
.woocommerce button, .woocommerce input[type="submit"], .woocommerce .button {
   background-color: #1d4aac !important;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.woocommerce button:hover, .woocommerce input[type="submit"]:hover, .woocommerce .button:hover {
    background-color: #388e3c;
}

/* Form Styles (Addresses, Edit Account, etc.) */
.woocommerce-MyAccount-content form {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.woocommerce-MyAccount-content label {
    font-weight: bold;
    color: #333;
}

.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 5px;
}

.woocommerce-MyAccount-content input[type="text"]:focus,
.woocommerce-MyAccount-content input[type="email"]:focus,
.woocommerce-MyAccount-content input[type="password"]:focus,
.woocommerce-MyAccount-content select:focus {
    border-color: #4caf50;
    outline: none;
}

/* Alerts (Messages, Errors, etc.) */
.woocommerce-message, .woocommerce-error, .woocommerce-info {
    border-left: 4px solid #4caf50;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f0f9f7;
}

/* My Account Tabs */
.woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    font-size: 18px;
    background-color: #4caf50;
    color: white;
    font-weight: bold;
}

/* Address Details (Billing, Shipping) */
.woocommerce-Address {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 30px;
}

.woocommerce-Address h3 {
    font-size: 20px;
    color: #4caf50;
    margin-bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation ul li {
        margin-bottom: 5px;
    }

    .woocommerce-MyAccount-content {
        padding: 15px;
    }

    .woocommerce-MyAccount-orders th, .woocommerce-MyAccount-orders td {
        font-size: 14px;
        padding: 10px;
    }

    .woocommerce button, .woocommerce input[type="submit"], .woocommerce .button {
        padding: 8px 15px;
        font-size: 14px;
    }
}

   


/* my account */

.wrapper{padding:0; margin:0;}
.fix-container{width:90%; margin:0 auto;}
.header-part{padding:70px 0 30px; text-align:center;}
.logo-hold{width:150px; margin:0 auto;}
.logo-hold img{width:100%; height:auto;}
.cap-step{padding:10px 0 40px; font-weight:600;}
.body-part{background:#f1f0ec; padding:20px 0;}
.bns-pln-box{background:#fff; box-shadow:0 1px 5px #ccc; border-radius:10px; padding:15px; margin-bottom:15px;}
.bns-pln-box p{color:#8e8e8e;}
.divrow{display:flex;}
.col-sb-6{width:50%}
.col-sb-12{width:100%}
.col-sb-3{width:33%}
.col-sb-4{width:25%}
.txt-right{text-align:right;}
.txt-left{text-align:left;}
.plan-offer{font-weight:600; font-size:16px; padding-bottom:25px;color:#333;}
.plan-name img{float:right; width:24px; height:auto;margin: 0 0 0 10px;}
.plan-name span{padding-top:6px; display:inline-block;text-transform: uppercase;}
.bns-point{padding-top:6px;}
.bns-pln-box p{font-size:13px;}
.bnfit-sec{padding:10px 0 0;}
.discount img{float:left; margin:3px 10px 0 0; width:36px;}
.discount p{font-size:16px; font-weight:600;color:#333;}
.discount p span{display:block;font-weight:normal;font-size:13px;color:#8e8e8e;}

.free-offer img{float:left; margin:3px 10px 0 0; width:24px;}
.free-offer p{font-size:16px; font-weight:600;color:#333;}
.free-offer p span{display:block;font-weight:normal;font-size:13px;color:#8e8e8e;}

@media (max-width:767px) {
.logo-hold{width:150px;}
.logo-hold img{width:100%; height:auto;}
}
.chart {
  position: relative;
  width: auto;
  display: inline-block;
}
.percent {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 22px;
  transform: translate(-50%, -50%);
}
.free-shipping-progress {
    margin: 20px 0;
}

.free-shipping-progress p {
    font-size: 16px;
    margin-bottom: 10px;
}

.progress-bar {
    width: 100%;
    height: 20px;
    background-color: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    transition: width 0.5s ease-in-out, background-color 0.5s ease-in-out;
}


#billing_governate {
    color: #000;
    background: #fff;
    border-radius: 16px;
}

.checkout-box .woocommerce-error a{
    color: #fff !important;
}

#custom-checkout-summary_mobile .shop_table.woocommerce-checkout-review-order-table .cart_item,#custom-checkout-summary_mobile .shop_table.woocommerce-checkout-review-order-table .checkout_coupon.woocommerce-form-coupon{

    display: none !important;
}

#custom-checkout-summary_mobile .shop_table.woocommerce-checkout-review-order-table .checkout-upsell-section{
    display: none !important;
}

@media (min-width: 768px) {
    #custom-checkout-summary_mobile {
        display: none !important;
    }
    
}

@media (max-width: 768px) {

    #custom-checkout-summary_mobile tfoot tr th:first-child {
        border-left-style: none !important;
        border-left-style: none !important;
        background: none;
        width: 60%;
    }

    #order_review .cart-subtotal,#order_review .fee,#order_review  .order-total{
        display: none !important;
    }


}

