/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor.
Author: Your Name
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom CSS below */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");

html body {
    background-color: #23272b;
    color: #828d95;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    line-height: 1.7em;
    font-family: 'Roboto', sans-serif !important;
}
body p {
    margin: 0 0 15px 0;
}
section#header::before {
    content: ' ';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 3px;
    background-color: #2C3E50;
    z-index: 1;
}
.main-menu-nav nav.tahefobu-nav-menu-container .tahefobu-nav-menu::before {
    content: ' ';
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background-color: #262a2e;
}
.main-menu-nav .tahefobu-nav-menu li.menu-item {
    border-left: 1px solid transparent;
}
.main-menu-nav .tahefobu-nav-menu li.menu-item:hover,
.main-menu-nav .tahefobu-nav-menu li.menu-item.current-menu-item.current_page_item {
    border-color: #f54121;
}
.promo-title h2.elementor-heading-title {
    font-weight: 100 !important;
}
.promo-title h2.elementor-heading-title b {
    font-weight: 400;
}
.promo-content p {
    padding: 15px 0 0;
    color: #a7b6c1;
}
.icon-asterisk h4:before {
    font-family: "Font Awesome 6 Free";
    content: "\f069";
    font-weight: 900;
    color: #f36354;
    font-style: normal;
}
.special-offer-sec p:first-child img {
    margin-left: 30px;
    margin-bottom: 10px;
    float: right;
}
.grey-btn a.elementor-button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe5e5e5',GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbb;
    font-size: 16px;
    line-height: normal;
    border-radius: 5px;
    border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
    color: #333;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: bold;
    padding: 9px 14px;
}
.grey-btn a.elementor-button:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
    border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.footer-menu-home ul.tahefobu-nav-menu {
    font-size: 14px;
}
.footer-menu-home ul.tahefobu-nav-menu li {
    width: 100%;
    margin: 0 0 7px;
    padding: 0;
    line-height: 20px;
}
.footer-menu-home ul.tahefobu-nav-menu li a.tahefobu-menu-item {
    font-size: 1.1em;
}


#header a.header-cart {
    background: #212325;
    padding: 10px 15px;
    border-radius: 50px;
    text-align: right;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
#header a.header-cart i, 
#header a.header-cart img {
    max-width: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
.contact-accrodion .elementor-element {
    color: #828d95;
}
.contact-accrodion a:hover {
    text-decoration: underline;
}
.contact-accrodion details.e-n-accordion-item {
    border: 1px solid #D5D7E0;
    border-radius: 4px;
    overflow: hidden;
}
.contact-accrodion summary.e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom: 1px solid #D5D7E0;
}

.contact-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: #f3704b;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-icon img {
    max-height: 32px;
    width: auto;
    max-width: 30px;
}

.contact-form-sec form.wpcf7-form p {
    margin: 20px 0 0;
}
.contact-form-sec form.wpcf7-form fieldset.hidden-fields-container + p {
    margin: 0;
}
.contact-form-sec form.wpcf7-form p label {
    font-size: 13px;
    line-height: 1.7em;
    color: #828d95;
    width: 100%;
}
.contact-form-sec form.wpcf7-form input[type=date], 
.contact-form-sec form.wpcf7-form input[type=email], 
.contact-form-sec form.wpcf7-form input[type=number], 
.contact-form-sec form.wpcf7-form input[type=password], 
.contact-form-sec form.wpcf7-form input[type=search], 
.contact-form-sec form.wpcf7-form input[type=tel], 
.contact-form-sec form.wpcf7-form input[type=text], 
.contact-form-sec form.wpcf7-form input[type=time], 
.contact-form-sec form.wpcf7-form input[type=url], 
.contact-form-sec form.wpcf7-form select, 
.contact-form-sec form.wpcf7-form textarea {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    padding: 8px 12px;
    line-height: 20px;
}
.contact-form-sec form.wpcf7-form textarea {
    height: 150px;
}
.contact-form-sec form.wpcf7-form input[type="submit"]{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: pre-line;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 4px;
    transition: all .15s ease-in-out;
    cursor: pointer;
    background-color: #f36354;
    color: #FFFFFF;
}
.contact-form-sec form.wpcf7-form input[type="submit"]:hover{
    background-color: #0037DD;
}
body .about-content p {
    margin: 0 0 18px;
}

