/*ADEXA SUOMI*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-start: .5rem;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2rem
}

h2 {
    font-size: 1.5rem
}

h3 {
    font-size: 1.2rem
}

h4 {
    font-size: 1rem
}

h5 {
    font-size: 0.8rem
}

h6 {
    font-size: 0.6rem
}

p {
    margin-block-start: 0;
    margin-block-end: .9rem
}

hr {
    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: #126BAD;
}

a:active,
a:hover {
    color: #064879;
}

a:not([href]):not([tabindex]),
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-block-end: none;
    -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: -.25em
}

sup {
    top: -.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
}

[hidden],
template {
    display: none
}

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],
input[type=url],
select,
textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .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,
input[type=url]:focus,
select:focus,
textarea:focus {
    border-color: #333
}

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;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s
}

[type=button]:focus,
[type=submit]:focus,
button:focus {
    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: .35em .75em .625em
}

legend {
    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
}

.custom-cart-icon {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    padding: 10px;
    border-radius: 14px;
    margin: 0 10px;
    border: 1px solid #ebfaff;
    background-color: #ebfaff;
    color: #126BAD!important;
}

.custom-cart-icon:hover {
    border: 1px solid #126BAD;
    background-color: #d8f3fc;
    color: #ebfaff!important;
}

.custom-cart-icon img {
    width: 22px;
    height: auto;
    vertical-align: middle;
}

.custom-cart-icon .cart-count {
   background: #126BAD;
color: #fff;
font-size: 10px;
border-radius: 50%;
width: 15px;
height: 15px;
line-height: 18px;
text-align: center;
display: inline-block;
position: absolute;
top: 5px;
left: 31px;
}

.custom-cart-icon .cart-total {
    margin-left: 4px;
    font-size: 14px;
    color: #20315C;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[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;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}

table td,
table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    /*    border: 1px solid hsla(0, 0%, 50.2%, .5019607843)*/
}

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-block-start: 1px solid hsla(0, 0%, 50.2%, .5019607843)*/
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, .0705882353)
}

table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: hsla(0, 0%, 50.2%, .1019607843)
}

table tbody+tbody {
    border-block-start: 2px solid hsla(0, 0%, 50.2%, .5019607843)
}

#order_review {
    display: flex;
    gap: 10px;
}

.custom-checkout-totals {
    width: 50%;
}

.tooted-menyy {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
}

.xoo-wsc-sc-subt small {
    display: none;
}

.tooted-menyy a {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12)!important;
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12)!important;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12)!important;
    align-items: center;
    padding: 35px 30px;
    background-color: #fff;
    width: 24%;
    border-radius: 20px;
    min-height: 180px;
    align-content: center;
}

.tooted-menyy a:hover {
    background-color: rgb(223, 241, 255);
    transform: scale(1.05);
}

.tooted-menyy a:hover h3 {
    color: #000;
}

.tooted-menyy a h3 {
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    margin: 5px;
}

.tooted-menyy a img {
    object-fit: contain;
    width: 100%;
    height: 50px;
    /*    display: none;*/
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 50%;
    margin-left: 50%;
}

