@import url( 'https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap' );

body, input, textarea, select, button { font-family: 'Source Sans Pro', Arial, sans-serif; }
html, body { font-size: 16px; }

a {color: #af00d8;
    transition: all 250ms;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
button {
    padding: 0;
    transition: all 250ms;
    background: none;
    cursor: pointer;
    outline: 0;
    border: 0;
}

.atribuut option:first-child
{
display: none;
}

.border-theme {
    border-color:#af00d8!important;
}

.border-suc{border-color:#198754!important}

.btn-outline-theme{color:#af00d8;background-color:#fff;border-color:#af00d8}
.btn-outline-theme:hover{color:#fff;background-color:#af00d8;border-color:#af00d8}
.text-theme{
 color: #af00d8;
}
.footer-bg {
background-color: rgba(33,0,42, 0.4);
background-image: linear-gradient(to bottom, rgba(47,3,73, 0.85), rgba(35,47,62, 0.6));
}
.footer-bg-img {background:url("../../../images/footer_bg.webp") right 0 no-repeat;}
.page-item.active .page-link{z-index:3;color:#af00d8;background-color:#fff;border-color:#af00d8}
.page-item.disabled .page-link{color:#af00d8;pointer-events:none;background-color:#fff;border-color:#af00d8}
.page-item .page-link:hover{z-index:2;color:#fff;background-color:#af00d8;border-color:#af00d8}
.header-date{
 font-size: 14px;
}
.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}




.btn.border:hover{color:#fff;background-color:#c9f0d5;border-color:#c9f0d5}
.btn-check:focus+.btn.border,.btn.border:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}
.btn-check:active+.btn.border,.btn-check:checked+.btn.border,.btn.border:active{color:#fff;background-color:#c9f0d5;border-color:#c9f0d5}
.btn-check:active+.btn.border:focus,.btn-check:checked+.btn.border:focus,.btn.border:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}

















.table-sm >:not(caption)>*>*{
}

.table-sm > thead > tr > th{
 padding: 8px;
 text-align: center;
 font-size: 0.875em!important;
}

.table-sm > tbody > tr > th ,.table-sm > tbody > tr > td {
 text-align: center;
 font-size: 0.75em!important;

}

.table-sm th{background-color:#e8eef7;border:1px solid #dddddd!important;}
.table-sm td{background-color:#fbfcfc;border:1px solid #dddddd!important;}

.bg-weekend{background-color:#fce8e7!important;}
.bg-today{background-color:#d5ffd5!important;}
.bg-hasevents{background-color:#FFFFE0!important;}
.bg-bronn{background-color:#E0F4FF!important;}

.table-sm td:hover {
   background-color: #ccc;
}



.valid-msgc{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}



.ml--100{
 padding-left: -300px;
}





main.bgs{background:url("../../../images/avaleht.webp") right 0 no-repeat}
#wrapper {
    position: relative;
    padding-left: 30%;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}




#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    background-position: center center;
    background-size: cover;
    z-index: 20;
   background:url("../../../images/header_bg.webp") right 0 no-repeat;
}
.header-bge {
    box-sizing: border-box;
    position: relative;
    padding-top: 1px;
    height: 100%;
    z-index: 30;
}
.header-mobile-toggle {
    display: none;
}
.header-branding__inner {
    padding: 0 60px 30px 60px;
    text-align: center;
}


.header-languages {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 20;
}
.header--has-search .header-languages {
    right: 60px;
}
.header-languages__toggle {
    display: block;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid transparent;
}
.header-languages__toggle-icon {
    display: none;
    line-height: 1;
}
.header-languages__toggle-label {
    position: relative;
    top: -1px;
    line-height: inherit;
    font-size: 0.875em;
    font-weight: bold;
}
.header-languages__toggle--active .header-languages__toggle-icon {

    display: inline;
}
.header-languages__toggle--active .header-languages__toggle-icon:before {
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f00d";
}
.header-languages__toggle--active .header-languages__toggle-label {
    display: none;
}
.header-languages__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 45px;
    left: 15px;
    transform: translateX(-50%);
    padding: 4px 10px;
    white-space: nowrap;
    font-size: 1em;
    border-radius: 1px;
}
.header-languages__list:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border: 1px solid transparent;
    border-width: 0 5px 6px 5px;
}
.header-languages__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    display: inline;
    margin: 0 2px;
}
.header-languages__item--active {
    font-weight: bold;
}
.header-languages__item-link {
    text-decoration: none;
}
.header-menu {
    position: relative;
    z-index: 20;
}
.header-menu:hover {
    z-index: 40;
}
.header-menu__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.header-menu__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    position: relative;
}
.header-menu__submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.header-menu__submenu-toggle {
    display: none;
}
@media (min-width: 1200px) {
    .header-menu {
        transition: filter 250ms;
    }
    .header--has-panel-collision.header--has-expanded-panel .header-menu {
        filter: blur(2px);
        pointer-events: none;
    }
    .header--has-panel-collision.header--has-expanded-panel .header-menu:hover {
        z-index: 20;
    }
    .header-menu__list {
        padding: 0 30px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .header-menu__list > .header-menu__item {
        margin-top: 10px;
        padding: 0 30px;
    }
    .header-menu__list > .header-menu__item:first-child {
        margin-top: 0;
    }
    .header-menu__list > .header-menu__item--has-children:before {
        transition: all 150ms;
        font-family: "Font Awesome 6 Pro" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        position: absolute;
        top: 4px;
        right: 15px;
        font-size: 12px;
        opacity: 0.5;
    }
    .header-menu__list > .header-menu__item--has-children:hover:before {
        right: 0;
    }
    .header-menu__list > .header-menu__item > .header-menu__item-link-wrapper {
        display: block;
        text-align: right;
        overflow: hidden;
    }
    .header-menu__list > .header-menu__item > .header-menu__item-link-wrapper > .header-menu__item-link {
        font-family: 'Montserrat', Arial, sans-serif;
        position: relative;

        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
    }
    .header-menu__list > .header-menu__item--hover > .header-menu__item-link-wrapper > .header-menu__item-link,
    .header-menu__list > .header-menu__item > .header-menu__item-link-wrapper > .header-menu__item-link:hover {
        padding-right: 10px;
    }
    .header-menu__list > .header-menu__item > .header-menu__item-link-wrapper > .header-menu__item-link:before {
        transition: all 250ms;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 100%;
        margin: -2px 10px 0 0;
        width: 500px;
        height: 2px;
    }
    .header-menu__list > .header-menu__item > .header-menu__submenu {
        box-sizing: border-box;
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        margin: -10px 0 0 -10px;
        padding: 15px 20px;
        width: 200px;
        font-size: 1em;
        border-radius: 5px;
        z-index: 40;
    }
    .header-menu__list > .header-menu__item > .header-menu__submenu:before {
        content: "";
        display: block;
        position: absolute;
        top: 13px;
        left: -8px;
        width: 0;
        height: 0;
        border: 1px solid transparent;
        border-width: 7px 9px 7px 0;
    }
    .header-menu__list > .header-menu__item > .header-menu__submenu > .header-menu__item {
        margin-top: 7px;
    }
    .header-menu__list > .header-menu__item > .header-menu__submenu > .header-menu__item:first-child {
        margin-top: 0;
    }
    .header-menu__list > .header-menu__item > .header-menu__submenu .header-menu__item-link {
        text-decoration: none;
    }
    .header-menu__list > .header-menu__item > .header-menu__submenu .header-menu__item--current > .header-menu__item-link {
        font-weight: bold;
    }
    .header-menu__list > .header-menu__item > .header-menu__submenu .header-menu__submenu {
        margin: 5px 0 0 15px;
        padding: 0;
    }
    .header-menu__list > .header-menu__item > .header-menu__submenu .header-menu__submenu .header-menu__item {
        margin-top: 7px;
    }
    .header-menu__list > .header-menu__item > .header-menu__submenu .header-menu__submenu .header-menu__item:first-child {
        margin-top: 0;
    }
    .header-menu__list > .header-menu__item > .header-menu__submenu .header-menu__submenu .header-menu__item-link {
        text-decoration: none;
    }
}
.header-search {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 10;
}
.header-search__toggle {
    display: block;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid transparent;
}
.header-search__toggle-icon {
    line-height: 1;
}
.header-search__toggle-icon:before {
    font-family: "Font Awesome 6 Pro" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    line-height: inherit;
}
.header-search__toggle--active .header-search__toggle-icon:before {
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f00d";
}
.header-search__form {
    display: none;
    position: absolute;
    top: 45px;
    left: -150px;
    width: 300px;
}
.header-search__form:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 160px;
    width: 0;
    height: 0;
    border: 1px solid transparent;
    border-width: 0 5px 6px 5px;
}

.header-panel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0.875em;
    z-index: 30;
}
.header-panel__top {
    padding: 0 20px;
}
.header-panel__toggle {
    display: none;
    position: absolute;
    top: -40px;
    right: 20px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 50%;
}
.header--has-collapsible-panel .header-panel__toggle {
    display: block;
}
.header-panel__toggle-icon:before {
    font-family: "Font Awesome 6 Pro" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
}
.header--has-expanded-panel .header-panel__toggle-icon:before {
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f078";
}
.header--has-collapsed-panel .header-panel__toggle-icon:before {
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f077";
}
.header-cta {
    margin-top: -18px;
    text-align: center;
}
.header-cta__button {
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none;
    font-size: 1.125em;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    border-radius: 20px;
}
.header--has-collapsed-panel .header-cta {
    display: none;
}
.header-contact {
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.header-contact__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.header-contact__list:before,
.header-contact__list:after {
    display: table;
    clear: both;
    height: 0;
    content: "";
    visibility: hidden;
}
.header-contact__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin: 30px 0 0 0;
    padding: 0 15px 0 0;
    width: 50%;
}
.header-contact__item:nth-child(2n + 1) {
    clear: left;
}
.header-contact__item--has-icon {
    padding-left: 25px;
}
.header-contact__item-icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
}
.header-contact dl {
    margin: -2px 0 0 0;
}
.header-contact dl:before,
.header-contact dl:after {
    display: table;
    clear: both;
    height: 0;
    content: "";
    visibility: hidden;
}
.header-contact dt {
    display: block;
    float: left;
    margin: 2px 0 0 0;
    width: 40%;
}
.header-contact dd {
    display: block;
    float: left;
    margin: 2px 0 0 0;
    width: 60%;
}
.header-contact a {
    text-decoration: none;
}
.header-contact p {
    margin: 0;
}
.header--has-collapsed-panel .header-contact {
    display: none;
}
.header-panel__bottom {
    margin: 20px auto;
    padding: 0 20px;
    max-width: 500px;
}
.header-panel__bottom-inner {
    display: table;
    width: 100%;
}
.header-social {
    display: table-cell;
    padding-right: 4px;
    width: auto;
}
.header-social__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
.header-social__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    display: inline-block;
    margin: 0 2px;
    font-size: 16px;
}
.header-social__item-link {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
}
.header-panel__bottom-decor {
    display: table-cell;
    position: relative;
    width: 100%;
}
.header-panel__bottom-decor:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -1px;
    width: 100%;
    height: 2px;
}
.header-cart {
    display: table-cell;
    padding-left: 4px;
    width: auto;
}
.header-cart__button {
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
}
.header-cart__button-icon:before {
    font-family: "Font Awesome 6 Pro" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f290";
    font-size: 18px;
}
.header-cart__button-info {
    position: absolute;
    display: block;
    top: -5px;
    right: -5px;
    width: 17px;
    height: 17px;
    line-height: 16px;
    font-size: 0.75em;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
}









@media (min-width: 1200px) and (max-width: 1400px) {

}
@media (max-width: 1400px) {
    #lsvr-media-query-breakpoint {
        font-family: "1400";
    }
    .header-branding__inner {
        padding-left: 40px;
        padding-right: 40px;
    }
    .header-menu__list {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 1350px) {
    #lsvr-media-query-breakpoint {
        font-family: "1350";
    }
}
@media (max-width: 1300px) {
    #lsvr-media-query-breakpoint {
        font-family: "1300";
    }
}
@media (max-width: 1250px) {
    #lsvr-media-query-breakpoint {
        font-family: "1250";
    }
}
@media (max-width: 1199px) {
    #lsvr-media-query-breakpoint {
        font-family: "1199";
    }
    #wrapper {
        padding-left: 0;
    }
    .core__columns--fullwidth .wp-block-columns,
    .main--fullwidth .wp-block-columns {
        padding-left: 30px;
        padding-right: 30px;
    }
    #header {
        position: relative;
        width: auto;
        height: auto;
    }
    .header-bge {
        padding: 0;
        height: auto;
    }
    .header--has-search .header-languages,
    .header-languages {
        position: relative;
        top: auto;
        right: auto;
    }
    .header-languages__list {
        transform: none;
        display: none;
        position: relative;
        top: auto;
        left: auto;
        padding: 10px;
        text-align: center;
        border-radius: 0;
    }
    .header-languages__item {
        margin: 0 10px;
    }
    .header-languages__toggle {
        position: absolute;
        left: 10px;
        bottom: -50px;
        width: 40px;
        height: 40px;
        line-height: 35px;
    }
    .header-languages__toggle-icon {
        position: relative;
        top: 1px;
    }
    .header-branding {
        margin: 0;
    }
    .header-branding__inner {
        padding: 45px 60px;
    }
    .header-menu {
        display: none;
        margin: 0 auto;
        padding: 0 20px 45px 20px;
        max-width: 400px;
    }
    .header-menu__list {
        padding: 0;
    }
    .header-menu__list > .header-menu__item {
        position: relative;
        margin-top: 15px;
    }
    .header-menu__list > .header-menu__item:first-child {
        margin-top: 0;
    }
    .header-menu__list > .header-menu__item > .header-menu__item-link-wrapper {
        display: block;
        overflow: hidden;
    }
    .header-menu__list > .header-menu__item--has-children > .header-menu__item-link-wrapper {
        margin-right: 40px;
    }
    .header-menu__list > .header-menu__item > .header-menu__item-link-wrapper > .header-menu__item-link {
        position: relative;
        font-size: 1em;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
    }
    .header-menu__list > .header-menu__item > .header-menu__item-link-wrapper > .header-menu__item-link:before {
        transition: all 250ms;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        margin: -2px 0 0 10px;
        width: 400px;
        height: 2px;
    }
    .header-menu__submenu {
        display: none;
        margin-left: 30px;
    }
    .header-menu__submenu .header-menu__item {
        margin-top: 15px;
    }
    .header-menu__submenu .header-menu__item-link {
        text-decoration: none;
    }
    .header-menu__submenu-toggle {
        display: block;
        position: absolute;
        top: -4px;
        right: 0;
        padding: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 2px solid transparent;
        border-radius: 50%;
    }
    .header-menu__submenu-toggle-icon:before {
        font-family: "Font Awesome 6 Pro" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f107";
        font-size: 18px;
    }
    .header-menu__submenu-toggle--active .header-menu__submenu-toggle-icon:before {
        content: "\f106";
    }
    .header-search {
        display: none;
        position: relative;
        top: auto;
        right: 0;
        margin: 0 auto;
        padding: 0 20px 45px 20px;
        max-width: 400px;
    }
    .header-search__toggle {
        display: none;
    }
    .header-search__form {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
    }
    .header-search__form:before {
        display: none;
    }
    .header-panel {
        display: none;
        position: relative;
    }
    .header-panel__inner {
        padding: 30px 30px;
    }
    .header-panel__top {
        padding: 0;
    }
    .header-contact {
        margin-bottom: 0;
        padding-top: 30px;
        max-width: 700px;
        border-top: 2px solid transparent;
    }
    .header-contact:first-child {
        padding: 0;
        border: 0;
    }
    .header-contact__item {
        margin: 0;
        width: 25%;
    }
    .header-contact__item:nth-child(2n + 1) {
        clear: none;
    }
    .header-cta {
        margin: 0 0 30px 0;
    }
    .header-panel__bottom {
        margin-top: 30px;
        margin-bottom: 0;
        padding: 0;
        max-width: 700px;
    }
    .header-panel__bottom:first-child {
        margin: 0;
    }
    .header-panel__toggle {
        display: none;
    }
    .header-mobile-toggle {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 0;
        width: 40px;
        height: 40px;
        line-height: 35px;
        font-size: 20px;
        text-align: center;
        border-radius: 50%;
        border: 2px solid transparent;
    }
    .header--languages-active .header-mobile-toggle {
        top: 52px;
    }
    .header-mobile-toggle__icon:before {
        font-family: "Font Awesome 6 Pro" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0c9";
        position: relative;
        top: 1px;
    }
    .header-mobile-toggle--active .header-mobile-toggle__icon:before {
        content: "\f00d";
        font-size: 16px;
        top: -1px;
    }
}