main.site-main {
    margin: 0 auto;
    max-width: 1200px;
}
nav.woocommerce-breadcrumb {
    display: none;
}
main.site-main div.product,
.woocommerce-cart .page-content,
.woocommerce-checkout .page-content{
    background: #fff;
    padding: 20px 30px;
    margin: 20px 0px;
}
.woocommerce-cart .page-header,
.woocommerce-checkout .page-header {
    display: none;
}
.product.type-product .product_meta { 
    display: none;
}

/* ==========================================
   Concrete Bench Mold Product Page
========================================== */

/* Quantity */
.product.type-product .quantity input.qty{
    width:70px;
    height:46px;
    font-size:18px;
    text-align:center;
}

/* Add to Cart */
.product.type-product .single_add_to_cart_button {
    background: #F39C12 !important;
    color: #fff;
    padding: 14px 30px;
    border-radius: 5px;
    font-size: 18px;
    transition: .3s;
}

/* ===================================================
   Concrete Bench Molds - WooCommerce Cart Design
=================================================== */

.woocommerce-cart .shop_table{
    border:1px solid #e5e5e5;
    border-radius:8px;
    overflow:hidden;
}

.woocommerce-cart .shop_table th{
    background:#f8f8f8;
    color:#555;
    font-size:15px;
    font-weight:600;
    padding:16px;
}

.woocommerce-cart .shop_table td{
    padding:20px 16px;
    vertical-align:middle;
}

/* Product Image */

.woocommerce-cart .product-thumbnail img{

    width:90px;
    border-radius:6px;

}

/* Product Name */

.woocommerce-cart .product-name a{

    font-size:18px;
    font-weight:600;
    color:#333;
    text-decoration:none;

}

.woocommerce-cart .product-name a:hover{

    color:#2162B3;

}

/* Price */

.woocommerce-cart .product-price{

    font-size:18px;
    color:#2162B3;
    font-weight:600;

}

/* Quantity */

.woocommerce-cart .quantity input.qty{

    width:75px;
    height:46px;
    border-radius:6px;
    border:1px solid #ddd;
    text-align:center;
    font-size:18px;

}

/* Coupon */

.woocommerce-cart .coupon{

    display:flex;
    gap:12px;
    align-items:center;
    flex-wrap:wrap;

}

.woocommerce-cart .coupon input{

    height:46px;
    border-radius:6px;
    border:1px solid #ddd;
    padding:0 15px;
    min-width:220px;

}

.woocommerce-cart .coupon button {
    height: 46px;
    padding: 0 25px;
    border-radius: 6px;
    background: #F39C12;
    color: #fff;
}

/* Update Cart */

.woocommerce-cart button[name="update_cart"]{

    background:#444;
    color:#fff;
    border-radius:6px;
    padding:12px 25px;

}

/* Cart Totals */

.woocommerce-cart .cart-collaterals{

    margin-top:50px;

}

.woocommerce-cart .cart_totals{

    border:1px solid #eee;
    padding:30px;
    border-radius:10px;
    background:#fafafa;

}

.woocommerce-cart .cart_totals h2{

    font-size:36px;
    margin-bottom:25px;

}

/* Checkout Button */

.woocommerce-cart .checkout-button{

    background:#F39C12 !important;
    color:#fff;
    font-size:18px;
    border-radius:6px;
    padding:18px;
    transition:.3s;

}

.woocommerce-cart .checkout-button:hover{

    background:#56359d !important;

}

/* Remove Button */

.woocommerce-cart .remove{

    color:#d63638 !important;
    font-size:26px;
}

.woocommerce-cart .remove:hover{

    background:none !important;
}

/* Responsive */

@media(max-width:768px){

    .woocommerce-cart .coupon{

        display:block;

    }

    .woocommerce-cart .coupon input{

        width:100%;
        margin-bottom:10px;

    }

    .woocommerce-cart .coupon button{

        width:100%;

    }
	.footer-menu-home {
		width: 100%;
	}
	.footer-menu-home .tahefobu-mobile-toggle-wrap {
		display: none;
	}
	.footer-menu-home ul.tahefobu-mobile-nav-menu {
		position: relative !important;
		display: block !important;
		width: 100%;
		min-width: inherit;
		margin: 0 !important;
		box-shadow: none;
	}
	.contact-icon {
		margin: 0 auto;
	}
	main.site-main div.product, .woocommerce-cart .page-content, .woocommerce-checkout .page-content {
		margin:20px 15px;
	}

}

