/*!
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 9.2.2
	Stable tag: 9.2.2
	Requires at least: 4.7
	Tested up to: 5.2
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Style - include Theme style
   ========================================================================== */
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & editor-style.scss
 */
/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 0.9rem;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: pre-wrap;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: #c36;
}
a:active,
a:hover {
    color: #336;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
    height: auto;
    max-width: 100%;
}
details {
    display: block;
}
summary {
    display: list-item;
}
figcaption {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
@media print {
    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        page-break-inside: avoid;
        border: 1px solid #ccc;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
select,
textarea {
    width: 100%;
    border: solid 1px #666;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
    border-color: #333;
    outline: 0 none;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    width: auto;
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
[type="button"],
[type="submit"],
button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
[type="button"]:focus,
[type="submit"]:focus,
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
    resize: vertical;
}
/* Default style for checkboxes and radio buttons */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    appearance: none; /* Remove default browser styles */
    width: 16px; /* Custom size */
    height: 16px;
    border: 2px solid black; /* Black border by default */
    border-radius: 50%; /* Make circular for radio buttons */
    background-color: white; /* Default background */
    cursor: pointer;
    position: relative; /* For additional pseudo-element styling, if needed */
}

/* Checked state for both checkboxes and radio buttons */
[type="checkbox"]:checked,
[type="radio"]:checked {
    border-color: red; /* Red border when checked */
    background-color: red; /* Red background when checked */
}

/* Optional: Hover effect */
[type="checkbox"]:hover,
[type="radio"]:hover {
    border-color: none; /* Gray border on hover */
}

/* Optional: Focus state for accessibility */
[type="checkbox"]:focus,
[type="radio"]:focus {
    outline: 1px solid grey; /* Blue outline when focused */
    outline-offset: 1px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
select {
    display: block;
}
table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: 0.9em;
    border-spacing: 0;
    border-collapse: collapse;
}
table td,
table th {
    padding: 15px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    border: 1px solid #ccc;
}
table th {
    font-weight: 700;
}
table tfoot th,
table thead th {
    font-size: 1em;
}
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
    border-top: 1px solid #ccc;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: #eee;
}
table tbody tr:hover > td,
table tbody tr:hover > th {
    background-color: #e9e9e9;
}
table tbody + tbody {
    border-top: 2px solid #ccc;
}
@media (max-width: 767px) {
    table table {
        font-size: 0.8em;
    }
    table table td,
    table table th {
        padding: 7px;
        line-height: 1.3;
    }
    table table th {
        font-weight: 400;
    }
}
dd,
dl,
dt,
li,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
body.woocommerce .woocommerce-breadcrumb {
    color: #000;
    margin: 60px 0;
    font-size: 18px;
    font-weight: 600;
}
.woocommerce-breadcrumb a {
    color: #000 !important;
    font-weight: 400;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #e61e26;
    border-radius: 0;
    border: 1px solid #fff;
    font-size: 18px;
    outline: 0 !important;
    padding: 10px 50px;
    font-weight: 600;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #fff !important;
    color: #e61e26 !important;
    border: 1px solid #e61e26;
}
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select {
    cursor: pointer;
    display: block;
    position: relative;
    font-size: 16px;
    color: #000;
    width: 100%;
    height: 48px;
    margin-bottom: 0;
}
.select-styled {
    position: relative;
    background-color: #fff;
    padding: 10px 20px;
    height: 48px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    transition: 0.3s;
    display: flex;
    color: rgba(0, 0, 0, 0.5);
    justify-content: flex-start;
    align-items: center;
    z-index: 10;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select-styled:after {
    width: 12px;
    height: 12px;
    display: block;
    content: "";
    background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="12.121" height="12.121" viewBox="0 0 12.121 12.121"><g id="Group_36019" data-name="Group 36019" transform="translate(12.121) rotate(90)"><path id="Path_141" data-name="Path 141" d="M0,1.071,3.98,5.05,0,9.03,1.071,10.1l5.05-5.05L1.071,0Z" transform="translate(2.97 1.01)"/><path id="Path_142" data-name="Path 142" d="M0,0H12.121V12.121H0Z" transform="translate(0 0)" fill="none"/></g></svg>');
    position: absolute;
    top: 17px;
    right: 15px;
    transition: 0.3s;
}
.select-styled:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
.select-styled.active {
    box-shadow: 0 1px 10px rgba(0, 50, 125, 0.7);
    z-index: 30;
}
.select-styled.active:after,
.select-styled:active:after {
    transform: rotateX(180deg);
}
.select-options {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    padding-top: 10px !important;
    list-style: none;
    background-color: #fff;
    transition: 0.3s;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    z-index: 5;
    transform: scale(0.9);
    max-height: 240px;
    overflow-y: auto;
}
.select-options.active {
    top: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    box-shadow: 0 1px 10px rgba(0, 50, 125, 0.7);
    transform: scale(1);
    z-index: 20;
}
.select-options li {
    margin: 0 !important;
    padding: 12px;
    font-size: 16px;
}
.select-options li:hover {
    color: #00327d;
    background: rgba(0, 0, 0, 0.03);
}
.select-options li[rel="hide"] {
    display: none;
}
.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}
.select-hidden {
    display: none !important;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}
