/*!
Theme Name: Konte Child
Theme URI: https://themeforest.net/item/konte-minimal-modern-woocommerce-wordpress-theme/23162599?ref=uixthemes
Author: UIX Themes
Author URI: https://uix.store
Template: konte
Description: Konte is 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-child
*/
.blog-header-content .header-title span {
    display: none;
    vertical-align: -0.13636em;
}
.text-light, .text-light a {
    color: #fff;
    font-size: 16px;
}

.woocommerce div.product .woocommerce-variation-description, .woocommerce div.product .woocommerce-product-details__short-description {
    font-size: 14px;
    font-size: 1.475rem;
    margin-bottom: 5px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a {
    text-align: -webkit-right;
    display: block;
}
.cn-button.bootstrap {
    color: #fff;
    background: #700d55;
}
.woocommerce-account-login .login-tabs-nav .tab-nav {
    margin-right: 60px;
}
.header-right-items,
.main-navigation .nav-menu {
    padding-top: 55px;
}
.admin-bar #cookie-law-info-bar {
    display: none !important;
}
.woocommerce div.product.layout-v6 .product-toolbar {
    padding-top: 0 !important;
}
.woocommerce-products-header__container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.woocommerce-products-header__container:before,
.woocommerce-products-header__container:after {
    display: none !important;
}
.woocommerce-breadcrumb {
    order: 0;
    min-width: 50%;
    text-align: right;
}
.term-description {
    order: 2;
    margin-left: 0 !important;
}
.woocommerce-products-header__container img {
    order: 3;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
    margin: 0 auto;
}
body.woocommerce div.product.layout-v6 .summary {
    padding-left: 40px;
}
.shop-content-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.shop-content-container #primary {
    width: 100%;
    order: 5;
}
.shop-content-container #secondary {
    width: 100%;
    order: 3;
    position: static !important;
}
@media screen and (min-width: 1024px) {
    .term-description {
        width: 75%;
        padding-right: 30px;
        font-size: 18px !important;
    }
    .woocommerce-products-header__container img {
        width: 25%;
    }
}
@media screen and (max-width: 1023px) {
    .term-description {
        margin-bottom: 20px !important;
    }
}