/**
* Theme Name: Partdo Child
* Description: This is a child theme of Partdo, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: partdo
* Version: 1.2.5
*/

/* .footer-row img {
    object-fit:contain;
} */

#payment .form-row{
    display:none;
    /* height:100%!important; */
}
.widget_about_company .company-logo img {
    height:100%!important;
}
.woocommerce-shipping-totals.shipping, .cart-subtotal{
    /* display:none; */
}
.site-header .dropdown-cats .dropdown-menu .klbth-menu > .menu-item > a {
    font-weight: 600!important;

}
.quick-product-wrapper {
    width: -webkit-fill-available;
    min-width: 100%!important;
}

.bus-slicktrack div.slick-track {
    /* display:flex; */
    /* width:30%!important; */
    /* align-items:center;
    justify-content:center; */
}
   .white-overlay { 
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.3); /* White with 80% opacity */
      z-index: 9999; /* Make sure it's on top */
      display: none; /* Initially hidden */
  } 
  .ajax-loading {
    opacity:.4
  }
  @media only screen and (max-width: 480px) {

    .form-container{
        margin:0;
        padding:0;
        width:100%;
    } 
    .container:has(.form-container){
        padding:0;
    }
    button[name="woocommerce_checkout_place_order"] {
        padding:1em!important;
    }
}
.home-center-baner {
    max-height: 300px!important;
}

.price_slider_amount button[type="submit"] {
    background:#146678;
    color:#fff;
    padding:.2em .6em;
    border-radius: 5px;
}
.cart_totals  .woocommerce-shipping-totals.shipping, .cart_totals .cart-subtotal{
    display:none;

}
button#place_order1 {
    background:#146678;
    color:#fff;
}