body {
font-family: "Murecho", sans-serif !important;
}
.logo-header img {
max-height: 40px;
height: auto;
width: auto;
}
.logo-footer img{
max-height: 58px;
height: auto;
width: auto;
}
.added_to_cart {
display: none !important;
}
.category .products{
margin-bottom: 0 !important;
}
.added_to_cart .purchasable .product-type-simple{
width:100%  
}
.grid-landing-page ul{
display: grid !important;
grid-template-columns: repeat(4, auto) !important;
margin-bottom: 0 !important;
}
.grid-landing-page ul::before{
display: none !important;
}
.grid-wyprzedaz ul{
display: grid !important;
grid-template-columns: repeat(5, auto) !important;
margin-bottom: 0 !important;
gap: 16px;
}
.grid-wyprzedaz ul::before{
display: none !important;
}
.category-container .woocommerce{
flex-grow: 1;
overflow-x: hidden; 
padding:4px 0
}
.category-container ul{
display: flex !important;
gap: 20px;
}
.featured-product-img img{
width: 100% !important;
}
.woocommerce-product-gallery .flex-control-nav{
display: flex !important;
width: fit-content;
gap:1em;
}
.woocommerce-product-gallery .flex-control-nav li{
max-width: 5em;
width: 100%;
min-width: 5em;
cursor: pointer;
}
.inpost_pl-shipping-method-meta-wrap{
display: none !important;
}
.woocommerce .easypack_show_geowidget,
.checkout .easypack_show_geowidget{
box-shadow: none !important;
margin: 1em 0 !important;
font-size: 16px !important;
font-weight: 500;
transition: background-color 150ms ease-in-out;
}
.easypack_show_geowidget:hover{
background-color: var(--color-primary-hover) !important;
}
.select2-selection, .select2-dropdown{
@apply border-gray-table rounded !bg-white px-4 py-2 text-sm text-gray placeholder-gray-table outline-none focus:ring-1 focus:ring-primary;
border-color: var(--color-gray-table) !important;
background-color: var(--color-white) !important;
padding: 7px;
font-size: var(--text-sm);
line-height: var(--tw-leading, var(--text-sm--line-height));
color: var(--color-gray);
--tw-outline-style: none;
outline-style: none !important;
&::placeholder {
color: var(--color-gray-table)
}
}
.select2-search input{
outline: none
}
textarea{
min-height: 80px;
}
.select2-search input:focus{
border-color: var(--color-primary) !important
} .select2-container {
width: auto !important;
}
.select2.select2-container.select2-container {
width: 100% !important;
}
.custom-store-card li{
min-width: 200px !important;
}
.select2-selection__rendered[aria-invalid="true"] {
@apply !border-red-input;
}
.woocommerce-pagination ul{
display: flex !important;
justify-content: center;
gap: 0px !important;
background-color: var(--color-gray-box);
width: fit-content;
margin-inline: auto !important;
margin-top: 20px !important;
border-radius: 8px;
border: none !important;
overflow: hidden !important;
}
.woocommerce-pagination ul>li{
border:none !important;
}
.woocommerce-pagination ul>li>a, .filter-pagination li>a{
font-weight: bold !important;
color: var(--color-gray) !important;
padding: 12px !important;
}
.filter-pagination li>a:hover, .woocommerce-pagination ul>li>a:hover{
background-color: rgb(228, 226, 230) !important;
}
.woocommerce-pagination ul::after{
display: none !important;
}
.woocommerce-pagination ul>li>span, .filter-pagination li>span{
padding: 12px !important;
}
.woocommerce-pagination ul>li>.dots{
color: var(--color-gray-400) !important;
}
.woocommerce-pagination ul>li>.current{
background-color: transparent !important;
color: var(--color-primary) !important;
font-weight: bold !important;
}
.woocommerce-terms-and-conditions-link{
color: var(--color-primary);
}
[data-toggle="mobile"] {
height: 0;
opacity: 0;
transition: none; 
}
.related.products ul::before{
display: hidden !important;
content: none;
}
.button.wc-forward {
color: var(--color-gray) !important;
font-size: 14px !important;
font-weight: 500 !important;
text-decoration: none !important;
cursor: pointer !important;
transition: background-color 0.15s ease !important;
}
.payment-image-wraper img {
max-height: 100%;
width: 100%;
object-fit: contain;
}
@media (max-width: 80rem){
.grid-wyprzedaz ul{
grid-template-columns: repeat(4, auto) !important;
}
}
@media (max-width:64rem){
.grid-landing-page ul{
grid-template-columns: repeat(2, auto) !important;
}
.grid-wyprzedaz ul{
grid-template-columns: repeat(3, auto) !important;
}
}
@media (max-width:48rem){
.grid-landing-page ul{
display: flex !important;
}
.grid-wyprzedaz ul{
grid-template-columns: repeat(2, auto) !important;
gap: 8px
}
}
@media (max-width:40rem){
.container{
max-width: 30rem !important;
}
}
@media (max-width:400px){
.hide-pagination{
display: none;
}
.woocommerce-pagination ul>li>a, .filter-pagination li>a{
padding: 8px !important;
}
.woocommerce-pagination ul>li>span, .filter-pagination li>span{
padding: 8px !important;
}
}