/*
Theme Name: Mediax
Theme URI: https://wordpress.themeholy.com/mediax
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy 
Description: Mediax - Health & Medical WordPress Theme  
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mediax
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/


/* Header sub-menu icon */
.hide-icon.main-menu ul.sub-menu li a:before {
    display: none;
}
.hide-icon.main-menu ul.sub-menu li a:hover {
    padding-left: 0;
}
.th-widget-contact{
	max-width: 450px !important;
}
.th-widget-about .about-logo {
    margin-bottom: 25px !important;
    max-width: 155px !important;
}
.th-btn {
	background: #1c1b1b !important;
	color: #fff !important;
}
.th-btn:before{
	content: none !important;
}
.th-btn:hover {
    background: #F1302E !important;
}
form.cart, .product-price {
    display: none;
}
ol.flex-control-nav.flex-control-thumbs {
    padding: 0;
    display: flex;
    list-style-type: none;
    gap: 10px;
    margin-top: 10px;
}
.new-th-btn.new-th_btn span{
	position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: var(--theme-color);
    box-shadow: 0px 3px 15px rgba(174, 211, 195, 0.7);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 21px 30px;
    min-width: 170px;
    border-radius: 30px;
}
.new-th-btn.new-th_btn span:hover{
	transform: translateY(-3px);
	background: #1c1b1b !important;
}
.elementor-widget-woocommerce-product-content div>*, .elementor-widget-woocommerce-product-content table th, .elementor-widget-woocommerce-product-content table tr {
    color: inherit !important;
}

.breadcumb-title, .breadcumb-menu li a, .breadcumb-menu li:after{
	color: #fff !important;
}
.breadcumb-menu li:last-child{
	color: #fff !important;
	text-decoration: underline; 
}