.select-styled {
    box-shadow: none;
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 14px;
    padding-right: 40px;
    height: auto;
    border: 1px solid #e3e3e3;
    line-height: 1.3;
    max-width: 100%;
}
.select-styled:hover {
    box-shadow: none;
}
.select-styled.active {
    box-shadow: none;
    border-bottom-color: #fff;
}
.select-options.active {
    top: calc(100% - 10px);
    box-shadow: none;
    border: 1px solid #e3e3e3;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background: #000;
}
.woocommerce-variation-description {
    display: none;
}
.select-options li:hover {
    color: #000;
    padding-left: 10px;
}
.select-options li {
    padding: 12px 4px;
    line-height: 1;
    margin: 0 10px !important;
    border-top: 1px solid #e3e3e3;
    transition: 0.3s;
}
.select-options li:hover {
    background-color: #fff;
}
.select {
    height: auto;
}
.select-styled::after {
    top: 14px;
}
.additional-info-wrapper {
    padding: 50px 65px;
}
.woocommerce .additional-info-wrapper table.shop_attributes td,
.woocommerce .additional-info-wrapper table.shop_attributes th {
    border-bottom: none;
    background: 0 0 !important;
    padding-bottom: 20px !important;
    padding-top: 20px;
    border-bottom: 1px solid #e3e3e3 !important;
}
.woocommerce .additional-info-wrapper table td,
.woocommerce .additional-info-wrapper table.shop_attributes,
.woocommerce table th {
    border: none;
    color: #000;
    font-size: 17px;
    font-weight: 600 !important;
    font-style: normal !important;
}
.woocommerce .additional-info-wrapper table td {
    text-align: right;
    font-size: 14px;
}
.woocommerce .additional-info-wrapper table th {
    text-transform: uppercase;
}
header.elementor-element {
    max-width: 100% !important;
    overflow: hidden;
}
.shop-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 57px;
}
.shop-wrap > aside.sidebar-archive {
    width: 25%;
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	margin-right: 20px;
    padding: 36px 31px;
}
.shop-wrap > aside.sidebar-archive ul {
    list-style-type: none;
    padding: 0;
    font-size: 16px;
    line-height: 1.3;
}
.shop-wrap > aside.sidebar-archive ul.product-categories > li {
    margin-top: 18px;
}
.shop-wrap > aside.sidebar-archive ul.children {
    padding-top: 15px;
}
.shop-wrap > aside.sidebar-archive li.current-cat > a {
    font-weight: 600;
}
.shop-wrap > aside.sidebar-archive a {
    color: #000;
}
.menu .current-menu-item {
    font-weight: 500 !important;
}
.shop-wrap > section#shop-content {
    width: 70%;
}
#shop-content aside.sidebar {
    display: flex;
    padding: 22px 0;
    padding-bottom: 0;
    border-top: 1px solid #e3e3e3;
    justify-content: flex-end;
}
#shop-content aside.sidebar h2.widget-title {
    display: none;
}
.shop-wrap .select-styled {
    font-size: 16px;
    margin-right: 0;
}
.shop-wrap .select-options {
    width: auto;
    min-width: 200px;
}
.shop-wrap .select-options.active {
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    top: calc(100% + 5px);
    padding-top: 0 !important;
}
.shop-wrap .select-options li:first-child {
    border-top: none;
}
.shop-wrap .select-options li.active,
.shop-wrap .select-options li.selected {
    font-weight: 600;
}
.shop-wrap .select-styled.active {
    border-bottom-color: #e3e3e3;
}
.woocommerce .woocommerce-ordering {
    margin-bottom: 0;
}
.select-options::-webkit-scrollbar {
    width: 3px;
}
.select-options::-webkit-scrollbar-track {
    background: #fff;
}
.select-options::-webkit-scrollbar-thumb {
    background: #000;
}
.select-options::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.woocommerce-widget-layered-nav-dropdown .select-options li {
    border-top: none;
    display: flex;
    align-items: center;
    text-transform: lowercase;
    font-size: 14px;
    padding: 8px 5px;
}
.woocommerce-widget-layered-nav-dropdown .select-options li img {
    width: 35px;
    height: 24px;
    object-fit: cover;
    margin-right: 15px;
}
.shop-wrap .select-options li {
    position: relative;
}
.shop-wrap .woocommerce-widget-layered-nav-dropdown .select-options li:after {
    background: #fff;
    border: 1px solid #919191;
    border-radius: 50%;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translatey(-50%);
    transition: 0.3s;
}
.shop-wrap .select-options li.active:after,
.shop-wrap .woocommerce-widget-layered-nav-dropdown .select-options li:hover:after {
    background: #000;
}
.shop-wrap .select-styled {
    text-transform: unset;
}
#shop-content .before-shop h2 {
    font-size: 40px;
    font-weight: 600;
    color: black;
}
#shop-content .before-shop p {
    font-size: 16px;
    margin-bottom: 20px;
}
#shop-content .before-shop img {
    margin-bottom: 15px;
    border: 1px solid #707070;
}
.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: calc((100% - 40px) / 3);
    margin: 20px 0 0 0 !important;
    transition: 0.3s;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    border-color: #fff;
}
.woocommerce ul.products li.product .permalink,
.woocommerce-page ul.products li.product .permalink {
    position: absolute;
    background: pink;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
    width: 100%;
    max-width: 100%;
}
.woocommerce ul.products li.product .wraper,
.woocommerce-page ul.products li.product .wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding: 12px;
}
.woocommerce ul.products li.product .wraper h3,
.woocommerce ul.products li.product .wraper span,
.woocommerce-page ul.products li.product .wraper h3,
.woocommerce-page ul.products li.product .wraper span {
    font-size: 12px;
    margin-bottom: 0 !important;
    padding: 0;
    color: #000;
    font-weight: 500;
}
.woocommerce ul.products li.product .thumbnail,
.woocommerce-page ul.products li.product .thumbnail {
    position: relative;
}
.woocommerce ul.products li.product .wraper h3,
.woocommerce-page ul.products li.product .wraper h3 {
    padding-right: 10px;
}
.woocommerce ul.products li.product .info,
.woocommerce-page ul.products li.product .info {
    position: absolute;
    bottom: 18px;
    left: 15px;
    color: #fff;
    font-size: 14px;
}
.woocommerce ul.products li.product .sale-percentage,
.woocommerce-page ul.products li.product .sale-percentage {
    background: #e61e26;
    color: #fff;
    font-weight: 500;
    padding: 2px 5px;
    line-height: 19px;
    display: inline-block;
    margin-top: 5px;
}
.woocommerce ul.products li.product .sale-amount,
.woocommerce-page ul.products li.product .sale-amount {
    background: none !important;
    color: #e61e26;
    padding: 0;
    font-weight: normal;
    margin-left: 6px;
}


