/*
 Theme Name:   Frutin Child
 Theme URI: https://themeholy.com/wordpress/frutin/
 Description:  This is a child theme for Frutin WordPress Theme
Author URI: https://themeforest.net/user/themeholy
 Author URI:   #
 Template:     frutin
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  frutin-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
#btn-new-user,#logoin-btn{
    position: relative;
        z-index: 2;
        overflow: hidden;
        vertical-align: middle;
        display: inline-block;
        border: none;
        text-transform: uppercase;
        text-align: center;
        background-color: var(--theme-color);
        color: var(--white-color);
        font-family: var(--body-font);
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        padding: 21px 30px;
        min-width: 170px;
        border-radius: 30px;
}
#select2-billing_country-container{
	display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	
	display: none !important;
}
#billing_country .woocommerce-input-wrapper {
	display: none !important;
}
#billing_country_field{
	display: none !important;
}



#shipping_country_field .select2-container--default.select2.select2-container {
    display: none !important;
}


.select2-selection--single[aria-labelledby="select2-shipping_state-container"] {
  display: none !important;
}


#billing_company_field  {
  display: none !important;
}
#shipping_company {
  display: none !important;
}
.woocommerce-account-fields {
  display: none !important;
}

.th-product-box .product-content{
	margin-bottom: 100px;
}
.shop-now-wrapper{
	    margin-top: -88px !important;
	text-align: center;
}

.th-btn.shop-now-button {
    display: inline-block;
    width:80%;
    font-weight: 600;
    padding: 18px 32px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.wps_wpr_each_section {
	box-shadow: 0 0 3px -1px #d1d1d1 !important;
    border-radius: 20px !important;
}
.wps_wpr_heading{
	    font-size: 16px !important;
}

.wps_wpr_total_earn_points {
    font-size: 16px;
    font-weight: 700;
    color: #017D03;
}

/* Container: flex layout for avatar + details */
.myaccount-user-info {
  display: flex;              
     
  margin-bottom: 2rem;        
}

/* Avatar: fixed size, circular shape */
.myaccount-user-info .avatar img {
  width: 96px;               
  height: 96px;                
  border-radius: 50%;          
  margin-right: 1.5rem;  
  margin-top: 0.8rem;
}

/* Name & Email: reset margins, uniform font size */
.myaccount-user-info .details .name{
  margin: 0;                  
  font-size: 1rem;     
  border: #017D03 1px solid;
  padding:15px;
  border-radius:10px;
}

.myaccount-user-info .details .email {
   margin-top: 1rem;                
  font-size: 1rem;     
  border: #017D03 1px solid;
  padding:15px;
  border-radius:10px;
}

/* Logout link: underlined, attention-grabbing color */
.myaccount-user-info .details .logout a {
  display: inline-block;      
  margin-top: 1rem;          
  background-color:#017D03;
  color: #fff;  
  padding: 8px 25px;
  border-radius:20px;
  font-size:18px;
  line-height: 28.8px;
}
.myaccount-user-info .details .logout a:hover {
  background-color: #025f02; 
}
/* Tab navigation */
.wc-login-register-tabs .wc-tabs-nav {
  list-style: none;
  display: flex;
  margin-bottom: 1.5em;
  padding: 0;
}
.wc-login-register-tabs .wc-tabs-nav .wc-tab-nav-item {
  cursor: pointer;
  padding: 0.75em 1.5em;
  border: 1px solid #ddd;
  border-bottom: none;
  margin-right: 0.25em;
  background: #f7f7f7;
  border-radius: 4px 4px 0 0;
}
.wc-login-register-tabs .wc-tabs-nav .wc-tab-nav-item.active {
  background: #fff;
  border-bottom: 1px solid #fff;
}

/* Tab panes */
.wc-login-register-tabs .wc-tabs-wrap {
  border: 1px solid #ddd;
  padding: 1.5em;
  background: #fff;
}
.wc-login-register-tabs .wc-tab-pane {
  display: none;
}
.wc-login-register-tabs .wc-tab-pane:first-child,
.wc-login-register-tabs .wc-tab-nav-item.active + .wc-tabs-wrap .wc-tab-pane {
  display: block;
}



