.catalog-flex .item .button {
    display: none;
}

.woocommerce .woocommerce-ordering select {
    appearance: none;
    outline: none;
    border: none;
    max-width: 280px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #1f2022;
    width: 100%;
    padding: 11px 15px;
    background: #ffffff;
    cursor: pointer;
    position: relative;
}

.woocommerce .woocommerce-ordering {
    position: relative;
}

.woocommerce .woocommerce-ordering::after {
    content: '';
    width: 10px;
    height: 10px;
    border-left: 3px solid #1f2022;
    border-bottom: 3px solid #1f2022;
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    transform: translateY(-70%) rotate(-45deg);
}

.catalog .catalog-flex::before {
    display: none !important;
}

.ewd-uwcf-color-filters-wrap, .ewd-uwcf-size-filters-wrap, .ewd-uwcf-category-filters-wrap, .ewd-uwcf-tag-filters-wrap, .ewd-uwcf-attribute-filters-wrap {
    margin-top: 0 !important;
}

.woof_products_top_panel {
    display: none !important;
}

.woocommerce div.product .product_title {
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 30px;
    text-align: left;
}

.gallery figure {
    width: 100%;
}

.gallery .small-gallery .swiper-slide img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    margin-bottom: 15px;
}

.woocommerce div.product form.cart .button {
    padding: 15px 25px;
    background: #1f2022;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 0;
    user-select: none;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #e86319;
}

.daudzums {
    padding: 7.5px 0;
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #1f2022;
}

.daudzums span {
    user-select: none;
}

.daudzums svg {
    cursor: pointer;
}

.daudzums svg:hover rect {
    fill: #e86319;
}

.woocommerce div.product form.cart div.quantity {
    position: absolute;
    visibility: hidden;
}

.single-product.woocommerce div.product .price ins {
    color: #e86319;
}

.product_meta {
    display: none;
}

.single-product .summary.entry-summary p {
    margin-bottom: 16px;
}

.lidzigi-produkti .woocommerce-loop-product__title {
    min-height: 44px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1f2022;
    text-align: left;
}

.pirkt {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 30px;
    align-items: center;
} 

.pirkt p.price {
    margin-bottom: 0 !important;
}

.pirkt > * {
    width: 50%;
}

.content-wrap .woocommerce-message {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3e3f41;
    border-top: none;
    background-color: #fff;
    display: flex;
    align-items: center;  
    justify-content: space-between;  
    column-gap: 10px;
}

.header-content .menu-item:hover .menu-image-hover-wrapper img.menu-image {
    opacity: 1;
}

.header-content .menu-item:hover .menu-image-hover-wrapper img.hovered-image {
    opacity: 0;
}

.header-content .menu-item .menu-image-hover-wrapper img.hovered-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.header-content .menu-item.current-menu-item .menu-image-hover-wrapper img.menu-image {
    opacity: 0;
}

.header-content .menu-item.current-menu-item .menu-image-hover-wrapper img.hovered-image {
    opacity: 1;
}

.woocommerce .content-wrap .woocommerce-message .button {
    padding: 10px 15px;
    background: #1f2022;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 0;
    user-select: none;
    order: 1;
    flex-shrink: 0;
}

.woocommerce .content-wrap .woocommerce-message .button:hover {
    background-color: #e86319;
}

