/* custom css for site */
.w120 { width: 120px; }

select.form-control {
    padding: .56em 1em;
}

.header-mobile {padding: 12px 0 14px 0;font-size: 2rem;}
.header-mobile .img-logo {max-height: 50px;}
.pricerange-section { margin-bottom:55px; }
.pricerange-ranges { width: 100%; }
.slider.slider-horizontal { margin-left:5px; width:100%; }
.slider .tooltip-inner {opacity:1;}
.slider .tooltip.top {opacity:0.5;margin-top:37px;}
.slider .tooltip.tooltip-min.top,
.slider .tooltip.tooltip-max.top {opacity:0;}

.no-display {display:none;}

.menu-product-cats-top { font-size: 29px;}
.menu-product-cats-top a img {
    max-width: 120px;
    max-height: 40px;
}

form.header-search .form-row {
    flex-wrap: nowrap;
}

.itemcard-image {max-width:100%;}
.itemcard-bottom-info {
    margin-top: 3px;
    height: 24px;
    font-size: 10px;
    font-weight: bold;
    padding: 0 6px;
    line-height: 20px;
    color: black;
    border: 2px solid #E20914;
    border-radius: 3px;
    color: #212529;
    width: 90%;
}

/*#content-detail.catalogpage{width:940px;}
#content-detail.catalogpage #bookarea{float:right;widht:880px !important;}
#content-detail.catalogpage .rightarea{width:32px;height:643px;float:right;}
#content-detail.catalogpage .rightarea a.bookpage-right{left:auto;height:540px;margin-top:50px;background:transparent url(/library/jQuery/external/booklet/images/arrow-next_32x540.png) no-repeat;}
#content-detail.catalogpage .leftarea{width:32px;height:643px;float:left;position:absolute;}
#content-detail.catalogpage .leftarea a.bookpage-left{left:0px;height:540px;margin-top:50px;background:transparent url(/library/jQuery/external/booklet/images/arrow-prev_32x540.png) no-repeat;}*/
#content-detail.catalogpage .rightarea {display:none;}
#content-detail.catalogpage .leftarea {display:none;}
#content-detail.catalogpage .book_wrapper {height:620px;}

.tobasket .amount {
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #e20914;
    color: #495057;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: .375rem .75rem;
    line-height: 1.5;
}


.new-item .card-title { text-align: center; }
.new-item a { color: #fff; text-decoration: none; }
.new-item .new-item-desc {
    color: #fff;
    padding: 10px;
    background-color: #000000b0;
}

.product-variant .product-variant-image { height: auto; }
.product-detail-mainimg.itemcard-disabled {opacity: 0.3;}


.ekko-lightbox-nav-overlay a:first-child {
    position: absolute;
    top: 50%;
    left: 5%;
    text-decoration: none;
}
.ekko-lightbox-nav-overlay a:nth-child(2) {
    position: absolute;
    top: 50%;
    right: 5%;
    text-decoration: none;
}


#importer-dialog-error{display:none;}
#importer-dialog-loading{text-align:center;display:none;}
.importer-dialog .importer-group{margin:15px;border:1px solid #D9D9D9;font-size:0.8rem;}
.importer-dialog .importer-group span.label{font-weight:bold;}
.importer-dialog .importer-group div.sample-data{overflow:auto;width:100%;height:200px;}
.importer-dialog .importer-group div.sample-data-table{display:table;}
.importer-dialog .importer-group div.sample-data-row:first-child{font-weight:bold;padding:10px;}
.importer-dialog .importer-group div.sample-data-row{display:table-row;}
.importer-dialog .importer-group div.sample-data-row[rel="nob"]{font-weight:normal;}
.importer-dialog .importer-group div.sample-data-cell{display:table-cell;text-align:left;padding:0 10px;}
.importer-dialog .form-group select.form-control{height:auto;}

.loader {
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #E20914;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    float:left;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#importer-dialog-loading::after { clear:both; }
#importer-dialog-loading .loader-box {float:left;}

/* Select2 */
.select2-container .select2-selection--single {
    height: auto !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    border-color: #d2d6de !important;
}
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
    outline: none;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    /*padding: 6px 12px;*/
    padding: .8em 1em;
    height: 34px;
}
.select2-container--default.select2-container--open {
    border-color: #3c8dbc;
}
.select2-dropdown {
    border: 1px solid #d2d6de;
    border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3c8dbc;
    color: white;
}
.select2-results__option {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    /*height: 28px;*/
    height: 100% !important;
    right: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}
.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    border: 1px solid #d2d6de;
}
.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
    outline: none;
    border: 1px solid #3c8dbc;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #444;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0;
}
.select2-container--default .select2-selection--multiple:focus {
    border-color: #3c8dbc;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d2d6de;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}
/* /Select2 */

/* Detail */
#detail-add-to-cart-disabled.btn-cart-big { display:none; }
#cart-submit-btn-disabled { display: none;}

/* Cart */
#cart-coupons-section {
    margin-bottom: 30px;
}
#cart-coupons-section input[type="text"] {
    width: 300px;
    margin-right: 20px;
}
#cart-coupons-section input[type="submit"] {
    width: 200px;
}