#wc-register-form,#wc-login-form{
	padding: 35px 40px 35px 40px;
    background-color: var(--white-color);
    -webkit-box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
    box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
    margin-bottom: 0;
    border-radius: 20px;
}
.wc-login-register-tabs .wc-tabs-wrap {
    border: 0px solid #ddd;

    background: var(--white-color);
}
.woocommerce-form-register, .woocommerce-form-coupon, .woocommerce-form-login {
    padding: 35px 40px 35px 40px;
    background-color: var(--white-color);
    box-shadow: unset;
    margin-bottom: 0;
    border-radius: 20px;
}
.wc-login-register-tabs .wc-tabs-wrap {
	padding-top: 0px !important;
}
.wc-tab-nav-item .active{
	    box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
}
.wc-tabs-nav {
	    display: flex;
    justify-content: center;
	margin-bottom: 0px !important;
}
/* Ensure the email and password fields (6th and 7th) remain visible */



/* Mobile-Responsive CSS: login-register- form */

@media only screen and (max-width: 768px) {
    .wc-login-register-tabs .wc-tabs-wrap {
        padding: 0em !important;
  }
	#wc-register-form,#wc-login-form {
	padding: 20px 10px 10px 20px !important;
}
	.woocommerce-form-login,
    .woocommerce-form-register {
    padding: 20px 0px 20px 0px ;
}

	}


@media screen and (max-width: 768px) {
    .wps_wpr_apply_custom_points #wps_cart_points  {
        margin-top:40px !important;
    }
}

.wps_wpr_apply_custom_points #wps_cart_points {
    width: 250px!important;
    border-radius: 27px!important;
    height: 56px !important;
    padding: 5px 25px!important;
    background-color: #f2f2f2;
    box-shadow: none !important;
    border: 0;
    font-size: 18px;
    margin: 0 5px 0 0;
    max-width: 280px!important;
	 margin-top:60px !important;
}
.button.wps_cart_points_apply {
	 margin-top:60px !important;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color); /* Use your theme variable */
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 14px 25px;
    min-width: 150px;
    border-radius: 30px;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.button.wps_cart_points_apply:hover {
    background-color: #080809; /* define in your variables */
    color: var(--white-color);
	
}



/* Custom Points Checkout Section */
.custom_point_checkout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 15px;
  background-color: #f9f9f9;
  border-left: 4px solid #96588a; /* WooCommerce purple accent */
  border-radius: 5px;
  margin-bottom: 20px;
}

/* Input Field Styling */
.custom_point_checkout input#wps_cart_points {
  width: 100px;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

/* Apply Points Button */
.custom_point_checkout button.wps_cart_points_apply {
  padding: 8px 15px;
  background-color: #96588a;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.custom_point_checkout button.wps_cart_points_apply:hover {
  background-color: #7e4974;
}

/* Points to Currency Text */
.custom_point_checkout p {
  margin: 0;
  font-size: 14px;
  color: #333;
}



.custom_point_checkout {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    padding: 10px 60px;
    background-color: #017d03;
    border-left: 0px solid #96588a;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #fff; /* make text readable on dark background */
}

.custom_point_checkout input#wps_cart_points {
    width: 250px !important;
}


/* Optional: input and button tweaks */
.custom_point_checkout input#wps_cart_points {
    width: 80px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.custom_point_checkout button.wps_cart_points_apply {
    padding: 6px 12px;
    background-color: #fff;
    color: #017d03;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.custom_point_checkout button.wps_cart_points_apply:hover {
    background-color: #c8f5c9;
}


.woocommerce-form-coupon {
    padding: 35px 40px 35px 40px;
    background-color: var(--white-color);
    box-shadow: unset;
    margin-bottom: 0;
    border-radius: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}