.content-wrap .woocommerce-message::before {
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-MyAccount-navigation {
    max-width: 180px;
    width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    max-width: calc(100% - 200px);
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 15px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #1f2022;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #1f2022;
    color: #fff;
}

.woocommerce table.woocommerce-orders-table {
    border-radius: 0;
    margin: 0;
    border-collapse: collapse;
    font-size: 16px;
    border: 1px solid #fff !important;
}

.woocommerce table.woocommerce-orders-table thead {
    background-color: #fff;
}

.woocommerce table.woocommerce-orders-table td, .woocommerce table.woocommerce-orders-table th {
    border: 1px solid #ffffff;
    padding: 0.5em 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    max-width: none;
}

.woocommerce table.woocommerce-orders-table td {
    font-weight: 600;
}

.woocommerce table.woocommerce-orders-table td .Processing {
    color: #e86319;
}

.woocommerce table.woocommerce-orders-table td .Completed {
    color: #8cc63f;
}

.woocommerce table.woocommerce-orders-table td .Cancelled {
    color: red;
}

.woocommerce table.woocommerce-orders-table th {
    font-weight: normal;
    color: #3e3f41;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
}

.woocommerce table.woocommerce-orders-table a.button {
    background-color: transparent;
    padding: 0;
    color: #1f2022;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce .return-to-shop a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    padding: 15px 25px;
    background-color: #1f2022;
    border-radius: 0;
}

.woocommerce .return-to-shop a:hover {
    background-color: #e86319;
    color: #fff;
}

.woocommerce .cart_totals {
    width: 100% !important;
    float: none !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    row-gap: 20px;
}

.woocommerce .cart_totals .shop_table.shop_table_responsive {
    order: 2;
    border: none;
    max-width: 300px;
}

.woocommerce .cart_totals .shop_table.shop_table_responsive tr {
    width: 100% !important;
} 

.woocommerce .cart_totals .shop_table.shop_table_responsive td {
    width: 45%;
    text-align: right;
    padding: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #1f2022;
}
.woocommerce .cart_totals .shop_table.shop_table_responsive th {
    width: 55%;
    text-align: right;
    padding: 0;
    padding-right: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #1f2022;
}

.cart-collaterals .wc-proceed-to-checkout {
    padding: 0;
}

.cart-collaterals .wc-proceed-to-checkout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
}

.cart-collaterals .wc-proceed-to-checkout::after, .cart-collaterals .wc-proceed-to-checkout::before {
    display: none;
}

.cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    padding: 15px 25px;
    background-color: #1f2022;
    border-radius: 0;
}

.cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #e86319;
    color: #fff;
}

.woocommerce .cart_totals .shop_table.shop_table_responsive * {
    border: none;
}

.woocommerce .cart_totals .shop_table.shop_table_responsive .tax_label {
    display: none;
}

.woocommerce .cart_totals .shop_table.shop_table_responsive .shipping {
    display: none;
}

.woocommerce table.shop_table th {
    font-weight: 400;
    font-size: 14px;
    color: #3E3F41;
}

.woocommerce .cart_totals h2 {
    display: none;
}

.woocommerce table.shop_table td .tax_label {
    display: none;
}

.woocommerce table.shop_table td.product-quantity {
    min-width: 130px;
    width: 15%;
}

.woocommerce table.shop_table td.product-subtotal {
    min-width: 130px;
    width: 15%;
}

.woocommerce table.shop_table td.product-price {
    min-width: 130px;
    width: 15%;
}

.woocommerce-cart-form {
    max-width: none
}

.woocommerce a.remove:hover {
    background-color: transparent;
}

.woocommerce a.remove:hover svg rect {
    fill: #e86319;
}

.woocommerce a.remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.woocommerce a.remove svg rect {
    transition: 0.3s ease-in-out;
}

.woocommerce-info {
    background-color: #fff;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3e3f41;
    border-top: none;
    background-color: #fff;
    padding: 15px 20px;
}

.woocommerce-info::before {
    display: none;
}

.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 90px;
    height: auto;
}

.woocommerce-cart table.cart th, .woocommerce-checkout table.cart th {
    border: 1px solid #fff;
}

.woocommerce-cart table.cart, .woocommerce-checkout table.cart {
    border: 1px solid #fff;
    border-radius: 0;
}

.woocommerce-cart table.cart thead, .woocommerce-checkout  table.cart thead  {
    background-color: #fff;
}

.woocommerce-cart table.cart td, .woocommerce-checkout table.cart td {
    padding: 0.5em 1em;
    border: 1px solid #fff;
}

.woocommerce-cart table.cart td.product-name, .woocommerce-checkout table.cart td.product-name  {
    width: 50%;
    font-size: 16px;
    font-weight: 600;
    color: #1f2022;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
}

.woocommerce-cart table.cart td.product-name a, .woocommerce-checkout table.cart td.product-name a {
    color: inherit;
}

.woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    width: 90px;
    max-width: 90px;
    padding: 10px;
}

.select2-container {
    top: 100%;
}

.woocommerce-cart table.cart .product-remove,.woocommerce-checkout table.cart .product-remove {
    width: 64px;
}

.woocommerce-cart table.cart td.actions, .woocommerce-checkout table.cart td.actions {
    display: none;
}

.woocommerce form[name="checkout"] .col-1 input.input-text, .woocommerce form[name="checkout"] .col-2 input.input-text {
    background-color: #e7e5e1;
}

.woocommerce form[name="checkout"] .select2-container--default .select2-selection--single {
    background-color: #e7e5e1;
}

.woocommerce-cart table.cart input.minus, .woocommerce-cart table.cart input.plus, .woocommerce-checkout table.cart input.minus, .woocommerce-checkout table.cart input.plus {
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: rgb(231, 229, 225);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-weight: 700;
    font-size: 20px;
    transition: 0.3s ease-in-out;
    padding: 0;
    color: #1F2022;
}

.woocommerce-cart table.cart input.minus, .woocommerce-checkout table.cart input.minus {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   line-height: 1px;
}

.grozs-mob input.minus, .grozs-mob input.plus {
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: rgb(231, 229, 225);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-weight: 700;
    font-size: 20px;
    transition: 0.3s ease-in-out;
    line-height: 25px;
}

.woocommerce-cart table.cart input.minus:hover, .woocommerce-cart table.cart input.plus:hover, .woocommerce-checkout table.cart input.minus:hover, .woocommerce-checkout table.cart input.plus:hover  {
    background-color: #e86319;
}

.grozs-mob input.minus:hover, .grozs-mob input.plus:hover {
    background-color: #e86319;
}

.woocommerce table.cart td.product-quantity .qty {
    appearance: none;
    border: none;
    outline: none;
    background-color: transparent;
    width: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #1f2022;
    padding: 0 !important;
    -moz-appearance: textfield;
}

.grozs-mob .quantity .qty {
    appearance: none;
    border: none;
    outline: none;
    background-color: transparent;
    width: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #1f2022;
}

.woocommerce-error li {
    color: red;
}

