/*
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 .style-icon .products .product-category a img {
  max-width: 70px !important;
}

.style-icon-background .products .product-category .product-wrapper > a {
  border-color: rgba(122,165,43,1);
  transition: 350ms ease 0s;
  background: transparent;
}

.style-icon-background .products .product-category .product-wrapper > a:hover {
  border-color: rgba(122,165,43,1);
  background: #f7f9f3;
}

.svg-ikonka img {
  border-left: 3px solid #78aa42;
  padding: 5px;
  width: 50px;
  margin-bottom: 10px;
}

.tri-vyhody-ikona img {
  width: 50px;  
  height: 50px;
}

.tri-vyhody-text h3 {
  color: #fff !important;
}

.text-light .social-icons ul li a {
  color: #fff !important;
}

.woocommerce-product-details__short-description {
  color: #000 !important;
  font-size: 18px !important;
}

.ts-screen-reader-text {
  text-align: center;
}

.woocommerce-product-attributes.shop_attributes {
  color: #000;
  font-size: 18px;
}

.woocommerce-product-attributes-item__label {
  background: #e9f4d6 !important;
}

.woocommerce div.product div.summary .availability > span {
  padding: 5px 10px !important;
}

.owl-stage .product-group-button-meta {
  display: none;
}

@media only screen and (min-width: 768px) {
  .header-v2 .header-middle > .container, .header-v6 .header-middle > .container {
    padding-bottom: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .header-v2 .header-middle .ts-search-by-category, .header-v6 .header-middle .ts-search-by-category {
    position: inherit !important;
  }
}

#undefined-sticky-wrapper {
  height: inherit !important;
}

@media only screen and (max-width: 991px) {
  .ts-header .menu-wrapper nav > ul.menu > li {
    margin: 0 30px 15px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce.woocommerce-page.archive #main > .page-container #left-sidebar, .woocommerce.woocommerce-page.archive #main > .page-container #right-sidebar {
    order: inherit !important;
  }
}