.custom-upload-tab-wrapper {
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}
 .shopengine-swatches .cart .button {

    margin: 20px 10px 0px 0px;
    width: auto;
    max-width: 160px;
}
.shopengine_add_to_list_action, .shopengine_comparison_add_to_list_action{display:none !important;}
.shopengine-widget .shopengine-swatches .cart.variations_form .variations_button {

    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    row-gap: 8px;
    flex-direction: column;
}
#live-subtotal{font-size: 30px;
    font-weight: bold;}
.accordion-toggle {
    width: 100%;
    background: #01437B;
    color: #fff;
    padding: 12px 20px;
    text-align: left;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.accordion-toggle:hover {
    background: #005f8d;
}

.custom-tab-content {
    padding: 15px 20px;
    background: #f9f9f9;
}

.custom-tab-content input[type="text"],
.custom-tab-content input[type="file"] {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
}


.elementor-sticky--effects {
    z-index: 99;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}
    .page-header .entry-title, .woocommerce-notice--success {
    
        text-align: center;
    }
    
.related ul li.product > .woocommerce-LoopProduct-link {

    border: 1px solid #ccc;
    padding: 20px !important;
    border-radius: 20px;
}
.se-btn{display: none !important;}
.woocommerce-order {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  font-family: 'Segoe UI', sans-serif;
}

.woocommerce-order h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #2b2b2b;
}

.woocommerce-order-overview,
.woocommerce-order-details,
.woocommerce-customer-details {
  margin-bottom: 40px;
}

.woocommerce-order-overview li,
.woocommerce-order-details table th,
.woocommerce-order-details table td {
  font-size: 16px;
  padding: 12px 15px !important;
}

.woocommerce-order-overview li {
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  margin-bottom: 10px;
}

.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-table--order-details th {
  background-color: #f3f4f6;
  color: #444;
  text-align: left;
}

.woocommerce-table--order-details td {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #eee;
}

.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
  font-weight: 600;
  background: #f0f0f0;
}

.woocommerce-customer-details address {
  background: #f9f9f9;
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  color: #555;
}

/* General container */
.woocommerce-account {

    background: #f7f9fc;
    padding: 40px 20px;
}

/* Dashboard layout */
.woocommerce-MyAccount-navigation {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 15px;
    background: #f0f2f5;
    color: #333;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #2c7be5;
    color: #fff;
}

/* Content section */
.woocommerce-MyAccount-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Headings */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    font-weight: 600;
    color: #2c3e50;
    margin-top: 0;
}

/* Forms */
.woocommerce form {
    display: grid;
    gap: 20px;
}

.woocommerce form input,
.woocommerce form textarea,
.woocommerce form select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccd5e0;
    border-radius: 8px;
    background: #fafafa;
    transition: border-color 0.3s;
}

.woocommerce form input:focus,
.woocommerce form textarea:focus,
.woocommerce form select:focus {
    border-color: #2c7be5;
    background: #fff;
}

/* Buttons */
.woocommerce button.button {
    background-color: #2c7be5;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    transition: background 0.3s;
}

.woocommerce button.button:hover {
    background-color: #1a5dcc;
}

.wpfFilterTitle {
    display: block;
    margin: 0;
    padding: 15px 15px 15px !important;
    font-size: 16px;
    line-height: 16px;
    min-height: 20px;
    border: 1px solid #efefef;
    border-radius: 10px;
}
.prad-product-price-summary{display:none;}

.wfpTitle {

    padding: 0 !important;

}
.elementor-sticky--effects #logo{width:60%; margin:0 auto;}
#cats .menu-item-has-children{    list-style: none;}
#cats .menu-item-has-children > a {
    font-weight: bold;
    margin: 20px 0;
    display: block;
    color: #00447A;
}
#cats .menu-item-has-children .sub-menu{padding:0;}
#cats .menu-item-has-children .sub-menu li {
    list-style: none;
}
#cats .menu-item-has-children .sub-menu li a {
    color: #455B6A;
       padding: 5px;
    display: block;

}
#cats .menu-item-has-children .sub-menu li a:hover {
    color: #fff;
    background-color: #455B6A;
    padding: 5px;
    display: block;
  
}
#category figcaption {
    background-color: #fff;
    padding: 15px;
    border-radius: 50px;
    margin: -86px auto 0;
    position: relative;
    display: table;
    width: 300px;
    font-size: 20px;
}
@media (max-width: 780px){
.elementor-sticky--effects #hide{display:none !important;}

}