/* 
Theme Name: Hello Elementor Child
Author: Alireza Mohammadshah
Author URI: https://shariot.ir
Template: hello-elementor
Version: 3.1.0
Text Domain: hello-elementor-child
*/
/* hr lines */
hr {border: 1px dotted #dfdede !important;margin-top: 11px !important;margin-bottom: 11px !important}
.elementor hr {margin: 11px !important;background-color: transparent}
/* categories buttons */
a.category_buttons {background: #b16d02;font-size: 18px;padding: 5px 22px;border-radius: 8px;color: #fff;transition-duration:500ms;transition-timing-function: ease-in-out}
a.category_buttons:hover {background: #EDA83C;transition-duration:300ms;transition-timing-function: ease-in-out}
/* galleries */
.gallery {margin: 0 auto;text-align: center}
.gallery-item img {border-radius:8px}
figure.gallery-item {display: inline-flex;flex-direction: column;align-content: space-around;justify-content: center;align-items: stretch;text-align: center;margin: 0 auto}
/* tab toggles */
.elementor-toggle .elementor-tab-title{border-radius:5px}
/* Comments */
section#comments {max-width: 1140px;margin: 0 auto;border: 1px #bbb dotted;padding: 30px 22px}
#comments .comment .comment-body{border:none}
.comment .odd{background:#f9f9f9; border-radius:10px; margin-bottom:10px}
#comments ol.comment-list .children:before {font-size: 1.8em;}
#comments .comment-metadata{padding-left:10px;padding-right:10px}
#comments .children {margin: 0px 0px 8px 0px}


/* Navigation Menu */
.woocommerce-MyAccount-navigation {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 0;
    margin-right: 20px;
}

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

.woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #eaeaea;
    margin: 0;
}

.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation a:hover {
    background: #f0f0f0;
    color: #000;
}

.woocommerce-MyAccount-navigation .is-active a {
    background: #2c3e50;
    color: #fff;
    font-weight: 500;
}

/* Account Content Area */
.woocommerce-MyAccount-content h2 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.woocommerce-MyAccount-content p {
    line-height: 1.6;
    color: #555;
}

/* Order Tables */
.woocommerce-orders-table, 
.woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.woocommerce-orders-table th, 
.woocommerce-table--order-details th {
    background: #f5f5f5;
    padding: 12px;
    text-align: left;
}

.woocommerce-orders-table td, 
.woocommerce-table--order-details td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.woocommerce-orders-table tr:hover td {
    background: #f9f9f9;
}

/* Buttons */
.woocommerce-Button.button {
    background: #2c3e50;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    border: none;
    transition: all 0.3s ease;
}

.woocommerce-Button.button:hover {
    background: #1a252f;
    color: #fff;
}

/* Addresses */
.woocommerce-Address {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.woocommerce-Address-title h3 {
    margin-top: 0;
    color: #2c3e50;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .woocommerce-orders-table {
        display: block;
        overflow-x: auto;
    }
}
