/*
 Theme Name:   Itfirm Child
 Theme URI:    https://example.com/itfirm-child
 Description:  Child theme for the Itfirm WordPress theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     itfirm
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../itfirm/style.css");

.footer-bottom p {
    margin-bottom: 0;
}

.btn.btn-gradient-rotate {
    border-radius: 30px !important;
    background: #0f0f35 !important;
}

input, textarea {
    border-radius: 5px !important;
}

body .container {
    max-width: 1140px !important;
}

.tax-product_cat main {
    padding: 60px 0;
}

.single-product main {
    padding: 60px 0 80px;
}

.tax-product_cat h1 {
  font-size: 42px;
  margin-bottom: 25px;
}

.dropdown-item.active, .dropdown-item:active {
  background: none !important;
}

.ekit-nav-dropdown-hover .elementskit-dropdown-has .elementskit-dropdown {
  top: 60px !important;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-meta {
    display: none;
}