.woocommerce-error {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.woocommerce-error::before {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.grozs-mob .quantity {
    display: flex;
    align-items: center;
}

.grozs-mob .product-name a {
    font-weight: 600;
    color: #000000;
}

.mobile-cart {
    max-width: none;
    width: 100%;
}

.mobile-cart button[name='update_cart'] {
    display: none;
}

.grozs-mob .item .row:last-of-type .row-item {
    text-decoration: none;
}

.grozs-mob .item .row:last-of-type .row-item .tax_label {
    display: none;
}

.grozs-mob .row-item a.remove {
    text-decoration: underline;
    font-size: 16px;
    font-weight: inherit;
    color: #1f2022 !important;
    width: auto;
    height: auto;
    display: block;
}

.page-selector .arrows > *.inactive {
    opacity: 0.5;
    user-select: none;
    cursor: not-allowed;
}

.related.products {
    clear: both;
}

.woocommerce-table--order-details {
    border: none !important;
    border-collapse: collapse !important;
}

.woocommerce-table--order-details thead tr {
    background-color: #fff;
}

.woocommerce-table--order-details tr {
    border: none !important;
}

.woocommerce-table--order-details th, .woocommerce-table--order-details td {
    border: 2px solid #fff !important;
}

.woocommerce-table--order-details a {
    color: #1f2022;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    background-color: #fff;
    padding: 15px;
    margin-top: 15px;
}

.woocommerce-Address-title.title {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 10px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3e3f41;
    padding: 10px 20px;
}

.woocommerce .col2-set .col-1 form input.input-text, .woocommerce-page .col2-set .col-2 form input.input-text {
    background-color: #f1f0ed;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3e3f41;
    padding: 10px 20px;
    height: fit-content !important;
    border-radius: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    padding: 10px 15px;
    background-color: #1f2022;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    background-color: #e86319;
    color: #fff;
}

.woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
    padding: 10px 15px;
    background-color: #1f2022;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover {
    background-color: #e86319;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    right: 10px !important;
    transform: translateY(-50%);
    overflow: visible !important;
}

.woocommerce-Address-title.title a {
    background-color: #1f2022;
    color: #fff;
    display: block;
    width: fit-content;
    padding: 10px 15px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.woocommerce-Address-title.title a:hover {
    background-color: #e86319;
}

.woocommerce-Address-title.title::before,.woocommerce-Address-title.title::after {
    display: none !important;
}

.woocommerce-MyAccount-content form button.button {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 25px;
    background-color: #1f2022;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border: none;
    border-radius: 0;
    margin-top: 50px;
}

.woocommerce-MyAccount-content form button.button:hover {
    background-color: #e86319;
    color: #fff
}

.pop-up.login input {
    margin-bottom: 0;
}

.pop-up.login button {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 25px;
    background-color: #1f2022;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border: none;
    outline: none;
}

.pop-up.login button:hover {
    background-color: #e86319;
}

.pop-up.login .checkbox-wrap {
    display: flex;
    column-gap: 10px;
    margin-bottom: 20px;
}

.pop-up.login .checkbox-wrap input {
    width: 30px;
    margin: 0;
}

.pop-up.login form.woocommerce-form-login.login {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 0;
}

.woocommerce .col2-set h2, .woocommerce-page .col2-set h2 {
    margin-bottom: 25px;
}

.woocommerce form[name="checkout"] {
    max-width: none;
}

.woocommerce-checkout .woocommerce > .woocommerce-notices-wrapper {
    display: none;
}


.forgot .woocommerce-ResetPassword .woocommerce-Button {
    padding: 15px 25px;
    background: #1f2022;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 0;
    user-select: none;
    appearance: none;
    border: none;
    outline: none;
}

.forgot .woocommerce-ResetPassword .woocommerce-Button:hover {
    background-color: #e86319;
    color: #fff;
}

.pop-up.forgot .woocommerce-form-row {
    padding: 0 !important;
    width: 100% !important;
}

.cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    height: auto;
    background-color: #e86319;
    z-index: 500;
    display: none;
}

.cart-dropdown .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    column-gap: 10px;
    color: #fff;
}

.cart-dropdown .item .name {
    width: 100%;
    text-align: left;
}
.cart-dropdown .tax_label {
    display: none;
}

.cart-dropdown a:not(.uz-grozu)::before {
    display: none !important;
}

.cart-dropdown a.uz-grozu {
    color: #fff;
    width: fit-content;
    margin: 0 auto;
}

.cart-dropdown a.uz-grozu::before {
    background-color: #fff;
}

.cart-dropdown .to-cart {
    color: #fff;
    text-align: center;
    padding: 0;
    padding: 5px 10px;
}

.cart-dropdown .kopa {
    padding: 10px 15px;
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
}

.cart-dropdown .item .img-wrap {
    max-width: 50px;
    padding: 0;
    flex-shrink: 0;
}

.cart-dropdown .item .img-wrap img {
    width: 100%;
    height: auto;
}

.cart-dropdown .item .produktu_daudzums {
    flex-shrink: 0;
}

header .right-side li:hover .cart-dropdown {
    display: block;
}

.mans-konts-link:hover .profile-dropdown {
    display: block;
}

.profile-dropdown {
    position: absolute;
    background-color: #1f2022;
    width: fit-content;
    top: 100%;
    right: 0;
    padding: 10px 0;
    display: none;
    z-index: 500;
}

.profile-dropdown .name {
    white-space: nowrap;
    color: #fff;
    display: block;
    padding: 10px 20px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    user-select: none;
}

.profile-dropdown a {
    color: #fff;
    padding: 10px 20px !important; 
}

.woocommerce .lost_reset_password button.button {
    padding: 10px 15px;
    background: #1f2022;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 0;
    appearance: none;
    border: none;
    outline: none;
}

.woocommerce .lost_reset_password button.button:hover {
    background-color: #e86319;
}

form.registration-form .acfe-column-wrapper .acf-fields {
    margin: 50px 0;
}