#columnRight{
  margin-top: 100px;
}

@media (max-width: 991px) {

    #lsvr-media-query-breakpoint {
        font-family: "991";
    }
    .header-contact__item:first-child {
        margin-top: 0;
    }
    .header-contact__item {
        float: none;
        clear: both;
        margin-top: 20px;
        width: auto;
    }

}
@media (max-width: 767px) {
    #columnRight{
  margin-top: 0px;
}
    #lsvr-media-query-breakpoint {
        font-family: "767";
    }

}
@media (max-width: 480px) {
    #lsvr-media-query-breakpoint {
        font-family: "480";
    }
    .lsvr-container {
        padding: 0 15px;
    }
    .header-panel__bottom {
        padding-top: 30px;
        text-align: center;
        border-top: 2px solid transparent;
    }
    .header-panel__bottom:first-child {
        margin: 0;
        border: 0;
    }
    .header-panel__bottom-inner {
        display: block;
    }
    .header-social {
        display: block;
    }
    .header-panel__bottom-decor {
        display: none;
    }
}












































#header {
    background-color: #099db3;
}
.header-bge {
    background-color: rgba(35,47,62, 0.4);
    background-image: linear-gradient(to bottom, rgba(47,3,73, 0.85), rgba(35,47,62, 0.6));

    /*
    background-color: #232F3E;
    background-color: rgba(230, 6, 255, 0.9);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47,3,73,0.6)), to(#232F3E));
    background-image: -webkit-linear-gradient(top, rgba(47,3,73,0.6), #232F3E);
    background-image: -moz-linear-gradient(top, rgba(47,3,73,0.6), #232F3E);
    background-image: -o-linear-gradient(top, rgba(47,3,73,0.6), #232F3E);
    background-image: linear-gradient(to bottom, rgba(47,3,73,0.6), #232F3E);
    */
}
.header-branding {
    color: #fff;
}
.header-title__link {
    box-shadow: 0 0 0 0 #fff;
    color: #fff;
}
.header-title__link:hover {
    box-shadow: 0 2px 0 0 #fff;
}
.header-title__link:active {
    box-shadow: 0 0 0 0 #fff;
}
.header-tagline {
    color: rgba(255, 255, 255, 0.9);
}
.header-languages__toggle {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.8);
}
.header-languages__toggle:hover {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.header-languages__toggle:active {
    box-shadow: none;
}
.header-languages__list {
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.header-languages__list:before {
    border-bottom-color: #fff;
}
.header-languages__item-link {
    color: #c300f0;
}
.header-languages__item-link:hover {
    color: #c300f0;
}
.header-languages__item-link:active {
    color: #c300f0;
}
@media (min-width: 1200px) {
    .header-menu__list > .header-menu__item--has-children:before {
        color: #fff;
    }
    .header-menu__list > .header-menu__item > .header-menu__item-link-wrapper > .header-menu__item-link {
        color: #fff;
    }
    .header-menu__list > .header-menu__item > .header-menu__item-link-wrapper > .header-menu__item-link:before {
        background-color: rgba(255, 255, 255, 0.25);
    }
    .header-menu__list > .header-menu__item--hover > .header-menu__item-link-wrapper > .header-menu__item-link:before,
    .header-menu__list > .header-menu__item > .header-menu__item-link-wrapper > .header-menu__item-link:hover:before {
        background-color: #fff;
    }
    .header-menu__list > .header-menu__item > .header-menu__item-link-wrapper > .header-menu__item-link:active:before {
        background-color: rgba(255, 255, 255, 0.5);
    }
    .header-menu__list > .header-menu__item--current > .header-menu__item-link-wrapper > .header-menu__item-link:before {
        background-color: #fff;
    }
    .header-menu__list > .header-menu__item > .header-menu__submenu {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
        background-color: #fff;
    }
    .header-menu__list > .header-menu__item > .header-menu__submenu:before {
        border-right-color: #fff;
        border-left-color: #fff;
    }
    .header-menu__submenu .header-menu__item-link {
        box-shadow: 0 0 0 0 #333;
        color: #333;
    }
    .header-menu__submenu .header-menu__item-link:hover {
        box-shadow: 0 2px 0 0 #333;
    }
    .header-menu__submenu .header-menu__item-link:active {
        box-shadow: 0 0 0 0 #333;
    }
}
.header-search__toggle {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.8);
}
.header-search__toggle:hover {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.header-search__toggle:active {
    box-shadow: none;
}
.header-search__form:before {
    border-bottom-color: #fff;
}

.header-panel {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.08);
}
.header-panel__toggle {
    color: #fff;
    background-color: #c300f0;
}
.header-panel__toggle:hover {
    box-shadow: 0 0 0 1px #c300f0;
}
.header-panel__toggle:active {
    box-shadow: none;
}
.header-cta__button {
    color: #333;
    background-color: #edcf56;
}
.header-cta__button:hover {
    box-shadow: 0 0 0 1px #edcf56;
}
.header-cta__button:active {
    box-shadow: none;
}
.header-contact a {
    box-shadow: 0 0 0 0 #fff;
    color: #fff;
}
.header-contact a:hover {
    box-shadow: 0 1px 0 0 #fff;
}
.header-contact a:active {
    box-shadow: 0 0 0 0 #fff;
}
.header-contact dt {
    color: #fff;
}
.header-social__item-link {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
}
.header-social__item-link:hover {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}
.header-social__item-link:active {
    box-shadow: none;
}
.header-panel__bottom-decor:after {
    background-color: rgba(255, 255, 255, 0.25);
}
.header-cart__button {
    color: #099db3;
    background-color: #fff;
}
.header-cart__button:hover {
    box-shadow: 0 0 0 1px #fff;
}
.header-cart__button:active {
    box-shadow: none;
}
.header-cart__button-info {
    color: #fff;
    background-color: #c300f0;
}
.page-header__subtitle {
    color: #8a949b;
}
.page-header__portrait-inner {
    background-color: #c300f0;
    background-image: linear-gradient(to bottom, rgba(9, 157, 179, 0.7), transparent);
}

.search-results-page__item {
    border-color: #e1e7ec;
}
.search-results-page__item-type {
    color: #8a949b;
}
.search-results-page__item-title-link {
    box-shadow: 0 0 0 0 #c300f0;
}
.search-results-page__item-title-link:hover {
    box-shadow: 0 2px 0 0 #c300f0;
}
.search-results-page__item-title-link:active {
    box-shadow: 0 0 0 0 #c300f0;
}

@media (max-width: 1199px) {
    .header-languages__list {
        box-shadow: none;
        background-color: #333;
    }
    .header-languages__item-link {
        color: #fff;
    }
    .header-menu__list > .header-menu__item > .header-menu__item-link-wrapper > .header-menu__item-link {
        color: #fff;
    }
    .header-menu__list > .header-menu__item > .header-menu__item-link-wrapper > .header-menu__item-link:before {
        background-color: rgba(255, 255, 255, 0.25);
    }
    .header-menu__list > .header-menu__item--hover > .header-menu__item-link-wrapper > .header-menu__item-link:before,
    .header-menu__list > .header-menu__item > .header-menu__item-link-wrapper > .header-menu__item-link:hover:before {
        background-color: #fff;
    }
    .header-menu__list > .header-menu__item > .header-menu__item-link-wrapper > .header-menu__item-link:active:before {
        background-color: rgba(255, 255, 255, 0.5);
    }
    .header-menu__list > .header-menu__item--active > .header-menu__item-link-wrapper > .header-menu__item-link:before,
    .header-menu__list > .header-menu__item--current > .header-menu__item-link-wrapper > .header-menu__item-link:before {
        background-color: #fff;
    }
    .header-menu__submenu .header-menu__item-link {
        box-shadow: 0 0 0 0 #fff;
        color: #fff;
    }
    .header-menu__submenu .header-menu__item-link:hover {
        box-shadow: 0 2px 0 0 #fff;
    }
    .header-menu__submenu .header-menu__item-link:active {
        box-shadow: 0 0 0 0 #fff;
    }
    .header-menu__submenu-toggle {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.25);
    }
    .header-menu__submenu-toggle:hover,
    .header-menu__submenu-toggle--active {
        border-color: #fff;
    }
    .header-menu__submenu-toggle:active {
        border-color: rgba(255, 255, 255, 0.5);
    }
    .header-contact {
        border-color: rgba(255, 255, 255, 0.25);
    }
    .header-mobile-toggle {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.8);
    }
    .header-mobile-toggle:hover {
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
    }
    .header-mobile-toggle:active {
        box-shadow: none;
    }
}