/* Cart - note info */
.cart-note-info-block {
    display: table;
    height: 100%;
    width: 100%;
    font-size: .8em;
}
.cart-note-info-chars {
    display: table-cell;
    vertical-align: middle;
}

#cart-form select {
    /*padding: 1em;*/
}

footer.footer .container .eu_web3,
footer.footer .container .eu_web2,
footer.footer .container .eu_web,
footer.footer .container .eu_link,
footer.footer .container .cz_web,
footer.footer .container .da_logo {
    padding: .5em .5em 0 .5em;
}

.destination_loadinginfo {font-size: 1.1em; font-weight: 700;}
.destination_title { font-size:1.2em; text-align: center; }
.destination_list_search_div {display:flex;}
.destination_search_input {width:100%;padding:5px;}
.destination_list {height:500px;overflow-x:hidden;overflow-y: scroll;}
.destination_list .destination_list_item {padding: 8px;border: 1px solid #efefef;cursor: pointer;}
.destination_list .destination_list_item:hover {background-color: #efefef;}
.destination_list .destination_list_item .destination_item_div {display: flex; }
.destination_list .destination_list_item .destination_input_div {width: 3%;}
.destination_list .destination_list_item .destination_info_div {width: 77%;}
.destination_list .destination_list_item .destination_icon_div {width: 5%;text-align: right;}
.destination_list .destination_list_item .destination_icon_div img {max-width: 40px;}
.destination_list .destination_list_item .destination_opening_link_div {width: 15%;}
.destination_list .destination_list_item .destination_opening {min-height:200px;margin-top: 20px;}
.destination_list .destination_list_item .destination_opening table {display: inline-block;}
.destination_list .destination_list_item .destination_image {height:200px;width:50%;float:right;}
.destination_list .destination_list_item .destination_image img {max-width: 100%; max-height: 200px;}
.destination_list .destination_list_item .openning {float:right;}
.destination_list .destination_list_item .packetery-hours {display:inline-block;width:50%;font-size:.8em;}
.destination_list .destination_list_item .packetery-hours th,
.destination_list .destination_list_item .packetery-hours td { padding:0.25em; }

/* IMPORT IS */
.upload-area {
    text-align: center;
    line-height: 50px;
    font-size: 42px;
    color: #e7e7e7;
    top: 0px;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}
.upload-area .upload-area-info-text,
.upload-area .upload-area-error-text,
.upload-area .upload-area-loading-text,
.upload-area .upload-area-info-btn {
    display: none;
    height: 200px;
    justify-content: center;
    align-items: center;
}
.upload-area .upload-area-info-text.active,
.upload-area .upload-area-error-text.active,
.upload-area .upload-area-loading-text.active,
.upload-area .upload-area-info-btn.active {
    display: flex;
}
.upload-area .upload-area-info-btn button {
    display: block;
}
.upload-area .upload-area-info-btn button.active {
    display: flex;
    width:  200px;
    justify-content: center;
}
.upload-container .is-order-file {
    position: fixed;
    top: -1000px;
}
/* /IMPORT IS */

/* VALIDATION */
.validation-code { text-align: center; letter-spacing: 5px; }
/* /VALIDATION */


.diary-info {
    position: relative;
}
.diary-info #diary-point-1,
.diary-info #diary-point-2 {
    position: absolute;
    left: 450px;
    width: 325px;
}
.diary-info #diary-point-1 {
    top: 10px;
}
.diary-info #diary-point-1 .line {
    position: absolute;
    height: 2px;
    width: 450px;
    right: 0px;
    border-top: 1px solid #000;
    top: 5px;
}
.diary-info #diary-point-2 .line {
    position: absolute;
    height: 2px;
    width: 450px;
    right: 0px;
    border-top: 1px solid #000;
    top: 5px;
}
.diary-info #diary-point-2 {
    top: 320px;
}
.diar-icons-image {
    display:inline-block;
}

.notes-info {
    position: relative;
    height: 650px;
    margin-top: 50px;
}
.notes-info .line {
    border-top: 1px solid #000;
}