form.registration-form .acfe-column-wrapper .acf-fields input {
    width: 100%;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3e3f41;
    padding: 10px 20px;
}

.acf-fields>.acf-field {
    padding: 0 !important;
}

.catalog .filter a.sub-cat {
    background-color: #fff;
    margin-top: -5px;
    width: 100%;
}

.catalog .filter a.sub-cat.active {
    background-color: #1f2022;
}

.woocommerce div.product form.cart klix-pay-later {
    display: none;
}

.woocommerce div.product .price bdi {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #1f2022;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.woocommerce div.product .price del + ins bdi {
    color: #E86319;
}

.catalog div.product:hover .price bdi {
    color: #8cc63f;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: inherit;
    font-size: 1em !important;
}

.cart-dropdown .kopa .includes_tax {
    display: none;
}

.woocommerce form.woocommerce-checkout .form-row input.input-text, .woocommerce form.woocommerce-checkout .form-row textarea {
    background-color: #e7e5e1;
}

.woocommerce form.woocommerce-checkout button.button {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    padding: 15px 25px;
    background-color: #1f2022;
    border-radius: 0;
}

.woocommerce form.woocommerce-checkout .button:hover {
    background-color: #e86319;
}

input[type="checkbox"].woocommerce-form__input-checkbox {
    display: inline-block !important;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #e7e5e1;
    flex-shrink: 0;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease-in-out;
} 

input[type="checkbox"].woocommerce-form__input-checkbox::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 14px;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-65%) rotate(45deg);
}

input[type="checkbox"].woocommerce-form__input-checkbox:checked {
    background-color: #e86319;
    border-color: #e86319;
}

.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.woocommerce .woocommerce-checkout .registration-links {
    margin-bottom: 25px;
}

.payment_box {
    margin-bottom: 25px;
}

#parcelmachine_omniva_field {
    margin-bottom: 25px;
}

.woocommerce-terms-and-conditions {
    margin-top: 20px;
}

.woocommerce-checkout .woocommerce-error {
    margin-bottom: 25px;
}

.woocommerce-checkout .woocommerce-error li {
    padding: 10px 15px !important;
}

.woocommerce-checkout .woocommerce-error::before {
    display: none;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    margin: 20px 0;
}

.select2-container {
    max-width: 625px;
}

.cart_totals.processing .blockOverlay {
    background-color: transparent !important;
}

.kartosana .custom-select {
    margin-bottom: 0;
}

.woocommerce .woocommerce-ordering::after {
    display: none;
}

.kartosana .custom-select .select-selected {
    padding: 11px 40px 11px 15px;
    border: none;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
}

.kartosana .custom-select .select-selected span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
}

.kartosana .custom-select .select-items {
    border: none;
}

.kartosana .custom-select .select-items div {
    background-color: #1f2022;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    border: none;
    padding: 10px 15px;
    transition: 0.3s ease-in-out;
}

.kartosana .custom-select .select-items div:hover {
    background-color: #e86319;
}

.kartosana .custom-select .select-items div:before {
    content: url(../images/sorting-icon.svg);
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}

.kartosana .custom-select .select-items .same-as-selected:before {
    content: url(../images/sorting-icon-active.svg);
}

.kartosana .custom-select {
    max-width: 295px;
    width: 100%;
}

.kartosana .custom-select .select-selected:after {
    content: '';
    right: 15px;
    -webkit-mask: url(../images/select-arrow.svg) no-repeat center;
    mask: url(../images/select-arrow.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #1f2022;
    width: 15px;
    height: 15px;
}

.kartosana .custom-select .select-selected.select-arrow-active {
    background-color: #1f2022;
    color: #fff;
}

.kartosana .custom-select .select-selected.select-arrow-active:after {
    background-color: #fff;
}

.kartosana .custom-select .select-selected:before {
    display: none;
}

.tablinks.active {
    cursor: default;
}

.restore-item {
    display: none;
}

.catalog .filter a.children-active {
    color: #fff;
    background-color: #e86319;
}

.custom-login-form {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.custom-login-form h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #1f2022;
    margin-bottom: 25px;
    text-align: left;
}

.custom-login-form .woocommerce-form.woocommerce-form-login.login {
    width: 100%;
}

.custom-login-form .woocommerce-form.woocommerce-form-login.login input.input-text {
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    color: #3e3f41 !important;
    padding: 10px 20px !important;
}

.custom-login-form .woocommerce-form.woocommerce-form-login.login p {
    color: #4b4848;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

.custom-login-form .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 25px;
    background-color: #1f2022;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border: none;
    outline: none;
    float: none;
}

.custom-login-form .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit:hover {
    background-color: #e86319;
}

.custom-login-form .woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    column-gap: 10px;
    margin-bottom: 20px;
}

