/*
Theme Name: Ochaka Child
Theme URI: https://ochaka.presslayouts.com/landing
Author: PressLayouts Team
Description: This is a child theme for Ochaka
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: ochaka
Text Domain: ochaka-child
*/


.single-product div.summary form.cart button.single_add_to_cart_button,
.single-product div.summary .pls_quick_buy_button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 26px !important;
    line-height: 1 !important;
    box-sizing: border-box !important;

    /* 🔥 KEY FIX  */
    font-feature-settings: "liga" 0;
    text-rendering: geometricPrecision;
}

.grecaptcha-badge{
    display: none!important;
}

.mfp-container{
    position:fixed!important;
}
#section-35400{
    min-width: 1400px;
}

button.metform-submit-btn{
    background-color: var(--pls-button-bg-color)!important;
  color: var(--pls-button-color)!important;
  border-radius: var(--pls-radius-round)!important;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: var(--pls-font-weight-bold);
  line-height: 24px;
  padding: 16px 40px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.45s;
  white-space: nowrap;
}

button.metform-submit-btn:hover{
    border-radius: var(--pls-radius-round)!important;
}
.yith-wcan-filters{
    background-color: none!important;
}
.cart-discount td{
    text-align: right!important;
}
.wc-layered-nav-term  > span{ display: none!important;}