.product-cart {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid transparent;
}
.product-cart:first-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.input-number {max-width: 40px;}

@media (max-width: 767px) {
    .product-post-single .post__form {
        border-color: #e1e7ec;
    }

.position-kustuta {
        position: absolute;
        top: 0;
        right: 0;
    }

.product-cart {
        display: block;
        position: relative;
        margin-top: 30px;
        padding-top: 30px;
    }
.product-cart:before,
.product-cart:after {
        display: table;
        clear: both;
        height: 0;
        content: "";
        visibility: hidden;
    }
.product-cart:first-child {
        margin: 0;
        padding: 0;
    }
}
@media (max-width: 480px) {
    .header-panel__bottom {
        border-color: rgba(255, 255, 255, 0.25);
    }
.table-sm > thead > tr > th{
 font-size: 0.75em;
}

.table-sm > tbody > tr > td {

 font-size: 0.6em;

}
}
/*
@media (max-width: 575.98px) {.display-1 {font-size: 3rem;font-weight: 300;line-height: 1.0;}.display-2 {font-size: 2.75rem;font-weight: 300;line-height: 1.0;}.display-3 {font-size: 2.25rem;font-weight: 300;line-height: 1.0;}.display-4 {font-size: 1.75rem;font-weight: 300;line-height: 1.0;}h4 {font-size: 1rem;}
}
@media (min-width:992px){
.mt-model-description {
    margin-top: -16px;
}
.iti{ width: 92%;}
.display-5{ font-size: 1.4em;   }
.nupp{padding:5px 15px;font-size:0.75em}
}
*/










