.woocommerce-shipping-methods label {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
position: relative;
}
.woocommerce-shipping-methods .woocommerce-Price-amount {
justify-self: flex-end;
margin-left: auto;
}
.woocommerce-shipping-methods label::before {
margin-right: 70px !important;
}
.woocommerce-shipping-methods label::after {
content: "";
position: absolute;
width: 50px;
height: 30px;
left: 23px;
background: no-repeat center;
background-size: contain;
}
.woocommerce-shipping-methods [for=shipping_method_0_flexible_shipping_single12]::after,
.woocommerce-shipping-methods [for=shipping_method_0_flexible_shipping_single5]::after {
background-image: url(https://esdermic.pl/wp-content/uploads/2024/03/inpost.svg);
}
.woocommerce-shipping-methods [for=shipping_method_0_flexible_shipping_single10]::after,
.woocommerce-shipping-methods [for=shipping_method_0_flexible_shipping_single9]::after {
background-image: url(https://esdermic.pl/wp-content/uploads/2024/03/dpd.svg);
}
.price > .woocommerce-Price-amount {
color: black;
}
.price ins {
color: red !important;
} .custom-woo-sorting-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
margin-bottom: 15px;
}
.custom-woo-sorting {
padding: 5px;
border: 1px solid #ddd;
cursor: pointer;
}
.custom-woo-results {
font-size: 14px;
margin-bottom: 10px;
}
.custom-woo-pagination {
text-align: center;
margin-top: 20px;
}
.custom-woo-pagination .page-numbers {
display: inline-block;
padding: 8px 12px;
margin: 0 5px;
background: #f5f5f5;
border-radius: 5px;
text-decoration: none;
}
.custom-woo-pagination .current {
background: #333;
color: #fff;
}
.custom-woo-sorting-form > * {
border: solid lime;
}
.home .site-content .col-full {
padding-right: 0;
padding-left: 0;
}
@media (min-width: 1400px) {
.home-main-slider .elementor-widget-container {
margin-right: calc((100vw - 1400px) / -2) !important;
margin-left: calc((100vw - 1400px) / -2) !important;
}
}
.uc_post_grid_style_one_item .uc_post_grid_style_one_button > div {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.uc_post_grid_style_one_item img {
aspect-ratio: 1/1;
height: auto !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.uc_post_grid_style_one_item:hover {
-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
}