.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    content: none;
}
select.orderby,
select.woocommerce-widget-layered-nav-dropdown {
    opacity: 0;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    border: none;
    background-color: #fff;
    color: #000;
}
.woocommerce nav.woocommerce-pagination ul a {
    color: #919191;
}
.woocommerce nav.woocommerce-pagination ul a.next,
.woocommerce nav.woocommerce-pagination ul a.prev {
    color: #000;
}
.woocommerce nav.woocommerce-pagination ul {
    margin-bottom: 60px;
}

/* Sposób wyświetlania zawartości strony Koszyka

.woocommerce-cart .elementor-section .elementor-container {
    display: block;
} */

.woocommerce-cart-form {
	width: 100%;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    display: flex;
}
.woocommerce-cart .woocommerce-cart-form .cart-title {
    margin-top: 30px;
    position: relative;
    margin-bottom: 10px;
}
.woocommerce-cart .woocommerce-cart-form .cart-title h1 {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
}
.woocommerce-cart .woocommerce-cart-form .cart-title span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
.woocommerce-cart .woocommerce-cart-form .cart-title button,
.woocommerce-cart .woocommerce-cart-form .cart-title em {
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}
.woocommerce-cart .woocommerce-cart-form .cart-title button,
.woocommerce-cart .woocommerce-cart-form .cart-title button.button:hover {
    font-size: 12px;
    font-weight: 600 !important;
    background-color: #000 !important;
    opacity: 1 !important;
    color: #fff !important;
    border-radius: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce-cart table.shop_table,
.woocommerce-cart table.shop_table td {
    border: none;
    border-top: 1px solid white;
    border-radius: 0;
    text-align: center;
    margin-bottom: 0;
}
.woocommerce-cart table .woocommerce-Price-amount.amount {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.woocommerce-cart table .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    font-size: 20px;
    margin-left: 5px;
}
.woocommerce-cart table .product-quantity input.qty {
    font-size: 16px;
    padding: 8px 20px;
    border: 1px solid #e3e3e3;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
.woocommerce-cart table .product-quantity input.minus,
.woocommerce-cart table .product-quantity input.plus {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    color: #000;
    font-size: 25px;
    padding: 3px 0;
    width: 32px;
    line-height: 1;
    height: 36px;
}
.woocommerce-cart table .product-quantity input.minus:focus,
.woocommerce-cart table .product-quantity input.minus:hover,
.woocommerce-cart table .product-quantity input.plus:focus,
.woocommerce-cart table .product-quantity input.plus:hover {
    background-color: #e61e26;
    color: #fff;
    outline: 0;
}
.woocommerce a.remove:hover {
    background: 0 0;
}
.woocommerce a.remove:hover svg {
    fill: #e61e26;
    transition: 0.3s;
    transform: rotate(90deg);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
    background-color: transparent;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    border-color: transparent;
}
.woocommerce-cart td.product-remove {
    width: 50px;
}
.woocommerce-cart td.product-name {
    text-align: left !important;
}
.woocommerce-cart td.product-name img {
    width: 100px;
}
.woocommerce-cart td.product-name a {
    color: #000;
    font-size: 16px;
    margin-left: 50px;
    font-weight: 500;
}
.woocommerce-cart .flex-center {
    display: flex;
    align-items: center;
}
.woocommerce table.shop_table td {
    padding: 25px 0;
}
.woocommerce-cart .summary-cart {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid black;
    padding-top: 30px;
    align-items: center;
    margin-bottom: 30px;
}
.woocommerce-cart .summary-cart .coupon {
    display: flex;
    margin-right: auto;
}
.woocommerce-cart .summary-cart .coupon input {
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #000;
}
.woocommerce-cart .summary-cart .coupon input::placeholder {
    color: #000;
}
.woocommerce-cart .summary-cart .coupon button {
    background: #e61e26;
    border-radius: 0;
    width: 50px;
    padding: 0;
    margin-left: 6px;
}
.woocommerce-cart .summary-cart .coupon button:hover {
    background: #fff;
    border: 1px solid #e61e26;
}
.woocommerce-cart .summary-cart .coupon button:hover svg path {
    stroke: #e61e26;
}
.woocommerce-cart .summary-cart .woocommerce-Price-amount.amount {
    font-size: 28px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}
.woocommerce-cart .summary-cart .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    font-size: 21px;
    margin-left: 5px;
}
.woocommerce-cart .summary-cart .checkout-button {
    font-size: 14px !important;
    font-weight: 500;
    padding: 11.5px 30px !important;
    margin-left: 30px;
    margin-bottom: 0;
    transition: 0.3s;
}
.woocommerce-cart .summary-cart .checkout-button:hover {
    border: 1px solid #e61e26;
}
.woocommerce-cart td.product-subtotal {
    text-align: right !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background: #fff;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    margin-top: 50px;
}
.elementor-section .elementor-container.checkout {
    display: block;
}
.elementor-section .elementor-container.checkout form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 70px;
    margin-bottom: 70px;
    flex-wrap: wrap;
}
.elementor-section .elementor-container.checkout form #customer_details {
    width: 50%;
}
.elementor-section .elementor-container.checkout form #payment {
    width: calc(50% - 47px);
}
.elementor-section .elementor-container.checkout .wrap-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 17px;
    color: #000;
}
.elementor-section .elementor-container.checkout .wrap-title h3 {
    font-size: 32px;
    margin: 0;
}
.elementor-section .elementor-container.checkout .wrap-title span {
    font-size: 17px;
    font-weight: 500;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.elementor-section .elementor-container.checkout .woocommerce-billing-fields__field-wrapper .form-row,
.elementor-section .elementor-container.checkout .woocommerce-shipping-fields__field-wrapper .form-row {
    width: calc(50% - (17px / 2));
}
.elementor-section .elementor-container.checkout .woocommerce-shipping-fields__field-wrapper #shipping_company_field {
    width: 100%;
}
.elementor-section .elementor-container.checkout .form-row input {
    border-radius: 0;
    font-size: 16px;
    border: 1px solid #e3e3e3;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #2e7d32;
}
.form-row input[type="text"]::placeholder {
    color: #000;
}
#ship-to-different-address {
    margin: 20px 0;
}
#ship-to-different-address label input {
    display: none;
}
#ship-to-different-address label span {
    font-size: 16px;
    display: inline-block;
    margin: auto;
    width: 220px;
    border: 1px solid #e61e26;
    padding: 10px 11px;
    text-align: center;
    transition: 0.3s;
    color: #e61e26;
}
#ship-to-different-address {
    text-align: center;
}
#ship-to-different-address input[type="checkbox"]:checked + span,
#ship-to-different-address span:hover {
    background: #e61e26;
    color: #fff;
    cursor: pointer;
}
.shop_table.woocommerce-checkout-review-order-table {
    margin-top: 0;
    font-size: 0;
}


