/*
    Theme Name: Salbos PRO - broneerimissüsteem hotellidele
    Description: Lihtne ja mugav veebiliides paketide või tubade broneerimiseks kliendi poolel.

    Text Domain: salboshotelpro
    Author: Confemar OÜ

    Version: 1.42.4
    Domain Path: /lang
*/


/* main style */

@font-face {
    font-family: 'Material Symbols';
    font-style: normal;
    font-weight: 200;
    src: url(assets/css/fonts/materialIcons.woff2) format('woff2');
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 200;
    src: url(assets/css/fonts/materialIconsOutlined.woff2) format('woff2');
}

*{
    outline: none;
    position: relative;
    box-sizing: border-box;
}

::placeholder{
    color: var(--subfont-color);
    opacity: 1;
}

::-ms-input-placeholder{
    color: var(--subfont-color);
}

html{
    width: 100%;
    height: 100%;
    font-size: 1rem;
    font-family: 'Default-font';
    color: var(--font-color);
    line-height: 1.6em;
    overflow-x: hidden;
    overflow-y: scroll;
}

body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

b, strong{
    font-weight: normal !important;
    font-family: 'Default-font-bold';
}

a:link, a:visited{
    color: var(--link-color);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

ul:not(.woocommerce-error, .woocommerce-order-overview, .ui-tabs-nav) li:not(.product, .select2-results__option)::before{
    content: "\25CF";
    color: var(--border-color);
    margin: 0 0.4375rem 0 0;
}

.dot{
    color: var(--link-color);
    font-size: 1.5rem;
    vertical-align: bottom;
}

ul:not(.payment_methods) br{
    display: none;
}

ins{
    text-decoration: none;
}

.price-block sup, .package-price sup{
    text-decoration: line-through;
    color: var(--subfont-color);
}

.price-block sup{
    display: block;
    opacity: .5;
}

#page-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 73.125rem;
    margin: 3.125rem auto 3.125rem auto;
}

#page-text-content{
    display: block;
    width: 100%;
    max-width: 73.125rem;
    padding: 0 0.9375rem;
    margin: 0 auto 3.125rem auto;
}

h1, h2, h3{
    display: block;
    flex: 1 0 100%;
    font-weight: normal;
    line-height: 1.6em;
    font-family: 'Default-font-title';
    color: var(--link-color);
    padding: 0 0.9375rem;
}

h1{
    font-size: 1.5rem;
}

h4, h5, h6{
    font-weight: normal;
    font-family: 'Default-font-title';
}

hr.wp-block-separator{
    border: var(--border) solid var(--border-color);
    border-bottom: 0rem;
    margin: 3.125rem 0;
}

.success{
    color: var(--success-color);
}

.error{
    color: var(--error-color);
}

.svg-color{
    stop-color: var(--border-color);
    stop-opacity: 1;
}


/* material symbols */

.mi{
    font-family: 'Material Symbols';
    font-weight: 200;
    font-style: normal;
    display: inline-block !important;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.mi-o{
    font-family: 'Material Symbols Outlined';
    font-weight: 200;
    font-style: normal;
    display: inline-block !important;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.mi-loading{
    animation: spin 1.2s linear infinite;
    display: inline-block;
}

.clar-block .mi-o{
    color: var(--border-color);
    margin: 0 0.3125rem 0 0;
}