.notes-info .dot {
    border: 10px solid #e20914;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    z-index: 999;
    opacity: 0;
}
.notes-info .pulse {
    width: 5px;
    height: 5px;
    border: 5px solid #e20914;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #e20914;
    z-index: 999;
    position: absolute;
    left: 20px;
    top: 20px;
}
@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes "pulse" {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
.notes-info #notes-point-1,
.notes-info #notes-point-2,
.notes-info #notes-point-3,
.notes-info #notes-point-4,
.notes-info #notes-point-5,
.notes-info #notes-point-6 {
    position: absolute;
    display: none;
}
.notes-info #notes-point-1 .notes-point-info,
.notes-info #notes-point-2 .notes-point-info,
.notes-info #notes-point-3 .notes-point-info,
.notes-info #notes-point-4 .notes-point-info,
.notes-info #notes-point-5 .notes-point-info,
.notes-info #notes-point-6 .notes-point-info {
    margin-top: 20px;
}

.notes-info #notes-point-1-hover {
    position: absolute;
    width: 50px;
    height: 50px;
    /*border: 1px solid #000;*/
    top: 110px;
    left: 325px;
    z-index: 100;
}
.notes-info #notes-point-1 {
    top: 120px;
}
.notes-info #notes-point-1 .line {
    position: absolute;
    height: 2px;
    width: 350px;
    z-index: 99;
}

.notes-info #notes-point-2-hover {
    position: absolute;
    width: 50px;
    height: 50px;
    /*border: 1px solid #000;*/
    top: 290px;
    left: 395px;
    z-index: 100;
}
.notes-info #notes-point-2 {
    top: 300px;
}
.notes-info #notes-point-2 .line {
    position: absolute;
    height: 2px;
    width: 420px;
    z-index: 99;
}

.notes-info #notes-point-3-hover {
    position: absolute;
    width: 50px;
    height: 50px;
    /*border: 1px solid #000;*/
    top: 450px;
    left: 530px;
    z-index: 100;
}
.notes-info #notes-point-3 {
    top: 460px;
}
.notes-info #notes-point-3 .line {
    position: absolute;
    height: 2px;
    width: 555px;
    z-index: 99;
}

.notes-info #notes-point-4-hover {
    position: absolute;
    width: 50px;
    height: 50px;
    /*border: 1px solid #000;*/
    top: 50px;
    left: 620px;
    z-index: 100;
}
.notes-info #notes-point-4 {
    top: 60px;
    left: 900px;
}
.notes-info #notes-point-4 .line {
    position: absolute;
    right: 0px;
    height: 2px;
    width: 460px;
    z-index: 99;
}

.notes-info #notes-point-5-hover {
    position: absolute;
    width: 50px;
    height: 50px;
    /*border: 1px solid #000;*/
    top: 290px;
    left: 795px;
    z-index: 100;
}
.notes-info #notes-point-5 {
    top: 300px;
    left: 900px;
}
.notes-info #notes-point-5 .line {
    position: absolute;
    right: 0px;
    height: 2px;
    width: 270px;
    z-index: 99;
}

.notes-info #notes-point-6-hover {
    position: absolute;
    width: 50px;
    height: 50px;
    /*border: 1px solid #000;*/
    top: 490px;
    left: 615px;
    z-index: 100;
}
.notes-info #notes-point-6 {
    top: 500px;
    left: 900px;
}
.notes-info #notes-point-6 .line {
    position: absolute;
    right: 0px;
    height: 2px;
    width: 470px;
    z-index: 99;
}

.notes-info .notes-layers {
    position: relative;
    width: 570px;
    left: 270px;
}
.notes-info .notes-layers img {
    position: absolute;
}
.notes-info .notes-layers .notes-layer-01 img {
    height: 500px;
    z-index: 1;
}
.notes-info .notes-layers .notes-layer-02 img {
    height: 450px;
    z-index: 2;

    top: 85px;
    left: 120px;
}
.notes-info .notes-layers .notes-layer-03 img {
    height: 450px;
    z-index: 3;

    left: 265px;
    top: 85px;
}
.notes-info .notes-layers .notes-layer-04 img {
    height: 430px;
    z-index: 4;

    left: 340px;
    top: 60px;
}
.notes-info .notes-layers .notes-layer-05 img {
    height: 500px;
    z-index: 5;

    left: 350px;
    top: 80px;
}


.smap .card .card-header,
.smap .card .card-footer {
    padding: 0;
    border: 0;
}
.smap .card .card-body {
    font-size: .9em;
    padding: .5rem;
}


.cookie-consent {
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    border-radius: 3px
}
.cookie-consent a {
    color: #fff;
}
.cookie-consent hr {
    border-top: 1px solid #fff;
}

.evolved-footer-logo {

}

.top-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0;
}
.top-banner p {
    margin: 0;
}