.woocommerce .quantity .qty {
    width: 5.631em;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    /*width: 50%;*/
    padding: 20px;
    background-color: beige;
    border-radius: 20px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 0em;
    position: relative;
    background-color: #fff;
    color: #000;
    border-top: 3px solid transparent;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce ul.products li.product {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    /*    border: 1px solid #ffffff;*/
}


/*
.woocommerce ul.products li.product:hover {
   border: 1px solid #2563eb;
}
*/

.woocommerce ul.products li.product .price {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.woocommerce ul.products li.product .price ins bdi {
    color: #2563eb;
}

.woocommerce ul.products li.product h2 {
    color: #000000;
}

.woocommerce span.onsale {
    display: none;
}

.woocommerce-subcategories-links {
    /*
    display: flex;
    gap:5px;
    flex-wrap: wrap;
    justify-content: center;
    
*/
    column-count: 3;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0px solid #cfc8d8;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1.5em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #fff;
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0px solid #cfc8d8;
}

.products .product a img {
    width: 100%;
    height: 250px;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    object-fit: contain;
}

.products .product {
    padding: 20px!important;
}

.products .product .woocommerce-price-suffix {
    font-size: 60%;
}

.elementor-widget-woocommerce-product-content p {
    /*    display: none;*/
}

.onsale {
    display: none!important;
}

.out-of-stock-message,
.custom-availability-label,
.stock.available-on-backorder {
    background-color: #ebfaff;
    color: #126BAD!important;
    padding: 8px 12px;
    border: 0px solid #f5c6cb;
    border-radius: 4px;
    line-height: 1;
    margin-top: 10px;
    font-weight: 400;
    text-align: center;
}

.woocommerce div.product p.stock {
    font-size: 1.2em;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    background-color: #00528F!important;
    color: #fff!important;
    font-weight: 400;
    border-radius: 20px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: #126BAD!important;
    color: #fff!important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #fddc11;
    color: #000;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #126BAD;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
    color: #000;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: #f3f3f3;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.woocommerce-subcategories-links a {
    padding: 5px 7px;
    background-color: #d2deed;
    color: #000000;
    font-weight: 400!important;
    font-size: 12px!important;
    border-radius: 5px;
    display: block;
    /* border: 1px solid #126BAD; */
    margin-bottom: 5px;
    break-inside: avoid;
}

.woocommerce-subcategories-links a:hover {
    background-color: #126BAD;
    color: white;
}

.kategooriad .product-category {
    padding: 0!important;
    display: block;
}

.kategooriad .product-category img {
    display: none!important;
}

.kategooriad .product-category a {
    padding: 20px 15px;
    display: block;
}

.kategooriad .product-category h2 {
    margin: 0!important;
    padding: 0!important;
    color: inherit;
}

.kategooriad .product-category mark {
    display: none!important;
}

.kategooriad .product-category {
    color: #126bad!important;
    background-color: #fddc11!important;
}

.kategooriad .product-category:hover {
    background-color: #126bad!important;
    color: #fddc11!important;
}

.kategooriad .product-category:hover h2 {
    color: #fddc11!important;
}

.woocommerce-discount-badge {
    background-color: red;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 16px;
    font-weight: 600;
    z-index: 1;
}

.woocommerce a.added_to_cart {
    font-size: 13px;
    margin-left: 10px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 11px;
    left: 18px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 5px 15px 6px 45px;
    line-height: 21px;
    font-size: 16px;
    border: 2px solid transparent;
    border-radius: 30px;
    height: auto;
    background-color: #eee;
}

.product-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-categories li {
    margin: 0.5em 0;
    padding: 0.5em;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.product-categories a {
    text-decoration: none;
    font-weight: bold;
    color: #0073aa;
}

.product-categories.level-0 > li {
    margin-left: 0;
    background-color: #f9f9f9;
}

.product-categories.level-1 > li {
    margin-left: 20px;
    background-color: #e9f5ff;
}

.product-categories.level-2 > li {
    margin-left: 40px;
    background-color: #dfefff;
}

.product-categories.level-3 > li {
    margin-left: 60px;
    background-color: #d0e7ff;
}

.dgwt-wcas-search-wrapp {
    width: 400px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: left;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #054b80;
    color: #fff;
}

@media (max-width:767px) {
    .woocommerce-subcategories-links {
        /*
    display: flex;
    gap:5px;
    flex-wrap: wrap;
    justify-content: center;
    
*/
        column-count: 2;
    }
    table table {
        font-size: .8em
    }
    table table td,
    table table th {
        padding: 7px;
        line-height: 1.3
    }
    table table th {
        font-weight: 400
    }
    .woocommerce-subcategories-links a {
        padding: 6px 9px;
        font-size: 13px;
    }
    .tooted-menyy {
        gap: 5px;
    }
    .tooted-menyy a {
        -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12)!important;
        -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12)!important;
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12)!important;
        align-items: center;
        padding: 15px;
        background-color: #fff;
        width: 100%;
        border-radius: 20px;
        min-height: 80px;
        align-content: flex-start;
        display: flex;
    }
    .tooted-menyy a h3 {
        font-weight: 600;
        text-align: left;
        font-size: 15px;
        margin: 5px;
    }
    .tooted-menyy a img {
        object-fit: contain;
        width: 40px;
        height: 40px;
        /* display: none; */
    }
}

dd,
dl,
dt,
li,
ol,
ul {
    margin-block-start: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}


/*
.cky-btn-revisit-wrapper {
    display: none!important;
}
*/

@media print {
    *,
    :after,
    :before {
        background: transparent!important;
        color: #000!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 {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        border: 1px solid #ccc
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        -moz-column-break-after: avoid;
        break-after: avoid
    }
}