.google-maps{
    box-sizing: border-box;
    width:100%;height:300px;

  border-radius: 10px;
  box-shadow: 3px 3px 5px 3px #ccc;
  z-index: 1;
}
iframe.google-map {
    border: 0;
    width: 100%;
    height: 300px;
}



 .header-menu__list > .header-menu__item--current > .header-menu__item-link-wrapper > .header-menu__item-link { font-family: 'Montserrat', Arial, sans-serif;color:#edcf56; }

  .header-menu__list > .header-menu__item--current > .header-menu__item-link-wrapper > .header-menu__item-link:before {
        background-color: #edcf56;
    }





.c-button {
    display: inline-block;
    position: relative;
    top: 0;
    padding: 11px 20px 10px 20px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    border-radius: 0 5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.c-button.m-small {
    padding: 5px 15px 4px 15px;
    font-size: 0.875em;
}
.c-button.m-medium {
    padding: 14px 25px;
}
.c-button.m-big {
    padding: 20px 35px;
    font-size: 1.125em;
}
.c-button.m-type-2 {
    padding: 10px 19px 9px 19px;
    border: 1px solid transparent;
}
.c-button.m-small.m-type-2 {
    padding: 4px 14px 3px 14px;
}
.c-button.m-medium.m-type-2 {
    padding: 13px 24px;
}
.c-button.m-big.m-type-2 {
    padding: 19px 34px;
}
.c-button .fa {
    margin-right: 10px;
}
.c-button:active {
    top: 2px;
}

.c-button {
    color: #fff;
    background-color: #c300f0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 157, 179, 0.2)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(9, 157, 179, 0.2), transparent);
    background-image: -moz-linear-gradient(top, rgba(9, 157, 179, 0.2), transparent);
    background-image: -o-linear-gradient(top, rgba(9, 157, 179, 0.2), transparent);
    background-image: linear-gradient(to bottom, rgba(9, 157, 179, 0.2), transparent);
}
.c-button:hover {
    color: #fff;
    -moz-box-shadow: inset 0 0 30px 0 rgba(9, 157, 179, 0.35);
    -webkit-box-shadow: inset 0 0 30px 0 rgba(9, 157, 179, 0.35);
    box-shadow: inset 0 0 30px 0 rgba(9, 157, 179, 0.35);
}
.c-button:active {
    color: #fff;
    -moz-box-shadow: inset 0 0 30px 0 rgba(9, 157, 179, 0.65);
    -webkit-box-shadow: inset 0 0 30px 0 rgba(9, 157, 179, 0.65);
    box-shadow: inset 0 0 30px 0 rgba(9, 157, 179, 0.65);
}

.c-button.m-type-2 {
    color: #c300f0;
    border-color: #c300f0;
    background-color: transparent;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-button.m-type-2:hover {
    border-color: rgba(255, 0, 124, 0.4);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-button.m-type-2:active {
    border-color: rgba(255, 0, 124, 0.2);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


















.button-2{

    border: 1px solid transparent;
    transition:all 250ms;display:inline-block;padding:7px 25px;line-height:0.8em;font-size:0.8em;font-weight:bold;text-transform:uppercase;text-decoration:none;border-radius:30px;
    color: #c300f0;
    background-color: transparent;
    border-color: #c300f0;
}

.button-2:hover {
    box-shadow: inset 0 0 0 1px #c300f0;
}
.button-2:active {
    box-shadow: none;
}



.nupp {
    transition:all 250ms;display:inline-block;padding:7px 25px;line-height:1.5em;font-size:0.875em;font-weight:bold;text-transform:uppercase;text-decoration:none;border-radius:30px;
    color: #c300f0;
    background-color: transparent;
    border-color: #c300f0;
}
.nupp:hover {
    box-shadow: 0 0 0 1px #c300f0;
}
.nupp:active {
    box-shadow: none;
}
.nupp2 {
    border:2px solid transparent;
    color: #c300f0;
    background-color: transparent;
    border-color: #c300f0;
}
.nupp2:hover {
    box-shadow: inset 0 0 0 1px #c300f0;
}
.nupp2:active {
    box-shadow: none;
}



























.various-content .c-accordion,
.c-accordion {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
}
.various-content .c-accordion > li,
.c-accordion > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.various-content .c-accordion > li:before,
.c-accordion > li:before {
    content: none;
}
.various-content .c-accordion > li,
.c-accordion > li {
    position: relative;
    margin-top: 12px;
    border: 1px solid transparent;
    border-radius: 5px;
}
.various-content .c-accordion > li:first-child,
.c-accordion > li:first-child {
    margin-top: 0;
}
.various-content .c-accordion .accordion-title,
.c-accordion .accordion-title {
    position: relative;
    margin: 0;
    padding: 18px 15px 18px 40px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.various-content .c-accordion .accordion-title:before,
.c-accordion .accordion-title:before {
font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f067";
    display: block;
    position: absolute;
    top: 21px;
    left: 15px;
    font-size: 18px;
    display: inline-block;

    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.various-content .c-accordion > li.m-active .accordion-title:before,
.c-accordion > li.m-active .accordion-title:before {
    content: "\f068";
}


.various-content .c-accordion .accordion-content,
.c-accordion .accordion-content {
    display: none;

    padding: 1px 16px;
}

.various-content .c-accordion.m-radio-group .accordion-title:before,
.c-accordion.m-radio-group .accordion-title:before {
    content: "\f0c8";
}

.various-content .c-accordion.m-radio-group input,
.c-accordion.m-radio-group input {
    display: none;
}






.various-content .c-accordion .accordion-title:before,
.c-accordion .accordion-title:before {
    color: #c300f0;
}
































.various-content h2 {
    color: #3f3f3f;
}
.various-content h2:before {
    background-color: #c300f0;
}


.various-content h2 {margin-top:0;
    /* Apply styles to article > p:first-of-type, which may or may not be :first-child */
}

.various-content h2 ~ h2 {margin-top:21px;
    /* Undo the above styles for every subsequent article > p */
}


.various-content section{margin-bottom:72px}
.various-content section:after{display:table;clear:both;height:0;content:''}
.various-content p{margin-bottom:24px;line-height:1.5em}
.various-content h2{position:relative;margin-bottom:24px;padding-left:15px;font-family:"Montserrat",Arial,sans-serif;font-size:1.875em;line-height:normal;font-weight:bold;text-transform:uppercase}
.various-content h2:before{content:'';display:block;position:absolute;left:0;top:9px;width:5px;height:21px}





.nav > li > a.active{
	border: none;
	border-bottom: 2px solid #f82e56;
	color: #f82e56;
}
.nav > li > a:hover {
	border: none;
	border-bottom: 2px #333 solid;
	background: #fff;
	color: #333;
	transition: all 0.3s cubic-bezier(0.8, 0, 0, 1) 0s;
}






















.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}



.list-group {
  width: auto;


}

.form-check-input:checked + .form-checked-content {
  opacity: .5;
}

.form-check-input-placeholder {
  pointer-events: none;
  border-style: dashed;
}
[contenteditable]:focus {
  outline: 0;
}

.list-group-checkable {
  display: grid;
  gap: .5rem;
  border: 0;
}
.list-group-checkable .list-group-item {
  cursor: pointer;
  border-radius: .5rem;
}
.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.list-group-item-check:hover + .list-group-item {
  background-color: var(--bs-light);
}
.list-group-item-check:checked + .list-group-item {
  color: #fff;
  opacity: .25;
  background-color: var(--bs-blue);
  border: solid rgba(0, 255, 0, .50);
}
.list-group-item-check[disabled] + .list-group-item,
.list-group-item-check:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.product-post-order .product-cart__itemx {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid transparent;
}
.product-post-order .product-cart__itemx:first-child {
    margin: 0;
    padding: 0;
    border: 0;
}






.in-stockq {
/*    color: #367b30; */
    background-color: #d4fbd3;
}
.on-order {
/*    color: #ac6819; */
    background-color: #fff4cf;
}
.unavailableq {
    color: #d40041;
    background-color: #ffdfe0;
}


.item-status {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 2px 15px;
    font-size: 0.75em;
    text-transform: uppercase;
    border-radius: 20px;
}
