/* 
Theme Name: suntrack
Theme URI: https://github.com/elementor/hello-theme-child/
Description: suntrack is a child theme of Hello Elementor, created by Elementor team
Author: suntrack
Template: hello-elementor
Version: 2.0.0
Text Domain: suntrack
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.bestseller {
  position: absolute;
  padding: 3px 8px;
  font-size: 12px;
  z-index: 10;
  border-radius: 3px;
  display: flex;
  align-items: center;
  background-color: #00A4FF;
  color: #fff;
  font-family: Open Sans;
  font-weight: 600;
}


.elementskit-navbar-nav .elementskit-submenu-panel{
	border: 0px !important;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input{
	border-radius: 8px !important;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit, .dgwt-wcas-om-bar .dgwt-wcas-om-return {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.st-vat-include{
	font-size: 1rem;
	color: #868686;
	font-family: Open Sans;
}
.st-suffix-netto{
	font-size: 1rem;
	color: #868686;
	font-family: Open Sans;
}
a{
	text-decoration: none !important;
}
h1.entry-title{
	display: none;
}

.prefix-netto{
	color: #7B7B7B !important;
	font-size: 90%;
	font-weight: normal !important;
}
ul.products li.product {
    position: relative;
}
.new-product-badge {
    background-color: #fff; /* Kolor zielony */
    color: #28a745;
    padding: 3px 8px;
    border: 1px solid #D3D4DB;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    position: absolute; /* Ustawiamy pozycjonowanie absolutne */
    top: 0px; /* Odległość od góry elementu */
    right: 0px; /* Odległość od prawej strony */
    z-index: 10; /* Zapewniamy, że etykieta będzie nad innymi elementami */
    font-family: Open Sans;
}








.add-cart-icon {
	width: 20px !important;
    height: 20px;
    top:2px;
    margin-left: 5px !important;
    vertical-align: middle;
    display:inline !important;
    margin-right: 0px !important;
}
.more-info-icon {
    width: 20px !important;
    height: 20px;
    top:2px;
    margin-left: 5px !important;
    vertical-align: middle;
    display:inline !important;
    margin-right: 0px !important;
}

ul.products li.product .button.more-info-button {
    background-color: gray !important; /* Ustaw kolor tła jako szary */
    color: #FFFFFF !important; /* Kolor tekstu */
    border: none !important; /* Zresetuj domyślną ramkę */
}

/* Styl dla przycisku z ikonką */
ul.products li.product .button.more-info-button .more-info-icon {
    vertical-align: middle; /* Ustawienie ikony w pionie */
}