#myac > p{
	display: none !important;
}




 .my-account-dashboard {
            display: flex;
            gap: 20px;
            margin-top: 30px;
        }

        .dashboard-sidebar {
            width: 220px;
            background: #f7f7f7;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
        }

        .dashboard-sidebar img,
        .dashboard-sidebar .avatar {
            border-radius: 50%;
            width: 80px;
            height: 80px;
            object-fit: cover;
            margin-bottom: 10px;
        }

        .dashboard-sidebar .user-email,
        .dashboard-sidebar .user-phone {
            font-size: 14px;
            color: #555;
            margin-bottom: 5px;
            word-wrap: break-word;
        }

        .dashboard-content {
            flex: 1;
        }

        .dashboard-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
            margin-bottom: 30px;
        }

/* Mobile-first approach: Use a single column layout for small screens */
@media (max-width: 600px) {
    .dashboard-cards {
        grid-template-columns: 1fr; /* 1 column for small screens */
    }
}

        .dashboard-card {
            color: #fff;
            border-radius: 10px;
            padding: 20px;
            position: relative;
        }

        .dashboard-card.red { background: #00b1ed; }
        .dashboard-card.purple { background: #03AE50; }
        .dashboard-card.blue { background: #ff9c00; }

        .dashboard-card h4 {
            margin: 0;
            font-size: 16px;
            font-weight: 600;
        }

        .dashboard-card .count {
            font-size: 24px;
            margin: 10px 0;
        }

        .dashboard-card a {
            color: #fff;
            text-decoration: underline;
            font-size: 13px;
        }

      
		.logout-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ef476f;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.logout-button:hover {
    background-color: #d43b61;
}


.blog-card .box-title  {
white-space: pre-line;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
width:89%;
}
.blog-page .box-title {
	white-space: pre-line;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
width:89%;
}
.woocommerce table.shop_table .original-total th,
.woocommerce table.shop_table .original-total td {
    font-weight: normal;
    color: #555;
}
.woocommerce table.shop_table .cart-savings th,
.woocommerce table.shop_table .cart-savings td {
    font-weight: bold;
    color: #c0392b;
}

.mix-match-note {
    margin: 0px;
    color: #fff;
    background-color: #eb4034;
    padding: 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    width: 56%;
}

@media (min-width: 992px) and (max-width: 1299px) {
    /* Desktop styles here */
    .mix-match-note {
 
    width: 72%;
}
}

/* Mobile optimization */
@media (max-width: 768px) {
    .mix-match-note {
        padding: 12px;
        font-size: 14px;
        border-radius: 10px;
		 width: 100%;
		text-align: center;
    }
}
.combo-packs-note {
     margin: 0px;
    color: #fff;
    background-color: #eb4034;
    padding: 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    width: 39%;
}
/* Mobile optimization */
@media (max-width: 768px) {
   .combo-packs-note {
        padding: 10px;
        font-size: 14px;
        border-radius: 10px;
	    width: 100%;
	   text-align: center;
    }
}


@media (max-width: 991px) {
    .space, .space-top {
        padding-top:40px;
    }
}





.order-subtotal-after-discount {
   font-weight: bold;
   
}

.order-subtotal-after-discount th,
.order-subtotal-after-discount td {
   
    padding: 10px;
    text-align: left;
}

/* FIX: Prevent double label on mobile */
.order-subtotal-after-discount td::before {
    content: none !important;
}

/* Optional: Adjust for mobile screens */
@media screen and (max-width: 768px) {
    .order-subtotal-after-discount th,
    .order-subtotal-after-discount td {
         width: 100%;
        padding: 8px 12px;
        font-size: 14px;
    }
	
	.cart_totals th:first-child, .cart_totals td:first-child {
		width: 50%;
	}
	
  body.woocommerce-checkout .order-subtotal-after-discount {
    display: inline-flex !important;
    width: 100%;
}
	
}
.wps_wpr_apply_custom_points {
	margin-top: -44px;
}
   
 body.woocommerce-checkout.order-subtotal-after-discount {
    display: table-row;
}
 body.woocommerce-checkout.order-subtotal-after-discount th,
 body.woocommerce-checkout.order-subtotal-after-discount td {
    width: 50%;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
   
}

@media (max-width: 768px) {
    body.woocommerce-checkout .tax-totalnew,
    body.woocommerce-checkout .fee,
    body.woocommerce-checkout .woocommerce-shipping-totals.shipping,
    body.woocommerce-checkout .cart-discount coupon-cart-discount {
        display: inline-flex !important;
        width: 100%;
    }
}




@media (max-width: 768px) {
   body.woocommerce-checkout  .order-subtotal-after-discount th {
        display: table-cell !important;
        width: 50% !important;
        text-align: left;
    }
 body.woocommerce-checkout.order-subtotal-after-discount td {
     
        width: 50% !important;
        text-align: right;
    }
}
 @media (max-width: 768px) {
 body.woocommerce-checkout.tax-totalnew  {
       width: 100% !important;
        text-align: left;
    }
.order-subtotal-after-discount td {
        width:100% !important;
        text-align: right;
    }
}

   /* WooCommerce Checkout page only */
 @media (max-width: 768px) {

  
	 tfoot tr:nth-child(4) th
	{
display: block !important; padding: 10px 10px 10px 10px !important;	}
	} 


@media (max-width: 768px) {
  .woocommerce-checkout .fee {
    display: table-row !important;
  }

  .woocommerce-checkout .fee th,
  .woocommerce-checkout .fee td {
    display: table-cell !important;
    padding: 10px !important;
  }
}



@media (max-width: 768px) {
  .woocommerce-checkout tr.coupon-cart-discount th,
  .woocommerce-checkout tr.coupon-rewards-discount th {
    display: block !important;
    padding: 10px !important;
  }
}


@media (max-width: 768px) {
    body.woocommerce-checkout td {
        border-top:  1px solid #f3f3f3;
        border-bottom:   1px solid #f3f3f3;
        border-left:  none; 
        border-right:none; 
		
    }

    body.woocommerce-checkout th {
        border-top:   1px solid #f3f3f3;
        border-bottom:   1px solid #f3f3f3;
        border-left:  none; 
        border-right:  none; 
	
    }
}
@media (max-width: 768px) {
    body.woocommerce-checkout tr {
        border:none; 
    }
}


@media (max-width: 768px) {
       body.woocommerce-cart .order-subtotal-after-discount td {
        width: 100% !important;
       text-align: left;
    }
}
.order-subtotal-after-discount td {
	width: 50% !important;
}
.order-subtotal-after-discount th {
	width: 50% !important;
}

.tax-total {
    display:none !important;
}

@media screen and (max-width: 768px) {
  
    body.woocommerce-checkout.tax-totalnew {
       display: block !important;
    }
body.woocommerce-checkout	.custom-tax-class{
       display: block !important;
    }
	body.woocommerce-checkout.custom-tax-class{
		padding:10px;
	}
		

	.checkout-ordertable th {
		padding:10px;
	}
	.wps_wpr_apply_custom_points {
    margin-top: 20px;
}
	.wps_wpr_apply_custom_points {
		text-align: center;
	}
	.woocommerce-shipping-methods list-unstyled{
		padding:10px;
	}
body.woocommerce-checkout .checkout-ordertable ul {
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 40px;
   
}
}

body.woocommerce-checkout .tax-total{
	display:none !important;
}


@media (max-width: 768px) {
.header-top {
	display:none !important;
}
	
@media (max-width: 431px) {
  .sidemenu-wrapper .closeButton {
    right: 80px !important;
  }
}


.th-menu-toggle {
    width: 50px !important;
    height: 50px !important;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: #017d0300 !important;
    color: #000000 !important;
    display: inline-block;
    border-radius: 5px;
}
	.th-menu-toggle:hover {
    background-color: #08080900 !important;
}
	
/* Ensure the actions cell lays out buttons nicely */
.woocommerce-orders-table__cell-order-actions {
  display: flex;
  gap: 0.5em;          /* space between buttons */
  flex-wrap: wrap;
}

}
/* Ensure the actions cell lays out buttons nicely */
.woocommerce-orders-table__cell-order-actions {
  display: flex;
  gap: 0.5em;          /* space between buttons */
  flex-wrap: wrap;
}

/* Base styles for both View & Invoice buttons */
.woocommerce-orders-table__cell-order-actions .button {
  display: inline-block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  border-radius: 4px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
} 


/* View button */
.woocommerce-orders-table__cell-order-actions .button.view {
  border: 1px solid #007cba;
  background-color: #ffffff;
  color: #007cba;
}
.woocommerce-orders-table__cell-order-actions .button.view:hover {
  background-color: #007cba;
  color: #ffffff;
}

/* Invoice button */
.woocommerce-orders-table__cell-order-actions .button.invoice {
  border: 1px solid #28a745;
  background-color: #ffffff;
  color: #28a745;
}
.woocommerce-orders-table__cell-order-actions .button.invoice:hover {
  background-color: #28a745;
  color: #ffffff;
}

/* Disabled Invoice button */
.woocommerce-orders-table__cell-order-actions .button.invoice.disabled,
.woocommerce-orders-table__cell-order-actions .button.invoice[disabled] {
  border-color: #ccc;
  color: #999;
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}

@media (max-width: 768px) {
  /* Add 2px padding to the Status column cells on mobile */
  .woocommerce-orders-table__cell-order-status {
    padding: 2px !important;
	font-size: 12px !important;
  }
}
.page-id-1234 a.pi_cancel_request_form {
    display: none !important;
}
.woocommerce-orders-table__cell-order-actions .button { 
    display: inline-block;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    border: 1px solid #ff9c00;
    background-color: white;
    color: #ff9c00;
}

.woocommerce-orders-table__cell-order-actions .button:hover {
    background-color: #ff9c00;
    color: white;
}

.woocommerce-checkout .form-group, .woocommerce-checkout .form-row {
    margin-bottom: 20px;
}
.wpifw-my-account-invoice {
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    border: 1px solid #ff9c00;
    background-color: white;
    color: #ff9c00;
}
.wpifw-my-account-invoice:hover {
    background-color: #ff9c00;
    color: white;
}

.th-product {
  margin-top: 30px;
}




@media (max-width: 768px) {
    .hero-style1 {
        padding: 80px 0 0px 0 !important;
      
    }
}



.th-btnnew {
    position: relative;
    padding: 17px 20px;
    border-radius: 50px;
    background-color: transparent;
    color: #131313;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
	text-transform: uppercase;
    z-index: 1;
    border: 2px solid #ECF0F1; /* optional */
    transition: color 0.4s ease-out;
}

/* Pseudo-element background layer */
.th-btnnew::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #FF9C00;
    z-index: -1;
    border-radius: inherit;
    transform: scaleX(0.8) scaleY(0);
    transform-origin: bottom center;
    transition: all 0.4s ease-out;
}

/* Hover effect triggers background grow */
.th-btnnew:hover::before {
    transform: scaleX(1) scaleY(1);
	
}

/* Optional: Change text color on hover */
.th-btnnew:hover {
    color: #fff;
		
}

/* Existing styles remain unchanged above */

/* Mobile responsive styles */
@media (max-width: 768px) {
    .th-btnnew {
       
		top:30px;
    }
}

@media (max-width: 480px) {
    .th-btnnew {
      		top:30px;
    }
}



.wps_ways_to_gain_points_section .wps_wpr_each_section{
	 display: none !important;
	
}

.sticky {
   top: 0px !important;
}
/* Mobile-specific styles */
@media (max-width: 768px) {
  .woocommerce-form-coupon {
    padding: 10px;
    background-color: var(--white-color);
    box-shadow: unset;
    margin-bottom: 0;
    border-radius: 20px;
    display: flex;
    gap: 5px;
    align-items: flex-start;
    flex-direction: column;
}
	
	.button.wps_cart_points_apply {
		margin-top: 10px !important;
	}
	
	.custom_point_checkout {
    display: flex
;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 5px;
    padding: 10px 40px;
    background-color: #017d03;
    border-left: 0px solid #96588a;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #fff;
    flex-direction: column;
}

	
	input#wps_cart_points
Specificity: (1,0,1)
 {
    padding: 8px 5px;
    max-width: 100%;
    display: inline-block;
    margin-right: 10px;
    height: 48px;
}
}

	button#wps_cart_points_apply+p {
    color: #FFF;
	}

.custom_point_checkout #wps_cart_points_apply

 {
    margin-left: 0px;
	    margin-top: 0px !important;
}

.woocommerce-cart button#wps_cart_points_apply + p {
    color: #636161 !important;
}

