/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Center & style only the login/register form */
body.woocommerce-account:not(.logged-in) .woocommerce {
    max-width: 400px;   /* box width */
    margin: 50px auto;  /* center */
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Make sure the dashboard stays full width when logged in */
body.woocommerce-account.logged-in .woocommerce {
    max-width: 100% !important;
    padding: 0 !important;
    background: none;
    border: none;
    box-shadow: none;
}

/* Woocommerce */
.woo-variation-swatches.wvs-show-label .variations td, .woo-variation-swatches.wvs-show-label .variations th{
	background-color:transparent !important;
}
.woocommerce-cart-form__contents{
  border:0px;
}
.woocommerce-cart-form__contents thead{
  background-color:#3c4242;
  color:#FFFFFF;
}

.my-account-custom-username{
	margin-bottom:40px;
	font-weight:500;
	font-family:'Poppins';
	color:#3C4242;
	font-size:26px;
	padding-left:20px;
/* 	border-left:5px solid #8A33FD; */
}
.my-account-custom-username::before{
	content:"";
	background-color:#8A33FD;
	width:6px;
	height:30px;
	left: 0;
    top: 4px;
    border-radius: 8px;
	position:absolute;
}
.e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
	border-left:2px solid;
	border-color:#3C4242 !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\f015"; /* Font Awesome unicode for home */
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    margin-right: 8px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\f466"; /* box icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\f2f5"; /* sign-out icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}

/* Addresses */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f3c5"; /* Map Marker Alt */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}

/* Account details */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f007"; /* User icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before{
	content: "\f09d"; /* Heart icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--refund a::before{
	content: "\f0e2"; /* Heart icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--reviews a::before{
	content: "\f086"; /* Heart icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--points a::before{
	content: "\f53C"; /* Heart icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}

.woocommerce-MyAccount-navigation-link--support-tickets a::before, .woocommerce-MyAccount-navigation-link--followings a::before{
	margin-right:8px;
}


.e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
	color:#8A33FD !important;
}

.woocommerce-MyAccount-content .my-reviews{
	padding-left:0;
	list-style:none;
	margin-bottom:15px;
}
.woocommerce-MyAccount-content h3{
	margin-bottom:20px !important;
}
.woocommerce-MyAccount-content .star-rating{
	overflow:visible !important;
	width:11em !important;
}

/* TI WooCommerce Wishlist */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a::before {
    content: "\f004"; /* Heart icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce address{
	background-color:#F6F6F6;
	border-radius:12px;
	border-color:#f6f6f6;
}

/* Wishlist */
.cust-wish{
	border:0px !important;
	font-family:"Poppins";
}
.cust-wish tr td{
	border-top:0px !important;
	border-bottom:1px solid #EDEEF2 !important;
}
.cust-wish .product-thumbnail{
	width:10%;
}
.cust-wish .product-name{
	width:45%;
}
.cust-wish .product-price{
	width:10%;
}
.cust-wish .product-action{
	width:20%;
}
.cust-wish .product-thumbnail img{
	width:100%;
	height:100px;
	border-radius:5px;
}

.cust-wish .product-action .button{
	background-color:#8A33FD !important;
	color:#FFF !important;
	padding:10px 25px !important;
	border:1px solid;
	border-color:#8A33FD !important;
	border-radius:8px !important;
	font-weight:400;
}
.cust-wish .product-action .button:hover{
	background:transparent !important;
	color:#8A33FD !important;
}
.cust-wish .product-remove .fas{
	color:#8A33FD !important
}
.cust-wish .action-cont .remove_from_wishlist{
	margin-top:8px;
}

/* My Account Order */
.order-tabs { display:flex; gap:100px; list-style:none; margin-bottom:20px; padding:0; }
.order-tabs li { cursor:pointer; padding:8px 15px; width:33%; text-align:center; }
.order-tabs li.active { background:#F6F6F6; color:#3C4242;border-bottom:3px solid #3C4242; }
.tab-content { display:none; }
.tab-content.active { display:block; margin-top:20px; }
.order-actions{text-align:right;}
.order-actions a.view{
	background-color:#8A33FD !important;
	border-color:#8A33FD !important;
	color:#FFFFFF !important;
	padding: 10px 20px !important;
    border-radius: 10px !important;
}
.order-actions a.view:hover{
	background-color:#FFFFFF !important;
	color:#8A33FD !important;
}

@media (max-width: 767px){
	.cart-collaterals{
		padding:0 10px;
	}
	.cart-collaterals .cart_totals{
		width:100% !important;
	}
	.cart-collaterals .cart-coupon-left{
		width:100%;
	}
	.quantity{
		display:inline-flex !important;
	}
	.elementor-image-box-wrapper{
		display:flex;
	}
}

/* Ensure coupon input is visible */
.woocommerce-cart .checkout_coupon {
  display: block !important;
}
.woocommerce-cart .checkout_coupon input.input-text {
  display: inline-block !important;
  width: 60%;
  max-width: 250px;
}
.woocommerce-cart .checkout_coupon button.button {
  display: inline-block !important;
}

/* User Registration page */
.custom-user-regbox{
	max-width: 400px;
    margin: 50px auto;
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.custom-user-regbox label{
	color:#69727d;
	font-size:14px;
    text-align: left;
}
.custom-user-regbox input{
	border:0px;
	background:#f9fafa;
	font-size:14px;
	font-weight:400;
    text-align: left;
    border-radius: 5px;
}
.custom-user-regbox h2{
	font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}
.cust-regbtn{
	background:#8a33fd;
	border:0px;
	color:#FFFFFF;
}
.cust-regbtn:hover{
	background:#000000;
}
.custom-user-regbox .acclogin{
	margin-left:20px;
}

.woocommerce-form-login__submit{
	background:#8a33fd !important;
}

/* Desktop = show normal table, hide Amazon cards */
.woocommerce-cart-form .amazon-cart-mobile {
  display: none;
}

/* Woocommerce Thank you Page */

.custom_oder_tbl{
	display:inline-flex;
	width:100%;
	gap:50px;
}
.custom_oder_tbl section.woocommerce-order-details{
	width:70%;
}
.custom_oder_tbl section.woocommerce-customer-details{
	width:30%;
}
.custom_oder_tbl table thead th{
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	border-left:0px;
	border-right:0px;
	width:65%;
}
.woocommerce-customer-details .addresses .woocommerce-column{
	width:100%;
	margin-bottom:30px;
}
.woocommerce-customer-details .addresses .woocommerce-column address{
	border:1px solid #dedede !important;
}

.custom_oder_tbl table td, .custom_oder_tbl table tfoot th{
	border:0px;
}
.custom_oder_tbl table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
	background-color:transparent;
}
.custom_oder_tbl table tbody td img{
	border-radius:5px;
}
.custom_oder_tbl h2{
	font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
	margin-top:10px !important;
}
.custom_oder_tbl address{
	border:0px !important;
}
.custom_oder_tbl .product-name, .custom_oder_tbl .product-total, .custom_oder_tbl table.shop_table tfoot th, .custom_oder_tbl table.shop_table tfoot td{
	border-top:0px !important;
	font-weight:400;
}
.custom_oder_tbl table tbody>tr:last-child td{
	border-bottom:1px solid hsla(0, 0%, 50%, .502);
}
.custom_oder_tbl{
	font-family:'Poppins';
	font-weight:400;
	color:#3C4242;
}
.custom_oder_tbl a{
	color:#3C4242;
}


@media (max-width: 768px) {
	.custom_oder_tbl{
		display:block;
		width:100%;
	}
	.custom_oder_tbl section.woocommerce-order-details{
		width:100%;
	}
	.custom_oder_tbl section.woocommerce-customer-details{
		width:100%;
	}
	.custom_oder_tbl table thead th{
		width:50%;
	}
	ul.woocommerce-thankyou-order-details{
		padding-left:0px;
	}
	ul.woocommerce-thankyou-order-details li{
		width:100%;
		margin-bottom:15px;
		border-right:0px !important;
	}
	.custom_oder_tbl .refund, .custom_oder_tbl .wcfm-support-action{
		font-weight:500 !important;
		font-size:12px !important;
	}
}

@media (max-width: 768px) {
  /* Mobile = show Amazon cards, hide table */
  .woocommerce-cart-form table.shop_table {
    display: none;
  }
  .woocommerce-cart-form .amazon-cart-mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .amazon-cart-card {
    display: flex;
    gap: 12px;
    padding: 12px;
    border-bottom: 1px solid #eee;
    align-items: flex-start;
  }
	.amazon-cart-card .cart-left{
		width:30%;
		text-align:left;
	}
  .amazon-cart-card .cart-left img {
    width: 80px;
    height: auto;
    object-fit: cover;
	  border-radius:10px;
  }
  .amazon-cart-card .cart-right {
    flex: 1;
	width:70%;
  }
  .amazon-cart-card .product-title {
    font-size: 16px;
    margin: 0 0 4px;
  }
	.amazon-cart-card .product-title a{
		color:#000000;
	}
  .amazon-cart-card .variation {
    font-size: 13px;
    color: #555;
    margin-bottom: 6px;
  }
  .amazon-cart-card .price {
    font-weight: 600;
    margin-bottom: 8px;
  }
  .amazon-cart-card .qty-remove {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .amazon-cart-card .qty-remove .remove {
    color: red;
    font-size: 18px;
    text-decoration: none;
  }
	.woocommerce a.remove{
		color:#8A33FD !important;
	}
	.wc-block-components-sidebar-layout .wc-block-components-main{
		width:100% !important;
	}
	.wp-block-woocommerce-checkout{
		container-type: normal !important;
	}	
	.wc-block-components-sidebar{display:none;}
	.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row{
		margin-top:20px;
	}	
}

.aws_result_excerpt a{
	display:none !important;
}
/* Hide number input spinners (up/down arrows) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}
/* Minus Plus Style */
.buttons_added .minus, .buttons_added .plus{
	border:0px;
	height:35px;
	background-color:#F6F6F6;
	color:#000000;
	line-height:10px;
}
.buttons_added input.qty{
	height:35px;
	margin-top:-5px !important;
}
.buttons_added .minus{
	margin-right:-5px;
	border-radius:5px 0 0 5px;
}
.buttons_added .plus{
	margin-left:-5px;
	border-radius:0  5px 5px 0;
}
@media (max-width:768px){
	.buttons_added input.qty {
		border: 0px;
		background: #F6f6f6;
		margin-top: 0px !important;
	}
}

/* Product Single page */
.woocommerce-Tabs-panel .woocommerce-product-attributes-item__label, .woocommerce-Tabs-panel .woocommerce-product-attributes-item__value{
	border:0px;
	text-align:left;
	background:transparent;
	font-family:'Helvetica';
	color:#3C4242;
}
.woocommerce-Tabs-panel table.shop_attributes tr:nth-child(even) th, .woocommerce-Tabs-panel table.shop_attributes tr:nth-child(even) td{
	background:transparent;
}
.woocommerce-Tabs-panel table.shop_attributes{
	border-top:0px;
}
.woocommerce-Tabs-panel table.shop_attributes th, .woocommerce-Tabs-panel table.shop_attributes td{
	border-bottom:0px;
}
.woocommerce-Tabs-panel table.shop_attributes td{
	line-height:2;
	font-style:normal;
}
.woocommerce-Tabs-panel table.shop_attributes td a{
	color:#3C4242;
}

@media (max-width:768px){
	.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td{
		text-align:left;
		border:0px;
	}
	.woocommerce table.shop_attributes tr:nth-child(even) th, .woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(odd) td{
		background:transparent;
	}
	.woocommerce table.shop_attributes td a{
		color:#000;
	}
}

/* Refund*/
.woocommerce-table-refund-details thead th{
	padding:10px 15px !important;
	text-align:left;
	border-bottom:1px solid #EEE !important;
}
.woocommerce-table-refund-details tbody td{
	padding-left:15px !important;
	text-align:left;
}
.woocommerce-table-refund-details tbody td a{
	color:#69727d !important;
}
.woocommerce-table-refund-details tbody td.item-qty input{
	border:0px;
	background-color:#EEE;
	padding:3px 10px;
	color:#69727d;
	font-size:14px;
}
.fr-request-form{
	display:flex;
	overflow-x:hidden;
}
.fr-request-form .field-type-select{
	width:40%;
	padding-right:50px;
}
.fr-request-form .field-type-select select{
	border:1px solid #EEE;
	color:#666666;
}
.fr-request-form  .field-type-file{
	width:30%;
}
.fr-request-form div.field-row label{
	margin-bottom:10px;
}
.woocommerce-refund-details button, .woocommerce-refund-details input[type=submit]{
	background-color:#8A33FD !important;
	color:#FFF;
}
@media (max-width:768px){
	.fr-request-form{
		display:block;
	}
	.fr-request-form .field-type-select{
		width:100%;
		padding-right:0px;
	}
	.fr-request-form  .field-type-file{
		width:auto;
	}
}
.woocommerce-ResetPassword{
	width:100% !important;
	border-width:0px !important;
}
.woocommerce-ResetPassword button {
	background-color:#8A33FD !important;
}

.jp-rating-badge{
	padding:0 5px;
	background-color:rgba(255,255,255,0.8);
	border-radius:4px;
}

/* Shop page Mobile */
@media (max-width:768px){
	.product-card-slider img{
		height:250px !important;
	}
	.wcfmmp_sold_by_container_advanced{
		margin-top:10px;
		border:0px;
	}
	.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store{
		font-size:16px;
	}
}


#wp-excerpt-wrap .wp-editor-tools {
   display: none !important;
}

.ui-slideouttab-handle{
	display:none !important;
}
@media (max-width:768px){
	.ui-slideouttab-handle{
		display:block !important;
	}
}

/* WCFM Style */
.wcfm-product-image .product-card-slider img{
	height:350px;
	border-radius:15px;
}
.wcfm-product-info h3.wcfm-product-title a{
	color:#000000;
}
.wcfm-product-info h3.wcfm-product-title a:hover{
	color:#8A33FD;
}
.wcfm-product-addtocart a.button{
	background-color:#8A33FD !important;
	font-family:"Poppins";
	font-weight:400;
}
.wcfm-product-addtocart a.button:hover{
	background-color:#000000 !important;
	color:#FFFFFF;
}
@media (max-width:768px){
	.wcfm-custom-store-products .wcfm-product-grid{
		grid-template-columns:repeat(2, 1fr);
	}
}

/* Hide carousel dots on mobile only */
@media (max-width: 767px) {
  .swiper-pagination {
    display: none !important;
  }
}
/* Optional: Ensure visible on desktop */
@media (min-width: 768px) {
  .swiper-pagination {
    display: block !important;
  }
}
