/* 
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 */
div#fkcart-mini-toggler svg.fkcart-icon-checkout:hover{
	color:#F0CA11;
}

.woocommerce .quantity .qty {
	padding: 8px;
    width: 5.631em;
}
.woocommerce button.button, .woocommerce a.button {
	border-radius:5px !important;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
	display:none;
}
.woocommerce .woocommerce-breadcrumb {
	padding:10px 0 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	    color: #B72526;
    font-size: 1.5em;
	    font-weight: 500;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	    color: #000;
    text-decoration: none;
}
.woocommerce ul.products li.product .price ins {
	font-weight: 500;
  text-decoration: none;
}
.woocommerce div.product form.cart .button {
	    padding: 12px 25px;
    background: #F0CA11;
}
#reviews #comments h2 {
    display: none !important;
}
label#comment-form-rating-label {
    padding: 15px 0 10px;
}
.woocommerce ul.products li.product .price del {
	color:#B72526;
	font-size: 15px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	color:#000;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price { color:#000;
font-weight:500;
}
.woocommerce ul.products li.product .button {
	background:#F0CA11;
	color:#ffff;
}
section.related.products h2 {
	font-family: "Bebas Neue", Sans-serif;
	color:#B72526;
}
.page-header h1 {
	font-family: "Bebas Neue", Sans-serif;
	color:#B72526;
	text-align:center;
}
/* Main Container */
.woocommerce-account .woocommerce{
    display:flex;
    gap:30px;
    max-width:1300px;
    margin:auto;
    padding:40px 20px;
}

/* Sidebar */
.woocommerce-account .woocommerce-MyAccount-navigation{
    width:280px;
    background:#fff;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    padding:25px;
}

/* Menu Items */
.woocommerce-MyAccount-navigation ul{
    list-style:none;
    padding:0;
}

.woocommerce-MyAccount-navigation li{
    margin-bottom:12px;
}
.woocommerce-MyAccount-navigation li a br {
	display:none;
}
.woocommerce-MyAccount-navigation li a{
    display:flex;
    align-items:center;
    padding:15px 20px;
    background:#fff7f2;
    border-radius:15px;
    color:#444;
    font-weight:600;
    text-decoration:none;
    transition:0.3s;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation .is-active a{
    background:linear-gradient(90deg,#ff6b6b,#ff9f43);
    color:#fff;
    transform:translateX(5px);
}

/* Content Area */
.woocommerce-account .woocommerce-MyAccount-content{
    flex:1;
    background:#fff;
    border-radius:25px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* Dashboard Cards */
.account-card{
    background:linear-gradient(135deg,#fff7f2,#ffffff);
    border-radius:20px;
    padding:25px;
    box-shadow:0 8px 20px rgba(0,0,0,0.05);
}

/* Buttons */
.woocommerce button.button,
.woocommerce a.button{
    background:linear-gradient(90deg,#ff6b6b,#ff9f43);
    color:#fff;
    border:none;
    border-radius:50px;
    padding:12px 25px;
    font-weight:600;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover{
    opacity:0.9;
}

/* Tables */
.woocommerce table.shop_table{
    border:none;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.woocommerce table.shop_table th{
    background:#fff7f2;
}






/* REsponsive CSS Mobile */
@media(max-width:768px){
    .woocommerce-account .woocommerce{
        flex-direction:column;
    }
	.header-search form.search-form label{
		margin-left:0;
		
	}
    .woocommerce-account .woocommerce-MyAccount-navigation{
        width:100%;
    }
}