/*
Theme Name: Konte Child Theme
Theme URI: http://konte.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: konte
*/


.main-navigation .mega-menu {
    left: 250px;
    width: 50%;
    margin: 0;
    padding: 0;
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, .2);
}

.woocommerce-tabs ul.tabs li.description_tab {
 display: none !important;
}

/*.woocommerce-Tabs-panel#tab-description {*/
/*    display: none !important;*/
/*}*/

.woocommerce div.product.layout-v6 .woocommerce-tabs {
    border-top: none !important;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .panel {
    margin-left: 0px !important;
    border-left: none !important;
}

.woocommerce div.product .product_meta .label{
     display: none !important;
}


ul {
    list-style: none;
    padding: 20px 0 0 0;
}

ul li {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: Capitalize;
}

ul li i {
    color: 000; /* Change to your preferred color */
    margin-right: 8px;
}

.page .entry-title{
    font-size: 50px !important;
    line-height: 60px !important;
}

.wishlist-share,
.wcboost-wishlist-edit-link-wrapper{
    display: none !important;
}

.header-mobile {
    height: 100px;
}

.header-account {
    font-size: 16px !important;
}

.topbar-menu a {
    font-size: 14px;
}

.product_meta span:first-child {
    display: none !important;
}

.product_meta span {
    font-size: 18px !important;
    line-height: 38px !important;
}

span.wcboost-wishlist-button__text, .wcboost-wishlist-button {
    font-size: 16px !important;
    line-height: 36px !important;
}

.wcboost-wishlist-button .svg-icon svg {
    width: 25px;
    height: 25px;
}

.woocommerce div.product .product_title {
    font-size: 25px !important;
    line-height: 35px !important;
}

.buy-now-button {
    background-color: #000 !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    transition: background-color 0.3s ease-in-out;
}

.woocommerce-additional-fields {
    display: none;
}

@media only screen and (max-width: 767px) {
    .woocommerce div.product.layout-v6 .woocommerce-tabs {
        margin-top: 0px !important;
    }
    
    .woocommerce div.product.layout-v6 .woocommerce-tabs {
        padding-top: 0px !important;
    }
    
    .woocommerce div.product .product_title {
        font-size: 25px !important;
        line-height: 35px !important;
    }
}
