/*
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;
}
.accrodion-design .elementor-element {
    color: #828d95;
}
.accrodion-design a:hover {
    text-decoration: underline;
}
.accrodion-design details.e-n-accordion-item {
    border: 1px solid #D5D7E0;
    border-radius: 4px;
    overflow: hidden;
}
.accrodion-design 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;
}
.single-product .product_meta { 
    display: none;
}