/**
* Theme Name: Kera Child
* Description: This is a child theme for Kera
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.2.5
* Template: kera
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.woocommerce-form-coupon-toggle{
	display: none;
}
.header-payment-steps-wrapper.header-checkout{
	display: none;
}
#billing_company_field{
	display: none;
}
.header-payment-steps-wrapper.header-payment{
	display: none;
}
/* .woocommerce-Price-amount.amount{
	display: none;
} */
.tbay-filter{
	display: none;
}
.login_reg {
    color: #333333;
    font-family: 'Jost';
    font-size: 13px;
    FONT-WEIGHT: 500;
}

div#add2cart a {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    font-size: 14px;
    padding: 5px 0;
}
.display-products.products.products-grid .product-type-simple:hover {
    z-index: 99;
    -webkit-transition: transform 0.3s ease-in-out;
    border: 1px solid #90909029;
    box-shadow: 3px 7px 10px #00000021;
}

.display-products.products.products-grid .product-type-simple {
	box-shadow: 3px 3px 4px #0000000d;
}
.group-buttons{
	display: none!important;
}
.header-payment-steps-wrapper.header-cart{
	display: none;
}
.woocommerce-cart-form .coupon{
	display: none;
}
.woocommerce-order section.woocommerce-order-details, .woocommerce-order section.woocommerce-customer-details{
	display: none;
}
li.woocommerce-order-overview__total.total{
	display: none;
}
.cart-collaterals .cart_totals h2, .cart-collaterals .cart_totals table{
	display: none;
}
.form-field.form-field-wide.wc-order-status{
	display: none;
}
.order_data_column .address .none_set{
	display: none;
}
.subsubsub li.wc-processing, .subsubsub li.wc-on-hold{
	display: none!important;
}
.row.grid[data-desktop="5"]>div, .display-products.products-grid .row[data-desktop="5"]>div{
	max-width: 19%;
}
.display-products.products.products-grid .row {
    gap: 10px;
}
div#add2cart {
    position: absolute;
    width: 100%;
    bottom: 15px;
}
.product-block .caption {
    padding-bottom: 30px;
}

@media screen and (max-width: 991px) and (min-width: 767px) {
 .row.grid[data-desktop="5"]>div, .display-products.products-grid .row[data-desktop="5"]>div {
    max-width: 23%;
}
}
@media screen and (max-width: 767px) and (min-width: 575px) {
 .row.grid[data-desktop="5"]>div, .display-products.products-grid .row[data-desktop="5"]>div {
    max-width: 31%;
}
.display-products.products.products-grid .row {
    justify-content: center;
}	
}
@media only screen and (max-width: 575px){
body.tbay-body-mobile-product-two .tbay-filter+.products-grid .row>.product {
    max-width: 47%;
}
.display-products.products.products-grid .row {
    justify-content: center;
}
}
#main.singular-shop div#woocommerce-tabs {
    border-top: 1px solid #00000047;
}
.singular-shop>.product>div::before{
	display: none;
}


header.woocommerce-products-header img {
    width: 98.5%;
}
@media only screen and (min-width: 767px){
li#menu-item-3742{
	display:none;
	}
}