/* Set font size for the shipping method and payments sections */
.shop_table.woocommerce-checkout-review-order-table #checkout_payments,
.shop_table.woocommerce-checkout-review-order-table #shipping_method {
    font-size: 17px;
}

/* Adjust input styles for inline alignment */
.shop_table.woocommerce-checkout-review-order-table #checkout_payments input,
.shop_table.woocommerce-checkout-review-order-table #shipping_method input {
    display: inline-block; /* Keep radio button inline with label */
    margin-right: 10px; /* Space between radio button and label */
    vertical-align: middle; /* Align radio buttons vertically with label text */
}

/* Ensure flexbox layout for the label, aligning price to the right */
.shop_table.woocommerce-checkout-review-order-table #shipping_method label {
    display: flex; /* Flexbox enables alignment of price to the right */
    justify-content: space-between; /* Space between radio button + label text and price */
    align-items: center; /* Vertically align text and price */
    font-weight: 400;
    padding: 12px 16px;
    border: none;
    cursor: pointer;
}

.shop_table.woocommerce-checkout-review-order-table #shipping_method label:after {
    content: ""; /* Remove any colon or additional content */
}

/* Ensure the radio button and label are on the same line */
.shop_table.woocommerce-checkout-review-order-table #shipping_method li {
    display: flex; /* Align radio button and label in the same line */
    align-items: center; /* Center align vertically */
}

/* Hover and checked styles for labels */
.shop_table.woocommerce-checkout-review-order-table #checkout_payments input:checked + label,
.shop_table.woocommerce-checkout-review-order-table #checkout_payments label:hover,
.shop_table.woocommerce-checkout-review-order-table #shipping_method input:checked + label,
.shop_table.woocommerce-checkout-review-order-table #shipping_method label:hover {
    background-color: #fff;
    font-weight: 600;
    color: #000;
    border: none;
}

/* Price section inside the label */
.shop_table.woocommerce-checkout-review-order-table #shipping_method label span {
    font-weight: 400;
    margin-left: auto; /* Push the price span to the right */
    text-align: right; /* Align the price text to the right */
	margin-left: 7px;
}

/* Adjust for currency symbol */
.shop_table.woocommerce-checkout-review-order-table #shipping_method label span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    margin-left: 3px;
}

/* Add spacing between list items */
.shop_table.woocommerce-checkout-review-order-table #checkout_payments li:not(:last-child),
.shop_table.woocommerce-checkout-review-order-table #shipping_method > li:not(:last-child) {
    margin-bottom: 16px;
}

/* Remove default list styling */
.shop_table.woocommerce-checkout-review-order-table #checkout_payments li,
.shop_table.woocommerce-checkout-review-order-table #checkout_payments ul {
    list-style-type: none;
    padding: 0;
}


