/*
Theme Name: MyMedi Child
Theme URI: https://demo.theme-sky.com/mymedi/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: mymedi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: mymedi-child
*/

.woocommerce-product-details__short-description ul li:before,
.short-description ul li:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0;
    color: #12A05C;
    font-size: 75%;
}

.woocommerce-product-details__short-description ul li,
.short-description ul li{
    list-style: none;
}

.breadcrumb-title-wrapper {
    background: rgba(240,242,245,1);
    margin-bottom:20px;
}
.archive-description-wrapper span.vc_tta-title-text {
    color: #fff;
}

.archive-description-wrapper .vc_tta-panel-body {
    padding-left: 0!important;
    padding-right: 0!important;
}

.archive-description-wrapper h1 {
    font-size: 22px;
    margin-bottom: 9px;
    line-height: 1.2;
}
.archive-description-wrapper h2, .archive-description-wrapper h3, .archive-description-wrapper h4{
	font-size: 20px;
}

@media only screen and (min-width: 1280px){

    .woocommerce-page #main-content.ts-col-18 div.product div.images {
        width: 50%;
    }
    
    .woocommerce-page #main-content.ts-col-18 div.product div.summary {
        width: 50%;
    }
}