/*
Theme Name: Meditex Child
Theme URI: https://demo.creativewp.com/meditex
Author: creative-wp
Author URI: https://themeforest.net/user/creative-wp
Description: Meditex Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meditex
Domain Path: /languages/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: meditex
*/

.single-product-layout-2 .product-sidebar .mf_widget_product_categories {
    display: none;
}

.single-product-layout-4 .product-sidebar .mf_widget_product_categories,
.single-product-layout-4 .product-sidebar .widget_custom_html {
    display: none;
}

.single-product-layout-5 .product-sidebar #custom_html-8 {
    display: none;
}

.martfury-switcher-icon {
    position: fixed;
    top: 30%;
    right: 0;
    width: 65px;
    height: 65px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.85);
    white-space: pre-line;
    display: flex;
    align-items: center;
    z-index: 9980;
    transition: 0.5s;
}

.martfury-switcher-icon:hover {
    background-color: rgba(0, 0, 0, 1);
}

.martfury-switcher-icon h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.martfury-switcher-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9990;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
}

.open-switcher .martfury-switcher-overlay {
    display: block;
}

.martfury-switcher-demo {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    display: none;
    background-color: #fff;
    padding-top: 30px;

}

.martfury-switcher-demo ::-webkit-scrollbar {
    background: transparent;
    width: 7px;
}

.martfury-switcher-demo ::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.martfury-switcher-demo .switcher-wapper {
    pointer-events: auto;
    position: relative;
    width: 100%;
    padding: 0 100px;
}

.open-switcher .martfury-switcher-demo {
    display: flex;
}

.martfury-switcher-demo .demo-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.martfury-switcher-demo .demo-tabs li {
    padding: 0 15px;
}

.martfury-switcher-demo .demo-tabs li a {
    font-size: 16px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    position: relative;
}

.martfury-switcher-demo .demo-tabs li a:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    content: "";
    height: 1px;
    background-color: #000;
    transition: 0.5s;
}

.martfury-switcher-demo .demo-tabs li a:hover:after,
.martfury-switcher-demo .demo-tabs li a.active:after {
    width: 100%;
    left: 0;
    right: auto;
}

.martfury-switcher-demo .demo-tabs li a.active {
    color: #000;
}

.martfury-switcher-demo .switcher-close {
    position: absolute;
    top: -15px;
    right: 50px;
    cursor: pointer;
    font-size: 30px;
    color: #000;
}

.martfury-switcher-demo .switcher-header {
    text-align: center;
    margin: 10px 0 40px;
}

.martfury-switcher-demo .switcher-header h2 {
    margin: 0 0 30px;
    line-height: 1;
    font-weight: 400;
    color: #000;
    font-size: 48px;
}

.martfury-switcher-demo .switcher-header p {
    margin-bottom: 0;
    line-height: 1.1;
}

.martfury-switcher-demo .demo-item.col-md-2:nth-child(6n+1) {
    clear: both;
}

.martfury-switcher-demo .demo-item h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: center;
    color: #000;
}

.martfury-switcher-demo .demo-item a {
    transition: none;
}

.martfury-switcher-demo .demo-item img:not(.lazy) {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    display: block;
    transition: transform 0.35s, box-shadow 0.35s;
}

.martfury-switcher-demo .demo-item:hover img {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
}

.sticky-button {
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #0072bc;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 20px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 600;
    z-index: 99;
}

.sticky-button .tf-text {
    background-image: url(http://demo2.drfuri.com/intro/unero/images/logoen.png);
    width: 66px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.sticky-button:hover {
    color: #fff;
}

.sticky-button strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    position: relative;
    padding-left: 7px;
}

@media (max-width: 767px) {
    .sticky-button,
    .martfury-switcher-icon,
    .martfury-switcher-overlay,
    .martfury-switcher-demo,
    .open-switcher .martfury-switcher-demo,
    .open-switcher .martfury-switcher-overlay {
        display: none;
    }
}


.mobile-version.woocommerce div.product div.images .flex-viewport {
    height: auto !important;
}

.mf-product-extra-info {
    padding: 20px;
}

.mf-product-extra-info .product-info-header {
    margin-bottom: 20px;
}

.mf-product-extra-info .product-info-content ul li {
    line-height: 1.2;
    display: flex;
}

.mf-product-extra-info .product-info-content ul li .info-label {
    min-width: 110px;
    padding-right: 4px;
    color: #2e3141;
    display: inline-block;
}

.mf-product-extra-info .product-info-content ul li .info-value {
    color: #818494;
}

.mf-product-extra-info .product-info-footer {
    border-top: 1px solid #eef0f4;
    margin-top: 16px;
    padding-top: 16px;
    display: flex;
}

.mf-product-extra-info .product-info-footer .info-label {
    width: 110px;
    padding-right: 4px;
    color: #2e3141;
    text-transform: uppercase;
    display: inline-block;
}

.mf-product-extra-info .product-info-footer .info-value {
    display: inline-block;
    width: calc(100% - 110px);
}

.mf-product-extra-info .product-info-footer .info-value a {
    display: block;
}

.mf-product-extra-info .product-info-footer .info-value img {
    margin-left: -110px;
    max-width: 260px;
}

/*Category*/
.mf-category-info {
    border-top: 1px solid #e1e1e1;
    margin-top: 50px;
}

.mf-category-info  .product-category-overview {
    padding-top: 50px;
    padding-bottom: 30px;
}

.mf-category-info  .product-category-overview .category__title {
    margin-top: 0;
}

.mf-category-info .product-category-sidebar {
    padding-top: 0;
    padding-bottom: 50px;
}

.mf-category-info .product-category-sidebar .mf-product-extra-info  {
    padding: 0;
}

.mf-category-info  .mf-product-extra-info .product-info-content ul {
    padding: 0;
}

.mf-category-info .mf-product-extra-info .product-info-content ul li {
    padding: 5px 0;
    margin-bottom: 0;
}

.mf-category-info .mf-product-extra-info .product-info-content ul li.product-info-footer {
    padding-top: 16px;
}

.tax-product_cat .site-content {
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .mf-category-info  .product-category-overview {
        border-right: 1px solid #e1e1e1;
        padding-right: 35px;
        padding-bottom: 50px;
    }

    .mf-category-info .product-category-sidebar {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .mf-category-info .product-category-sidebar .mf-product-extra-info  {
        padding: 0 0 0 25px;
    }
}