.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
    padding: 0;
}
.shop_table.woocommerce-checkout-review-order-table #checkout_payments label img {
    max-height: 17px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout > ul {
    margin: 0;
    margin-bottom: 40px;
    color: #000;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    color: #000;
}
.shop_table.woocommerce-checkout-review-order-table #checkout_payments .payment_box {
	background-color: #f9f9fb !important; 
	padding: 10px !important;
    padding-bottom: 0 !important;
    border: 1px solid #fff !important;
}
.shop_table.woocommerce-checkout-review-order-table #shipping_method {
    margin-bottom: 30px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #fcfcfc;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 20px 30px;
}
.elementor-section .elementor-container.checkout #payment .wrap-title {
    border: none;
    margin: 0;
    padding: 0;
}
#payment #place_order {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    border: 1px solid #e61e26;
}
#payment .woocommerce-terms-and-conditions-wrapper {
    font-size: 12px;
    margin-top: 10px;
    text-align: justify;
}
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}
#payment ul {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
}
#payment ul li {
    font-weight: 500;
    display: flex;
    font-size: 16px;
    padding: 0;
    padding-bottom: 4px;
    justify-content: space-between;
}
#payment ul li span.amount {
    font-size: 12px;
    margin-left: 3px;
}
#payment ul li:last-child {
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
}
.woocommerce-shipping-fields__field-wrapper {
    margin-bottom: 30px;
}
#payment {
    position: sticky;
    top: 130px;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: inline;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox span{
    font-weight: 600;
	font-size: 14px;
}