.custom-login-form .woocommerce-form.woocommerce-form-login.login p.lost_password {
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #e86319;
    margin-bottom: 25px;
}

.custom-login-form .woocommerce-form.woocommerce-form-login.login p.lost_password a {
    color: inherit;
}

.right-side .wpml-ls-legacy-list-vertical {
    display: block;
    border: none;
}

.right-side .wpml-ls-legacy-list-vertical ul {
    position: relative;
    height: 47px;
}

.right-side .wpml-ls-legacy-list-vertical ul li {
    height: 100%;
}

.right-side .wpml-ls-legacy-list-vertical ul li:not(.wpml-ls-current-language) {
    position: absolute;
    background-color: #1f2022;
    z-index: 500;
    display: none;
}

.right-side .wpml-ls-legacy-list-vertical ul:hover li:not(.wpml-ls-current-language)  {
    display: block;
}

.to-summ {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
}

.login .error {
    margin-bottom: 20px;
    color: red !important;
    font-weight: 600 !important;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    display: block;
    font-size: 12px !important;
    padding: 5px !important;
}

.woocommerce-page form .form-row-first {
    float: none;
    width: 100%;
}

.woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
}

.woocommerce-page form .pirkums-noformesana .form-row {
    padding: 0;
    margin-bottom: 22px;
}

.woocommerce-page form .pirkums-noformesana .form-row.woocommerce-invalid {
    border: 1px solid red;
}

.woocommerce-page form .pirkums-noformesana .input-checkbox {
    width: 22px;
    height: 22px;
}

.woocommerce-page form .pirkums-noformesana .input-checkbox::before {
    width: 7px;
    height: 10px;
}

.select2-dropdown {
    border: 2px solid #e7e5e1;
    border-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 0;
    outline: transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #e7e5e1;
    color: #1f2022;
}

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
    color: #1f2022;
}

@media only screen and (max-width: 1024px) {
    .woocommerce-checkout .shop_table.cart {
        display: table;
    }
    .woocommerce-checkout .woocommerce td.product-quantity {
        min-width: 125px;
    }
}

@media only screen and (max-width: 779px) {
    .woocommerce .woocommerce-ordering select {
        max-width: none;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        display: none;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        max-width: none;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        max-width: none;
    }
    .woocommerce table.shop_table_responsive tr.woocommerce-orders-table__row:nth-of-type(2n), .woocommerce-page table.shop_table_responsive tr.woocommerce-orders-table__row:nth-of-type(2n) {
        background-color: #dfdbce;
    }
    .woocommerce .cart_totals .shop_table.shop_table_responsive td {
        width: auto;
    }
    .woocommerce .cart_totals {
        column-gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
    }
    .woocommerce-checkout table.cart td.product-name {
        width: 100%;
    }
    .woocommerce-checkout table.cart .product-remove {
        width: 100%;
    }
    .woocommerce-checkout .woocommerce table.cart .product-thumbnail {
        display: block;
        width: 100%;
        max-width: none;
    }
    .woocommerce-checkout .woocommerce table.cart .product-thumbnail::before {
        display: none;
    }
    .woocommerce-cart table.cart td.product-name {
        width: 100%;
    }
    .woocommerce-cart table.cart .product-remove {
        width: 100%;
    }
    .woocommerce-cart table.cart .product-thumbnail {
        display: block !important;
        width: 150px !important;
        max-width: none;
    }
    .woocommerce-cart table.cart .product-thumbnail img {
        width: 100%;
        height: auto;
    }
    .woocommerce-cart table.cart .product-thumbnail::before {
        display: none;
    }
}