button#wps_cart_points_apply, input#wps_cart_points {
   
    padding: 17px;
}




@media (max-width: 767px) {
    .cart_table .th-cart-coupon {
       text-align: left;
		padding-bottom: 0px; 
   }
	
	.cart_table .th-cart-coupon .th-btn {
       width: 100%;
		    padding:  18px;
}
}

@media (max-width: 767px) {
    .cart_table td.actions > .th-btn {
       width: 100%;  
    }
	.th-btnnew  {
       width: 100%;  
    }
	
	.shop_table.cart .wps_wpr_apply_custom_points #wps_cart_points {
    
    border-radius: 4px;
     height: 56px  !important; 
    padding: 5px 12px;
    background-color: #f2f2f2;
    box-shadow: none !important;
    border: 0;
    font-size: 18px;
    margin: 0 5px 0 0;
    max-width: 100% !important;
		margin-top: 40px !important;
}
	
}

@media only screen and (max-width: 600px) {
    .custom_point_checkout.woocommerce-info.wps_wpr_checkout_points_class {
        padding: 15px;
        text-align: center;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 1.5;
    }

    /* Style for the points input field */
    #wps_cart_points {
        width: 100%;
        max-width: 100%;
        padding: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-bottom: 15px;
        box-sizing: border-box;
        -webkit-appearance: none; /* Remove default browser styling */
        -moz-appearance: textfield; /* For Firefox */
    }

    /* Remove spin buttons for number input on mobile */
    #wps_cart_points::-webkit-outer-spin-button,
    #wps_cart_points::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Style for the Apply Points button */
    .wps_cart_points_apply {
        width: 100%;
        max-width: 100%;
        padding: 12px;
        font-size: 16px;
        background-color: #0073aa;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .wps_cart_points_apply:hover {
        background-color: #005f8b;
    }

    .wps_cart_points_apply:focus {
        outline: none;
        box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
    }

    /* Style for the points-to-currency text */
    .custom_point_checkout p {
        margin-top: 15px;
        font-size: 14px;
        color: #333;
    }

    .woocommerce-Price-amount {
        font-weight: bold;
        color: #0073aa;
    }

    .woocommerce-Price-currencySymbol {
        font-weight: normal;
    }

}



.tracking_form_tabs input[type="radio"] ~ label::before {
  content: "\f111";
  font-family: var(--icon-font); /* Make sure the icon font is loaded */
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  background: var(--white-color);
  color: transparent;
  transition: all 0.2s ease;
}

.tracking_form_tabs input[type="radio"]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}


.woocommerce-shipping-calculator{
	display:none;
    }
.woocommerce-shipping-methods.list-unstyled > li {
    margin-bottom: 10px;
   }


.th-product .product-img::before {
  --space: 0px;
  content: "";
  height: calc(100% - var(--space) * 2);
  width: calc(100% - var(--space) * 2);
  border-radius: inherit;
  position: absolute;
  top: var(--space);
  left: var(--space);
  background-color: var(--theme-color);
  z-index: 1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  pointer-events: none !important;
}

@media only screen and (max-width: 768px) {
    .hero-1 .hero-img {
         position: static;
        max-width: 100%;
        text-align: center;
        margin: 20px!important;
    }
	.elementor-21 .elementor-element.elementor-element-21e9942 .sub-title {
		font-size: 18px !important;
	}
}


  @media only screen and (max-width: 768px) {
    .points-text {
      color: #fff !important;
    }
  }