.elementor-section .elementor-container.myaccount {
    display: block;
    margin-top: 70px;
    min-height: 82vh;
}
.elementor-section .elementor-container.myaccount > header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.elementor-section .elementor-container.myaccount > header h1 {
    font-size: 32px;
    margin: 0;
}
.elementor-section .elementor-container.myaccount > header a {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}
.elementor-section .elementor-container.myaccount > header {
    padding-bottom: 22px;
    border-bottom: 1px solid #e3e3e3;
}
.elementor-section .elementor-container.myaccount #wrap-order {
    margin-top: 25px;
}
.elementor-section .elementor-container.myaccount #wrap-order .woocommerce-MyAccount-navigation {
    width: 23%;
}
.elementor-section .elementor-container.myaccount #wrap-order .woocommerce-MyAccount-content {
    width: calc(100% - 30%);
}
.elementor-section .elementor-container.myaccount #wrap-order .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
}
.elementor-section .elementor-container.myaccount #wrap-order .woocommerce-MyAccount-navigation ul li a {
    color: #000;
    font-weight: 500;
    line-height: 1;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #e3e3e3;
}
.elementor-section .elementor-container.myaccount #wrap-order .woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: 700;
    color: #e61e26;
}
.elementor-section .elementor-container.myaccount #wrap-order .woocommerce-MyAccount-content .woocommerce-message {
    box-shadow: none;
}
.elementor-section .elementor-container.myaccount #wrap-order .woocommerce-MyAccount-content .woocommerce-message a.button {
    background: 0 0;
    border: 1px solid #fff;
    padding: 0;
    font-weight: 500;
}
.elementor-section .elementor-container.myaccount #wrap-order td.woocommerce-orders-table__cell-order-actions,
.elementor-section .elementor-container.myaccount #wrap-order th.woocommerce-orders-table__header-order-actions {
    display: none;
}
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders tbody tr,
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders thead tr {
    display: flex;
}
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders tbody tr td:nth-child(1),
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders thead tr th:nth-child(1) {
    display: block;
    width: 10%;
    order: 1;
}
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders tbody tr td:nth-child(2),
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders thead tr th:nth-child(2) {
    display: block;
    width: 26%;
    order: 2;
}
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders tbody tr td:nth-child(3),
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders thead tr th:nth-child(3) {
    display: block;
    width: 38%;
    order: 4;
}
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders tbody tr td:nth-child(4),
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders thead tr th:nth-child(4) {
    display: block;
    width: 26%;
    order: 3;
}
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders thead tr th:nth-child(1) span:after {
    content: "Numer";
    font-size: 16px;
}
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders thead tr th:nth-child(1) span {
    font-size: 0;
}
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders,
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders td,
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders th {
    box-shadow: none;
    border: none;
}
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders td {
    background: #f9f9f9;
    font-weight: 500;
    padding: 15px 10px;
    font-size: 14px;
    color: #919191;
}
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders tr:hover td,
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders tr:hover td a {
    color: #000;
}
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders tr:not(:first-child) td {
    border-top: 2px solid #fff;
}
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders th {
    font-weight: 500 !important;
    padding: 5px 10px;
    font-size: 16px;
}
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders th:not(:first-child) {
    border-left: 1px solid #e3e3e3;
}
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders tr td a {
    color: #919191;
}
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-table--order-details,
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-table--order-details td,
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-table--order-details th,
.woocommerce .woocommerce-customer-details address {
    box-shadow: none;
    border: none;
}
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-table--order-details td,
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-table--order-details th {
    background: #f9f9f9;
    font-weight: 500;
    padding: 15px 10px;
    font-size: 14px;
    color: #000;
}
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-table--order-details thead th {
    background: #fff;
}
.elementor-section .elementor-container.myaccount #wrap-order mark {
    background: 0 0 !important;
    font-weight: 500;
}
form.edit-account input::placeholder {
    color: #000;
}
.woocommerce-page .elementor-section .elementor-container .form-row input {
    border-radius: 0;
    font-size: 16px;
    border: 1px solid #e3e3e3;
}
form.edit-account h5 {
    color: #000;
    font-size: 18px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
}
form.edit-account .button {
    background: #e61e26;
    color: #fff;
    border-radius: 0;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
}
.elementor-section .elementor-container.myaccount .woocommerce-Addresses h3 {
    font-size: 24px;
    text-transform: uppercase;
}
.elementor-section .elementor-container.myaccount .woocommerce-Addresses address {
    background: #fcfcfc;
    padding: 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    margin: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.elementor-section .elementor-container.myaccount .woocommerce-Addresses address .edit {
    position: absolute;
    color: #000;
    font-weight: 600;
    font-style: normal;
    top: 10px;
    right: 15px;
    text-transform: uppercase;
    font-size: 12px;
}
.elementor-section .elementor-container.myaccount .woocommerce-address-fields label {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.elementor-section .elementor-container.myaccount .woocommerce-address-fields label .required {
    display: none;
}
form.edit-account .button {
    border: 1px solid #e61e26 !important;
}
.elementor-section .elementor-container.myaccount .woocommerce-address-fields .button {
    background: #e61e26;
    color: #fff;
    border-radius: 0;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
    border: 1px solid #e61e26 !important;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: calc(100% / 2 - 10px);
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    border-color: inherit;
}
.woocommerce-message a {
    padding: 4px !important;
    background-color: transparent !important;
    color: #000 !important;
    outline: 0 !important;
}
.woocommerce-message a:hover {
    padding: 4px !important;
    background-color: transparent !important;
    color: #000 !important;
    border: none !important;
}
.woocommerce-cart table .product-quantity input.qty {
    padding: 5px 0;
}
.woocommerce-order {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 130px);
}
.woocommerce-order .thanks {
    background: #fcfcfc;
    padding: 40px;
    text-align: center;
    max-width: 670px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.woocommerce-order .thanks h1 {
    font-size: 32px;
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e3e3e3;
    color: #e61e26;
}
.woocommerce-order .thanks p {
    font-size: 16px;
    margin-bottom: 30px;
}
.woocommerce-order .thanks a {
    width: 100%;
    display: block;
    background: #e61e26;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    padding: 12px;
    font-weight: 500;
    border: 1px solid #e61e26;
    transition: 0.3s;
}
form #order_comments {
    border: 1px solid #e3e3e3;
    border-radius: 0;
}
form #order_comments::placeholder {
    color: #000;
}
#personalizacja {
    transition: 0.3s;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 5px;
    display: none;
}
.onbackorder #personalizacja {
    display: inline-block;
}
.onbackorder {
    padding-left: 30px;
    padding-right: 30px;
}
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders tbody tr td:nth-child(1),
.elementor-section .elementor-container.myaccount #wrap-order table.woocommerce-MyAccount-orders thead tr th:nth-child(1) {
    min-width: 90px;
}
.elementor-section .elementor-container.myaccount #wrap-order .woocommerce-MyAccount-content {
    overflow-x: auto;
}
.elementor-section .elementor-container.myaccount #wrap-order .woocommerce-MyAccount-content table {
    min-width: 750px;
    margin-bottom: 0;
}
.woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
    display: table-header-group !important;
}
#order_comments_field {
    padding: 0;
}
body {
    max-width: 100%;
    overflow-x: hidden;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: #fff;
}
header.elementor-element {
    overflow: visible;
}
#billing_country_field label {
    display: none;
}
.emptycart {
    padding-top: 20vh;
    padding-bottom: 50px;
}
.emptycart p {
    text-align: center;
    font-size: 18px;
}
.emptycart a.button {
    background: #e61e26 !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: 1px solid #e61e26;
}
div[data-elementor-type="footer"] {
    position: sticky;
    top: 100vh;
}
body {
    min-height: 100vh;
}
.woocommerce-widget-layered-nav button,
.woocommerce-widget-layered-nav span {
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin: 0 !important;
    color: #000;
    padding: 5px;
    text-transform: uppercase;
}
.woocommerce-widget-layered-nav nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 5px 13px;
}
.woocommerce-widget-layered-nav button {
    border: 1px solid #000;
    border-radius: 0;
}
.woocommerce-widget-layered-nav button:hover {
    background: #000;
}
.woocommerce-widget-layered-nav button {
    display: none;
}
.woocommerce-widget-layered-nav nav button {
    display: block;
}
.woocommerce-cart .summary-cart .coupon,
.woocommerce-cart td.product-quantity .flex-center {
    align-items: stretch;
}
.woocommerce button.button.update-cart {
    border: none !important;
}
.woocommerce-billing-fields__field-wrapper #billing_first_name_field {
    order: 1;
}
.woocommerce-billing-fields__field-wrapper #billing_address_1_field {
    order: 3;
}
.woocommerce-billing-fields__field-wrapper #billing_address_2_field {
    order: 4;
}
.woocommerce-billing-fields__field-wrapper #billing_country_field {
    order: 7;
}
.woocommerce-billing-fields__field-wrapper #billing_postcode_field {
    order: 5;
}
.woocommerce-billing-fields__field-wrapper #billing_city_field {
    order: 6;
}
.woocommerce-billing-fields__field-wrapper #billing_phone_field {
    order: 8;
}
.woocommerce-billing-fields__field-wrapper #billing_email_field {
    order: 2;
}
.summary-wrapp-content img.attachment-post-thumbnail {
    display: none;
}
.woocommerce-checkout .woocommerce-additional-fields {
    margin-top: -20px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 860px) {
    .woocommerce-cart td.product-name a {
        margin-left: 20px !important;
        text-align: left;
    }
    body.woocommerce .woocommerce-breadcrumb {
        padding: 0 20px;
        max-width: 90vw;
    }
    .additional-info-wrapper {
        padding: 20px;
    }
    .summary-wrapp-content img.attachment-post-thumbnail {
        display: block;
        margin: 30px 0;
    }
}
#primary {
    max-width: 100%;
}
.woocommerce-orders-table__row {
    cursor: pointer;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    content: "";
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-left: 0;
}
.elementor-section .elementor-container.myaccount #wrap-order .woocommerce-MyAccount-content .woocommerce-order-details {
    overflow-x: auto;
}
.elementor-section .elementor-container.myaccount #wrap-order .woocommerce-MyAccount-content table {
    min-width: 460px;
}
.woocommerce.widget_layered_nav.multi .select-options li:first-child {
    display: none !important;
}
.orange,
.woocommerce a {
    color: #e61e26;
}
@media only screen and (min-width: 768px) {
    .woocommerce-page ul.products li.product:last-of-type {
        margin-right: auto;
    }
    .woocommerce-page ul.products li.product:nth-of-type(3n) {
        margin-right: auto;
    }
    .woocommerce-page ul.products li.product {
        margin-right: 20px;
    }
}
.product .promotion,
.woocommerce span.onsale {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    color: #fff;
    background: #000;
    padding: 2px 10px;
    width: auto;
    left: auto;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5;
    height: auto;
    min-height: unset;
}
ul li span.woocommerce-Price-currencySymbol {
    font-size: 10px !important;
}
ul li span.price {
    min-width: 70px;
    text-align: right;
}
@media (min-width: 1200px) {
    .site-header,
    body.woocommerce-page:not([class*="elementor-page-"]) .site-main,
    body:not([class*="elementor-page-"]) .site-mainddd {
    }
}
table tbody > tr:nth-child(odd) > th,
table.cart tbody > tr:nth-child(odd) > td {
    background-color: transparent !important;
}
ul.products li.product .thumbnail {
    padding-bottom: 100%;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    height: 0;
}
ul.products li.product .thumbnail img {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    padding: 20px;
}
form.woocommerce-product-search input.search-field {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 8px 14px;
    padding-right: 20px;
    border: 1px solid #e3e3e3;
    line-height: 1.3;
    max-width: 100%;
    border-radius: 0;
    position: relative;
}
form.woocommerce-product-search {
    position: relative;
    margin-right: 20px;
    width: 270px;
}
form.woocommerce-product-search button {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    border: none;
    right: 12px;
    padding: 0;
    padding-left: 4px;
    line-height: 0;
    background: #fff !important;
    outline: 0 !important;
}
h2.widget-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
    border-top: 1px solid white;
    padding-top: 18px;
}
.price_slider_wrapper::before {
    content: "Cena:";
    display: block;
    margin-bottom: 3px;
}
.price_slider_wrapper .price_slider_amount input {
    display: block !important;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 8px 14px;
    border: 1px solid #e3e3e3;
    line-height: 1.3;
    border-radius: 0;
    width: 35%;
    max-width: 110px;
}
.price_slider_wrapper .price_slider_amount button {
    width: 35%;
    border-radius: 0;
    background: #e61e26;
    padding: 8px 8px;
    line-height: 19px;
    color: #fff;
    margin-top: 10px;
    max-width: 110px;
    font-weight: 500;
    border: 1px solid #e61e26;
}
.price_slider_wrapper .price_label,
.price_slider_wrapper .price_slider {
    display: none !important;
}
.price_slider_wrapper .price_slider_amount {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.price_slider_wrapper hr {
    display: block;
    width: 100%;
    border: none;
    height: 0;
    margin: 0;
}
.price_slider_wrapper p {
    margin: 0 2%;
}
.price_slider_wrapper p:last-of-type {
    margin-right: 0;
}
@media only screen and (max-width: 1024px) {
    .price_slider_wrapper .price_slider_amount {
        justify-content: center;
    }
}
.sidebar-archive ul.product-categories > li > a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.sidebar-archive .product-categories a {
    font-size: 16px;
}
.shop-wrap > aside.sidebar-archive li.current-cat-parent > a,
.shop-wrap > aside.sidebar-archive li.current-cat > a {
    font-weight: 600;
}
.shop-wrap > aside.sidebar-archive ul.children .children {
    padding-top: 0;
    padding-left: 15px;
    padding-bottom: 10px;
}
.shop-wrap > aside.sidebar-archive ul.children .children a {
    font-size: 13px;
}
.sidebar-archive ul.product-categories > li > ul > li {
    margin-bottom: 3px;
}
#billing_country_field .woocommerce-input-wrapper,
#shipping_country_field .woocommerce-input-wrapper {
    border-radius: 0;
    font-size: 16px;
    border: 1px solid #e3e3e3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
    min-height: 37px;
}
.woocommerce div.product.elementor form.cart table.variations td.value:before {
    content: none !important;
}
table.variations tbody tr:hover > td,
table.variations tbody tr:hover > th,
table.variations tbody > tr:nth-child(odd) > td,
table.variations tbody > tr:nth-child(odd) > th {
    background: 0 0;
}
.woocommerce .elementor-145 .elementor-element.elementor-element-d9a3b4a .woocommerce-Tabs-panel h2,
ul.tabs.wc-tabs {
    display: none;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
    border-top: none !important;
}
.woocommerce div.product form.cart .variations label {
    color: #919191 !important;
    font-weight: 600;
    display: block;
}
.woocommerce div.product.elementor form.cart table.variations td.label {
    min-width: 110px;
}
.select-options li {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.single-product span.woocommerce-Price-amount.amount {
    color: #e61e26;
    font-size: 33px;
}
.single-product span.woocommerce-Price-currencySymbol {
    font-size: 28px;
}
.woocommerce div.product p.stock {
    font-size: 16px;
    color: #000;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #e61e26;
}
.single-product span.onsale {
    left: 20px;
    right: auto;
    background: #e61e26;
    padding: 0 5px !important;
}
.single-product ins {
    text-decoration: none;
}
.single-product .input-text.qty.text {
    display: none !important;
}
@media only screen and (min-width: 768px) {
    .site-header,
    body.woocommerce-page:not([class*="elementor-page-"]) .site-main {
        max-width: 90%;
    }
}
@media only screen and (min-width: 576px) {
    .site-header,
    body.woocommerce-page:not([class*="elementor-page-"]) .site-main {
        max-width: 95%;
    }
}
tr.woocommerce-cart-form__cart-item.cart_item {
    position: relative;
}
@media only screen and (max-width: 1024px) {
    .shop-wrap > aside.sidebar-archive,
    .shop-wrap > section#shop-content {
        width: 100%;
    }
    .elementor-section .elementor-container {
        flex-wrap: wrap;
        padding: 10px;
    }
    .shop-wrap > aside.sidebar-archive {
        margin-bottom: 20px;
        text-align: center;
    }
    .archive .elementor-container.elementor-column-gap-default.shop-wrap {
        margin-top: 0;
    }
}
@media only screen and (max-width: 860px) {
    .elementor-section .elementor-container.myaccount .woocommerce-Addresses h3 {
        text-align: center;
    }
    .sidebar .woocommerce.widget_product_search {
        width: 100%;
        margin-right: 20px;
    }
    form.woocommerce-product-search {
        width: 100%;
    }
    .woocommerce-cart .woocommerce-cart-form .cart-title span {
        display: none;
    }
    .thanks {
        margin: 30px !important;
    }
    .elementor-section .elementor-container.myaccount #wrap-order .woocommerce-MyAccount-content {
        width: 100%;
        margin-top: 20px;
    }
    .elementor-section .elementor-container.myaccount #wrap-order .woocommerce-MyAccount-navigation {
        width: 100%;
    }
    .elementor-section .elementor-container.myaccount #wrap-order .woocommerce-MyAccount-navigation ul {
        display: flex;
        width: 100%;
        overflow-x: auto;
        align-items: center;
        text-align: center;
    }
    .elementor-section .elementor-container.myaccount #wrap-order .woocommerce-MyAccount-navigation ul li a {
        padding: 10px 20px;
        border: none;
    }
    #personalizacja {
        margin-bottom: 10px;
    }
    .elementor-section .elementor-container.checkout form {
        flex-wrap: wrap;
    }
    .elementor-section .elementor-container.checkout form #customer_details,
    .elementor-section .elementor-container.checkout form #payment {
        width: 100%;
    }
    #payment {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .woocommerce-cart .woocommerce-cart-form .cart-title h1 {
        text-align: center;
    }
    .summary-cart .cart-subtotal {
        padding-left: 30px;
    }
    td.product-remove {
        position: absolute;
        right: 0;
        bottom: 10px;
        background: 0 0 !important;
        border: none !important;
    }
    td.product-subtotal {
        display: none !important;
    }
    td.product-quantity .flex-center {
        width: 150px;
        margin: auto;
    }
    .woocommerce-cart .summary-cart {
        flex-wrap: wrap;
    }
    .woocommerce-cart .summary-cart .coupon {
        width: 100%;
    }
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        content: none;
    }
}
@media only screen and (max-width: 500px) {
    .elementor-section .elementor-container.myaccount > header h1 {
        font-size: 24px;
    }
    .elementor-section .elementor-container.checkout .wrap-title h3 {
        font-size: 24px;
        text-align: center !important;
        width: 100%;
    }
    .elementor-section .elementor-container.checkout .wrap-title span {
        display: none;
    }
    .summary-cart .cart-subtotal {
        width: 100% !important;
        text-align: center;
        padding-left: 0;
        margin: 10px;
    }
    .wc-proceed-to-checkout a {
        width: 100% !important;
        margin: 0 !important;
        display: block !important;
    }
    .wc-proceed-to-checkout {
        width: 100%;
        margin-top: -10px;
    }
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
    }
    body.woocommerce .woocommerce-breadcrumb {
        font-size: 12px;
        margin: 20px 0;
    }
}
@media only screen and (max-width: 500px) {
    .elementor-section .elementor-container.myaccount #wrap-order .woocommerce-MyAccount-navigation ul li a {
        padding: 10px 10px;
        border: none;
        font-size: 12px;
    }
}
.flex-center dl.variation {
    display: none;
}
.product-type-variable .elementor-widget-woocommerce-product-price,
.product-type-variable .elementor-widget-woocommerce-product-stock {
    display: block;
}
.select-styled {
    text-transform: none;
}

/* WOOCOMMERCE EDYCJA ------------------------------------------------------ */
.cart-title h1 {
  color: #E61E26;
}
.woocommerce-cart .woocommerce-cart-form .cart-title {
  border-bottom: 1px solid black;
  margin-bottom: 0;
}

.woocommerce-account #account svg {
  fill: #E61E26;
}
.woocommerce-cart #koszyk svg {
  fill: #E61E26;
}
.woocommerce-cart #koszyk span {
  background: black;
}

td.product-subtotal {
  min-width: 120px;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
}
@media (max-width: 600px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
      width: 100%;
  }
  .before-shop .wrap-title {
    justify-content: space-around;
}
}

.shop-wrap .select-options.active {
  left: auto;
  right: 0;
}

.before-shop .wrap-title {
  display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}

.sidebar-archive ul.product-categories>li>a {
  color: #333;
}

.sidebar-archive ul.product-categories>li.current-cat>a {
  color: #E61E26;
}
.sidebar-archive ul.product-categories>li.current-cat-parent>a {
  color: #E61E26;
}

.pswp__caption {
  display: none !important;
}

.sale-perc.rev {
  background: white !important;
  color: #E61E26 !important
}

body .pswp {
  z-index: 999999;
}