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

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

/* Header logo alignment */
#tbay-header .site-logo img,
#tbay-header .logo img,
.tbay-header .site-logo img {
    max-height: 50px;
    width: auto;
    vertical-align: middle;
}

#tbay-header .header-main,
#tbay-header .header-mainmenu {
    display: flex;
    align-items: center;
}

/* Footer styling - light theme for B2B marketplace */
footer#tbay-footer {
    background-color: #f5f5f5;
    color: #333;
    padding: 0;
    border-top: 3px solid #68BCDE;
}

footer#tbay-footer .footer-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 15px 20px;
}

footer#tbay-footer .footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

footer#tbay-footer .footer-col {
    flex: 1 1 220px;
    min-width: 200px;
}

footer#tbay-footer .footer-col h4 {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

footer#tbay-footer .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer#tbay-footer .footer-col ul li {
    padding: 4px 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

footer#tbay-footer .footer-col ul li a {
    color: #555;
    text-decoration: none;
}

footer#tbay-footer .footer-col ul li a:hover {
    color: #68BCDE;
}

footer#tbay-footer .footer-col p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

footer#tbay-footer .footer-social {
    margin-top: 12px;
}

footer#tbay-footer .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    color: #fff;
    background: #555;
    border-radius: 50%;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.3s;
}

footer#tbay-footer .footer-social a:hover {
    background: #68BCDE;
}

footer#tbay-footer .footer-newsletter {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-bottom: 25px;
}

footer#tbay-footer .footer-newsletter h4 {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

footer#tbay-footer .footer-newsletter input[type="email"] {
    padding: 10px 14px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    border-radius: 3px;
    width: 220px;
    font-size: 14px;
}

footer#tbay-footer .footer-newsletter button,
footer#tbay-footer .footer-newsletter input[type="submit"] {
    padding: 10px 20px;
    background: #68BCDE;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 5px;
}

footer#tbay-footer .footer-bottom {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    text-align: center;
    background-color: #eee;
    margin: 0 -15px -20px;
    padding: 20px 15px;
}

footer#tbay-footer .footer-bottom p {
    font-size: 13px;
    color: #777;
    margin: 10px 0;
}

footer#tbay-footer .footer-bottom p a {
    color: #68BCDE;
    text-decoration: none;
}

footer#tbay-footer .footer-bottom img {
    margin-top: 10px;
}

/* Footer responsive */
@media only screen and (max-width: 768px) {
    footer#tbay-footer .footer-top {
        flex-direction: column;
        gap: 20px;
    }
    footer#tbay-footer .footer-bottom nav ul {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

/*  Responsive CSS starts  */

/*  for mobile */
@media only screen and (max-width: 420px) {
	input#mc4wp_email {
    	font-size: 14px;
	}
	footer h4.heading-tbay-title.elementor-heading-title {
		margin-bottom: 5px !important;
		margin-top: 30px !important;
	}
	.footerFirst li, .footerFirst li a, .footerFirst li span, .footerFirst p {
		font-size: 14px !important;
	}
	.banner-form .button-search .text, .banner-form .select-category{
		display: none;
	}
	.banner-form .button-search i.icon-magnifier {
		font-size: 14px;
	}
	.banner-form  button.button-search {
		padding: 0 15px !important;
	}
	.featured-tabs .tbay-element-product-categories-tabs .tabs-list {
		white-space: normal;
	}
	.featured-tabs .tbay-element-product-categories-tabs .tabs-list li {
		padding-bottom: 18px;
	}
	.home-quote {
		background-image: none !important;
	}
	.home-points .elementor-icon-box-content {
		margin-top: -20px;
	}
	.tbay-show-cart-mobile .product-block div.add-cart a {
    	display: none;
	}
	.single-product div.product div.images img {
    	max-width: 100%;
	}
	.header-payment-steps-wrapper ul li a{
		font-size: 12px;
	}
	.header-payment-steps-wrapper ul li:after {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.header-payment-steps-wrapper ul li:before {
		bottom: 8px;
	}
	body .coupon .box input[type=submit], .woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
		background-color: #68BCDE;
	}
	.woocommerce-cart .yith-wcwl-add-button {
		display: none;
	}
	#customer_login ul.nav.nav-tabs {
		border: 0;
		background: transparent;
	}
	.my-account .notLoggedIn #customer_login a.active {
		background: transparent;
		font-size: 25px;
	}
	p.loginBottom a, .vrbottom a {
		display: inline-block;
	}
	.woocommerce-lost-password .notLoggedIn #main-container form.lost_reset_password {
		max-width: unset;
	}
	.top-right-mobile .topbar-icon-more {
		display: none;
	}
	.single-product .top-right-mobile.top-cart-mobile {
		max-width: 30px;
	}
	.woocommerce form #wc-stripe-cc-form .form-row label {
		font-size: 13px;
	}
	.tbay-my-account-avatar {
		display: none;
	}
}