/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10.05.2021, 17:52:31
    Author     : adraschk
*/

#language {
    position: fixed;
    background-color: #d6d3d3cc;

    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 6.25rem;
    right: 6.25rem;
}
#language a {
    padding: 0.5rem;
    border-radius: 20%;
    width: 25%;
    text-align: center;
    border: 1px solid #000000;
}

#wishlist\:wishlist {
    position: fixed;
    background-color: #d6d3d3cc;
    right: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 4.25rem;
}

.row.items-2 div.select, .row.items-2 div.input{
    width:48%;
}

.row.items-2 div.input.zepp-w100, .row.items-2 div.input.dtFrom{
    width:100%;
}


/*.row.item-radios.zepp-df.zepp-aic.zepp-fww label {
    text-indent: 15px;
    font-size: clamp(1rem, 1.6406rem + 1.7969vw, 1.1875rem);
}*/


.input.tax-num{
    margin-right: 2%;
}

.gap-1 {
    gap: 0.5rem;
}

.gap {
    gap: 1.5rem;
}
.gap-3 {
    gap: 3rem;
}
.gap.inner-fields div.row:not(:first-of-type) {
    margin: 0 !important;
}

.error {
    font-weight: 600;
    color: #fff;
    padding: 0.25rem;
    background-color: #B94C00;
}

.e-newsletter .select-custom-wrapper.button {
    padding-right: 0;
    padding-left: 0;
}

/* Ajax basics */
body #jsf-ajax-overlay{
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    display: none;
}
body #jsf-ajax-overlay .progress-bar{
    position:absolute;
    top:50%;
    left:50%;
    background-color: transparent;
    z-index:1002;
    overflow:auto;
    width: 200px;
    height: 350px;
    margin-left: -100px;
    margin-top: -250px;
    color: #001E39;/*@color-blue;*/
    font-size: 60px;
    text-align: center;
    line-height: 200px;
    vertical-align: middle;
}
body.jsf-ajax-busy #jsf-ajax-overlay{
    display: block;
}
/* Ajax basics end */

.w-600-90 {
    width: 600px;
    max-width: 90%;
}

.border-7-orange {
    border: 7px solid #C65306;
}

.z-index-1 {
    z-index: 0;
}

.p-15-30 {
    padding: 15px 30px;
}
.p-0 {
    padding: 0;
}
.pt-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.multiDozTable {
    table-layout: fixed;
    width: 100%;
    hyphens: auto;
    text-wrap: pretty;
    border-spacing: 0 1.5rem;
}

.multiDozTable thead tr th {
    font-weight: normal;
}

.multiDozTable input {
    accent-color: #c65306;
}
.centercontent-960, .centercontent-960 [data-centercontent="force"].centercontent-960 {
    width: calc(100% - 30px);
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.mobile-shown, .mobile-flex label {
    display: none;
}
@media (max-width: 740px) {

    .multiDozTable thead {
        display: none;
    }

    .multiDozTable tbody {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .multiDozTable tbody tr {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .multiDozTable tbody tr .mobile-flex {
        display: flex;
        gap: 1.5rem;
    }
    .mobile-shown, .mobile-flex label {
        display: block;
    }
}

.multiDozTable input[type="radio"]:checked {


    /* The background will be the radio dot's color. */
    background: #c65306;

    /* The border will be the spacing between the dot and the outer circle */
    border: 3px solid #f1f1f1;
}

.multiDozTable input[type="radio"] {
    padding: 5px;
    /* The native appearance is hidden */
    appearance: none;
    -webkit-appearance: none;
    height: 1rem;
    width: 1rem;

    /* For a circular appearance we need a border-radius. */
    border-radius: 50%;

    /* The background will be the radio dot's color. */
    background: transparent;

    /* The border will be the spacing between the dot and the outer circle */
    border: 3px solid transparent;

    /* And by creating a box-shadow with no offset and no blur, we have an outer circle */
    box-shadow: 0 0 0 1px #c65306;
}