@media only screen and (max-width: 644px) {
    .woocommerce .cart_totals .shop_table.shop_table_responsive td {
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        column-gap: 1em;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 540px) {
    .woocommerce-product-gallery__wrapper {
        display: none !important;
    }
    .gallery .small-gallery {
        padding: 0;
    }
    .gallery .small-gallery .swiper {
        height: 500px;
    }
    .gallery .small-gallery .swiper-slide img {
        object-fit: cover;
    }
    .acf-fields.acfe-column-wrapper>.acf-field.acf-field-acfe-column>.acf-input>.acf-fields>.acf-field {
        width: 100%;
    }
    .acf-button-group {
        flex-direction: column !important;
    }
    .acf-button-group label {
        width: 100% !important;
    }
}

.acf-input .acf-button-group label {
    display: flex;
    flex-direction: row;
}

.acf-button-group label input:checked:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 10px;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-65%) rotate(45deg);
}

.acf-button-group label input {
    display: block !important;
}

.acf-button-group label input {
    appearance: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid #e7e5e1;
    border-top-color: rgb(231, 229, 225);
    border-right-color: rgb(231, 229, 225);
    border-bottom-color: rgb(231, 229, 225);
    border-left-color: rgb(231, 229, 225);
    transition: 0.2s all linear;
    flex-shrink: 0;
    background-color: #fff;
    position: relative;
    padding: 0 !important;
}

.acf-button-group label input:checked {
    background-color: #e86319;
    border-color: #e86319;
}

.acf-button-group {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 22px;
}

.acf-button-group label:first-of-type {
    border-right-width: 1px !important;
}

.acf-button-group label:last-of-type {
    border-left-width: 1px !important;
}

.acf-button-group label.selected {
    background: none !important;
    border: 2px solid #e7e5e1 !important;
    border-right-color: rgb(231, 229, 225) !important;
    border-right-style: solid !important;
    border-right-width: 2px !important;
    background: none;
    color: #1f2022 !important;
    z-index: 2;
    border-radius: 0 !important;
}

.acf-button-group label {
    cursor: pointer;
    background: none !important;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 50%;
    border: 2px solid #e7e5e1 !important;
    border-right-color: rgb(231, 229, 225) !important;
    border-right-style: solid !important;
    border-right-width: 2px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #1f2022 !important;
    padding: 20px !important;
}

.woocommerce-form-login__rememberme span {
    line-height: 30px;
}
.woocommerce-form.woocommerce-form-login.login {
    margin: 0 auto;
    width: fit-content;
}

.acf-input select {
    padding: 10px 20px;
    border: none;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    color: #3e3f41 !important;
    padding: 10px 20px !important;
}

a:not([class]),
a.woocommerce-privacy-policy-link,
a.woocommerce-terms-and-conditions-link {
    color: #3e3f41;
    font-weight: 600;
}

#add_payment_method #payment,
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: transparent !important;
    border-radius: 0 !important;
}

.woocommerce-terms-and-conditions-wrapper {
    text-align: right !important;
}

.woocommerce-terms-and-conditions-wrapper div {
    margin: 8px 0 !important;
}

/*#billing_field {
    display: none;
}*/

.woocommerce #respond input#submit.loading::after, 
.woocommerce a.button.loading::after, 
.woocommerce button.button.loading::after, 
.woocommerce input.button.loading::after {
    content: none !important
}

.registration-form .acf-field > .acf-error-message {
    display: none !important;
}

.woocommerce-MyAccount-content .select2-container {
    max-width: none;
}

div[name=payment-section] {
    margin-top: 30px;
}

.cmplz-manage-consent {
    border: 1px solid #e86319 !important;
    background-color: #e86319 !important;
    color: #000000 !important;
}

.payment_box.payment_method_bank_transfer label {
    max-width: 150px;
}

@media only screen and (max-width: 600px) { 
    .cart-collaterals .wc-proceed-to-checkout {
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: flex-end;
        gap: 20px;
    }
}