.center_column {
    padding: 0!important;
}

.no-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.no-select * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.product-table {
    font-size: 2rem;
    background-color: white;
    overflow: hidden;
    border: 2px solid #f2f3f5;

    /* PRIJZD */
    transition: transform 0.35s;
}

.product-table.before-move {
    transform: translateY(0) !important;

    transition: transform 0.4s;
}

.product-table .table-remove {
    text-align: center;
    height: 20px;
    width: 100%;
    vertical-align: top;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #f2f3f5;
    font-size: 85%;
    cursor: pointer;
}
.product-table .table-remove td {
    text-align: unset;
    vertical-align: top;
    height: inherit;
}
.product-table .table-remove td .product-remove {
    cursor: pointer;
    color: #838383;
    vertical-align: top;
}
.product-table .table-remove:hover, .product-table .table-move-arrows .arrow-move-control:hover {
    background-color: #838383;
}

.product-table .table-remove:hover td .product-remove, .product-table .table-move-arrows .arrow-move-control:hover {
    color: white;
}

.product-table .table-remove .remove-control {
    width: 100%;
}

.product-table .table-move-arrows, .product-table .table-move-arrows * {
    vertical-align: top;
    box-sizing: border-box;
}

.product-table .table-move-arrows {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    height: 20px;
}

.product-table .table-move-arrows .arrow-move-control {
    color: #838383;
    display: flex;
    justify-content: center;
    align-items: start;
    cursor: pointer;
    font-size: 85%;
    width: 50%;
    border-bottom: 2px solid #f2f3f5;
    height: inherit;
}
.product-table .table-move-arrows .arrow-move-control:first-child {
    border-right: 1px solid #f2f3f5;
}

.product-table .table-image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100px;
}

.product-table .table-image img {
    max-height: 100px;
}

.product-table.active .table-image {
    height: 55px;
}
.product-table.active .table-image img {
    max-height: 55px;
}

.product-table .table-name {
    text-align: center;
    height: 40px;
    overflow: hidden;
    padding: 0px 5px 0px 5px;
    font-size: 13px;
}

.product-table .table-name td {
    text-align: unset;
    font-weight: bold;
}

.product-table .table-price {
    text-align: center;
    height: 40px;
    display: flex;
    align-items: end;
}
.product-table .table-price td {
    text-align: unset;
    font-weight: bold;
    font-size: 13px;
}
.product-table .table-price td .price-no-vat {
    text-align: unset;
    font-weight: lighter;
    font-size: 10px;
    color: #333333;
}

.product-table .table-buttons {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
}

.product-table .table-name a,
.product-table .table-price a,
.product-table .table-buttons a {
    text-decoration: none;
}
.product-table .table-price a {
    display: block;
}
.product-table.active .table-price a {
    color: gray;
}

.grid-item .product-table .hide-this-btn,
.hide-this-btn {
    display: none!important;
}

.product-table .table-buttons a {
    padding: 5px;
    width: 100%;
}

.price-highlight {
    color: #F6013E!important;
}

.product-table .table-button {
    height: 25px !important;
    padding: 0 5px!important;
    margin: 0!important;
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
    display: flex!important;
    cursor: pointer;
    align-items: center;
    justify-content: space-evenly;
}
.product-table .table-button:active, .product-table .table-button:focus {
    background-color: #009d82;
    color: white;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.grid-container {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    width: min-content;
    box-sizing: border-box;
}

.grid-item {
    background-color: transparent;
    padding: 10px;
    border: 1px solid white;
    text-align: center;
    min-width: 150px;
    word-break: break-word;
    position: relative;
    align-content: center;
    color: #000000;
}

.grid-item.empty {
    position: relative;
}

.grid-item.empty:after {
    content: "---";
    vertical-align: middle;
    align-self: self-start;
    letter-spacing: 3px;
    color: #aeaeae;
}

.grid-item:first-child {
    background-color: #f2f3f5;
    position: sticky;
    left: 0;
    z-index: 22;
    font-weight: bold;
    color: #3a3939;
}

.grid-container .grid-item[data-pos="0"] .product-table .arrow-move-control.control-left {
    cursor: default;
    pointer-events: none;
}
.grid-container .grid-item[data-pos="0"] .product-table .arrow-move-control.control-left i.fa {
    visibility: hidden;
}

.grid-container .grid-item[data-last="1"] .product-table .arrow-move-control.control-right {
    cursor: default;
    pointer-events: none;
}
.grid-container .grid-item[data-last="1"] .product-table .arrow-move-control.control-right i.fa {
    visibility: hidden;
}

.grid-container:nth-child(even) {
    background-color: #f2f3f5;
}

.grid-item .color-box {
    background-color: transparent;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 1px;
    border: 1px solid #e2e2e2;
}

.grid-item .feature-flag-nation {
    height: 15px;
}

.comparator-container {
    overflow-x: auto;
    overflow-y: hidden;
}

.comparator-container .mouse-cursor {
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 35px;
    height: 35px;
    position: absolute;
    display: none;
    z-index: 999;
    pointer-events: none!important;
}

.sticky-div tbody {
    display: flex;
    flex-flow: column;
    height: 100%;
    align-items: center;
}

.sticky-div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.sticky-div.active {
    height: auto;
    min-height: 131px;
    border-bottom: 4px solid #858585;
}
.sticky-div.active tr:not(.table-image,.table-name) {
    height: unset;
}
.sticky-div.active > tbody {
    padding-top: 10px;
}

.product-container {
    min-height: 33px;
}

.product-table {
    z-index: 20;
}

.custom-size {
    /*width: 1200px;*/
}

.table-button-wrapper {
    display: flex;
    align-items: end;
    width: 100%;

}

.sticky-div.active .table-button-wrapper {
    margin-bottom: 7px;
}

.table-name {
    line-height: normal;
    font-size: 0.8em;
}

.table-button {
    margin: 5px 0;
}

.product-table-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.product-table-image-wrapper .product-table-alt-images {
    position: absolute;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    bottom: -15px;
}

.product-table-image-wrapper .product-table-alt-images .product-table-image-preview {
    width: 25px;
    border-radius: 50%;
    border: 2px solid lightgray;
    cursor: zoom-in;
    transition: border-color ease-in-out .35s;
    height: 25px;
}

img.product-table-image-preview:hover {
    border: 2px solid black!important;
    transition: border-color ease-in-out .2s;
}

img.product-table-image-preview.active {
    border: 2px solid #988150 !important;
}

.scrollable-div .grid-container:not(.product-container) {
    cursor: ew-resize;
}

.fancybox-title-link {
    color: white!important;
    text-decoration: none!important;
}

.bg-white {
    background-color: white!important;
}

.grid-item.value.value-highlighted .re-tooltip {
    color: unset;
    display: inline;
}


.grid-item.grid-caption-col .re-tooltip {
    color: unset;
    display: inline;
}

.grid-item.value.value-highlighted {
    color: #18920a!important;
    font-weight: bold!important;
}

.grid-item.value .rating-product-count {
    color:#252525;
    font-weight: normal;
    text-decoration: underline;
}
#center_column .grid-item.value .button-link-feature {
    height: auto;
    padding: 5px;
    margin: 0;
    width: 95%;
    font-size: 85%;
    min-height: 40px;
}

.compare-header {
    padding: 0 10px;
}

.compare-header .fw-bold {
    font-weight: bold;
}
.compare-header .m-0 {
    margin: 0;
}
.compare-header .mt-1 {
    margin-top: 10px;
}
.compare-header .mt-3 {
    margin-top: 35px;
}
.compare-header .px-1 {
    padding: 0 5px;
}
.compare-header .px-2 {
    padding: 0 20px;
}
.compare-header .d-flex {
    display: flex;
}
.compare-header .align-items-center {
    align-items: center;
}
.compare-header .justify-content-around {
    justify-content: space-around;
}

#center_column .compare-header .button {
    padding: 0 5px;
    margin: 0;
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-evenly;
}
.compare-header .button:active, .compare-header .button:focus {
    background-color: #009d82;
    color: white;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.compare-header .add-product-block {
    width: 50%;
}

.compare-header .add-product-block p {
    font-size: 1.1em;
    font-weight: bold;
}

.compare-header .add-product-block .input-product-add {
    width: 450px;
    height: 30px;
    margin-right: 5px;
    transition: height 0.45s linear, width 0.45s linear;
}
.compare-header .add-product-block .input-product-add.active {
    height: 40px;
    transition: height 0.25s linear, width 0.25s linear;
}

#center_column .compare-header .add-product-block button {
    min-width: 150px;
    width: auto;
    height: 30px;
    display: none;
}

#center_column .compare-header .add-product-block button.active {
    height: 40px;
    transition: height 0.25s linear;
}

.compare-header .block-text {
    position: relative;
}
/*.compare-header .block-text:before {*/
/*    content: ' ';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    height: 100%;*/
/*    border: 1px solid;*/
/*    color: #e9e9e9;*/
/*}*/

.compare-header .block-text .description {
    font-style: italic;
    font-size: 1.1em;
}

.compare-footer {
    margin-top: 50px;
}
.compare-footer .footer-caption {
    margin-left: 12px;
    margin-bottom: unset;
    width: 65%;
}
.compare-footer .contact-top {
    margin-top: 25px;
}

.compare-input-add-wrapper, .compare-input-add-wrapper * {
    box-sizing: border-box;
    vertical-align: unset;
}

.compare-input-add-wrapper {
    position: relative;
}

.compare-autocomplete-wrapper {
    width: calc(100% - 5px);
    height: 300px;
    max-height: 300px;
    min-height: 300px;
    position: absolute;
    top: -300px;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #85cbbf;
    overflow-x: hidden;
    z-index: 150;
    display: none;
    opacity: 0;
    border-radius: 5px;
}
.compare-autocomplete-wrapper.active {
    display: block;
}
.compare-autocomplete-wrapper .autocomplete-header {
    width: 100%;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #85cbbf;
    padding: 0 5px;
}
.compare-autocomplete-wrapper .close-button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.compare-autocomplete-wrapper .close-button.close-text {
    color: black;
}
.compare-autocomplete-wrapper .close-button.close-icon {
    width: 18.22px;
    height: 18px;

    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 18px;
    background-color: white;
    border-radius: 50%;
}
.compare-autocomplete-wrapper .autocomplete-body {
    width: 100%;
    height: calc(100% - 56px);
    overflow-y: scroll;
    position: relative;
}
.compare-autocomplete-wrapper .autocomplete-body .autocomplete-hint {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    display: none;
}
.compare-autocomplete-wrapper .autocomplete-body .autocomplete-hint.visible {
    display: block;
}
.compare-autocomplete-wrapper .autocomplete-body .autocomplete-no-result {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    display: none;
}
.compare-autocomplete-wrapper .autocomplete-body .autocomplete-no-result.visible {
    display: block;
}
.compare-autocomplete-wrapper .autocomplete-body .autocomplete-image-preview {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 9;
    display: none;
    opacity: 0;
}
.compare-autocomplete-wrapper .autocomplete-body .autocomplete-image-preview.active {
    display: flex;
}
.compare-autocomplete-wrapper .autocomplete-body, .compare-autocomplete-wrapper .autocomplete-body * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.compare-autocomplete-wrapper .autocomplete-body .autocomplete-image-preview img {
    height: 100%;
    width: auto;
}
.compare-autocomplete-wrapper .autocomplete-item {
    width: 100%;
    height: auto;
    background-color: white;
    cursor: pointer;
    position: relative;
}
.compare-autocomplete-wrapper .autocomplete-item img {
    cursor: pointer;
}
.compare-autocomplete-wrapper .autocomplete-item .autocomplete-item-check {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 191, 158, 0);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    opacity: 0;
}
.compare-autocomplete-wrapper .autocomplete-item:nth-child(odd) {
    background-color: #e9e9e9;
}
.compare-autocomplete-wrapper .flex-cell {
    display: flex;
    align-items: center;
    justify-content: start;
}
.compare-autocomplete-wrapper .text-center-cell {
    text-align: center;
}
.compare-autocomplete-wrapper .autocomplete-left-cell {
    width: 40%;
}
.compare-autocomplete-wrapper .autocomplete-right-cell {
    width: 75%;
}
.compare-autocomplete-wrapper .autocomplete-inner-cell-wrapper {
    width: 100%;
}
.compare-autocomplete-wrapper .autocomplete-inner-cell-wrapper .autocomplete-middle-cell {
    width: 65%;
}
.compare-autocomplete-wrapper .autocomplete-inner-cell-wrapper .autocomplete-right-cell {
    width: 35%;
}
.compare-autocomplete-wrapper .padding-cell {
   padding: 5px;
}
.compare-autocomplete-wrapper .image-cell {
    width: 25%;
    height: 100%;
    padding: 10px;
}
.compare-autocomplete-wrapper .image-cell img {
    width: 100%;
    height: auto;
}
.compare-autocomplete-wrapper .autocomplete-footer {
    width: 100%;
    height: 30px;
    border-top: 1px solid #85cbbf;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comparator-container .grid-container .grid-item:first-child span.show_tooltip {
    display: none;
}
.comparator-container .grid-container .grid-item:first-child span.show_tooltip::before {
    display: none;
}
.comparator-container .grid-container .grid-item span.show_tooltip::before {
    z-index: 99!important;
    max-width: 100%;
}

.comparator-product-count {
    margin: 0;
    text-align: end;
    font-weight: bold;
    display: block;
}

.table-price .price-sale {
    position: absolute;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    bottom: 40px;
    font-size: 65%;
    background-color: red;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: unset;
}

.table-price a.price-stroke {
    text-decoration: line-through;
    margin-right: 5px;
    font-size: 80%;
}

.product-table.plus-product {
    cursor: pointer;
    width: 100%;
}

.product-table.plus-product .plus-product-free {
    height: 20px;
}
.product-table.plus-product .plus-product-free > td {
    height: inherit;
}

.product-table.plus-product .plus-product-icon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100px;
}
.product-table.active.plus-product .plus-product-icon {
    height: 55px;
}

.product-table.plus-product .plus-product-icon > td {
    height: inherit;
}

.product-table.plus-product .plus-product-icon .plus-product-icon-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.product-table.plus-product .plus-product-icon .fa-balance-scale {
    position: relative;
    font-size: 40px;
    background-color: #30937a;
    color: white;
    width: 85px;
    border-radius: 50%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: initial;
    transition: background-color 0.2s linear;
}

.grid-item .product-table.active.plus-product .plus-product-icon .fa-balance-scale {
    width: 55px;
    height: 55px;
    font-size: 27px;
}
.product-table.plus-product:hover .plus-product-icon .fa-balance-scale {
    background-color: #252525;
    transition: background-color 0.2s linear;
}

.product-table.plus-product .plus-balance-plus {
    position: absolute;
    font-size: 16px;
    bottom: 0;
    right: 0px;
    background-color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: background-color 0.2s linear;
}
.grid-item .product-table.plus-product.active .plus-balance-plus {
    font-size: 11px;
    width: 25px;
    height: 25px;
}

.grid-item .product-table.plus-product:hover .plus-balance-plus {
    background-color: #252525;
    transition: background-color 0.2s linear;
}
.grid-item .product-table.plus-product .plus-balance-plus .fa-plus {
    color: white;
    background-color: #3b937a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    transition: color 0.2s linear, background-color 0.2s linear, width 0.25s linear, height 0.25s linear;
}
.grid-item .product-table.active.plus-product .plus-balance-plus .fa-plus {
    width: 19px;
    height: 20px;
}
.grid-item .product-table.plus-product:hover .plus-balance-plus .fa-plus {
    background-color: white;
    color: #252525;
    width: 22px;
    height: 22px;
    transition: color 0.2s linear, background-color 0.2s linear, width 0.25s linear, height 0.25s linear;
}

.grid-item .product-table.plus-product .plus-product-text {
    text-align: center;
    height: 40px;
    overflow: hidden;
    padding: 0px 5px 0px 5px;
    font-size: 13px;
    color: #252525;
}
.grid-item .product-table.plus-product .plus-product-text > td {
    font-weight: bold;
    text-align: center;
    border-bottom-style: dashed;
    border-bottom-width: 0px;
    border-bottom-color: transparent;
    line-height: normal;
    transition: border-bottom-color 0.2s linear, border-bottom-width 0.2s linear;
}
.grid-item .product-table.active.plus-product .plus-product-text > td {
    font-style: italic;
}
.grid-item .product-table.plus-product:hover .plus-product-text > td {
    border-bottom-width: 1px;
    border-bottom-color: #252525;
    transition: border-bottom-color 0.2s linear, border-bottom-width 0.2s linear;
}

.grid-item .plus-product .plus-price-space {
    text-align: center;
    height: 40px;
    display: flex;
    align-items: end;
}

.grid-item .plus-product .plus-product-button {
    width: 100%;
    display: flex;
    align-items: end;
}
.grid-item .plus-product.active .plus-product-button {
    margin-bottom: 7px;
}
.grid-item .plus-product .plus-product-button > td {
    text-decoration: none;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
}
.grid-item .plus-product .plus-product-button > td > a {
    width: 100%;
    padding: 5px;
    text-decoration: none;
}
.grid-item .plus-product .plus-product-button > td > a > button {
    transition: background-color 0.2s linear;
}
#center_column .grid-item .plus-product:hover .plus-product-button > td > a > button {
    background-color: #00bf9e;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #fff;
}
.grid-container .last-plus-column {
    background: rgb(242,243,245);
    /*background: linear-gradient(90deg, rgba(242,243,245,1) 24%, rgba(252,253,255,1) 43%);*/
    background-color: rgba(255,255,255,0.6);
}

.compare-header-block-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 5px;
}

.share-products-block {
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
}
.share-products-block .share-comparator-link {
    min-width: 85px;
    width: 150px;
    height: 30px;
    transition: color 0.5s linear, width 0.5s linear;
}
.share-products-block .share-comparator-link[disabled] {
    cursor: copy;
    background-color: white;
}
.share-products-block .clipboard-link {
    cursor: copy;
    color: #959595;
    font-size: 21px;
    font-weight: normal;
    transform: rotateZ(-45deg);
    display: flex;
    height: 100%;
    align-items: center;
    transition: color 0.35s linear;
}
.share-products-block:hover .share-comparator-link {
    width: 185px;
    color: black;
    transition: color 0.2s linear, width 0.2s linear;
}
.share-products-block:hover .clipboard-link {
    color: #bdbdbd;
    transition: color 0.2s linear;
}
.share-products-block .share-link-confirmation-wrapper {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
    opacity: 1;
}

.share-products-block .share-link-confirmation-wrapper .share-link-confirmation {
    padding: 2px 7px;
    color: white;
    border-radius: 11px;
    font-size: 11px;
    text-align: center;
    vertical-align: unset;
    background-color: #444444;
}

.share-products-block .share-link-confirmation-wrapper .share-link-confirmation:before {
    content: ' ';
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    bottom: -1px;
    left: calc(50% - 6px);
    width: 12px;
    height: 4px;
    background-color: #444444;
}

.comparator-tabs-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0 5px 0;
    border-bottom: 2px solid #f2f3f5;
}

.comparator-tab-wrapper:first-child {
    border-left: 2px solid #f2f3f5;
}
.comparator-tab-wrapper {
    padding: 10px 15px;
    background-color: white;
    border-top: 2px solid #f2f3f5;
    border-right: 2px solid #f2f3f5;
    font-weight: bold;
    cursor: pointer;
    color: black;
    transition: background-color 0.25s linear, color 0.25s linear;
}
.comparator-tab-wrapper:hover {
    background-color: #eaeaea;
    color: #009d82;
    transition: background-color 0.35s linear, color 0.35s linear;
}
.comparator-tab-wrapper.tab-wrapper-selected {
    color: #009d82;
    background-color: #eaeaea;
}

.tab-content {
    display: flex;justify-content: center;padding: 0px 0;
}

.tab-hidden {
    display: none!important;
}

/* -- MEDIA QUERIES -- */
@media only screen and (max-width: 600px) {
    #center_column .compare-header .add-product-block {
        width: 100%;
    }

    .compare-header .share-products-block {
        display: flex;
        align-items: center;
        position: relative;
        gap: 5px;
        justify-content: end;
        flex-flow: row-reverse;
    }

    .compare-header .share-products-block .share-comparator-link {
        min-width: 85px;
        width: 100px;
        height: 30px;
        transition: color 0.5s linear, width 0.5s linear;
    }

    #center_column .compare-header .add-product-block button {
        width: calc(100% - 10px);
        height: 30px;
        margin-top: 10px;
        transition: height 0.45s linear;
    }
    #center_column .compare-header .add-product-block button.active {
        height: 40px;
        transition: height 0.25s linear;
    }
    .compare-header .add-product-block .input-product-add {
        width: calc(100% - 10px);
        height: 30px;
        transition: height 0.45s linear;
    }
    .compare-header .add-product-block .input-product-add.active {
        width: calc(100% - 10px);
        height: 40px;
        transition: height 0.25s linear;
    }
    .compare-autocomplete-wrapper .image-cell {
        padding: 5px;
    }
    .compare-input-add-wrapper {
        width: 100%;
    }

    .compare-autocomplete-wrapper {
        width: calc(100% - 10px);
    }

    .compare-header .d-flex {
        display: block;
    }

    .compare-header .block-caption {
        margin-left: 15px;
    }
    .comparator-product-count {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 500px) {
    .grid-container {
        grid-template-columns: 95px repeat(auto-fit, minmax(150px, 1fr));
    }

    .grid-item:first-child {
        width: 95px;
        min-width: initial;
    }
}
/*------------------------------*/


/* -- FIX CMS CONTACT FOOTER -- */
#columns .contact-top .blikajicikruh {
    display: inline-block;
    margin-left: 0px;
}
#columns .contact-top .blikajicikruh-pobocka-blava {
    display: inline-block;
    margin-left: 0px;
}
#columns .link-box .blikajicikruh.bily {
    display: inline-block;
    background-color: #fff;
    margin-left: 0;
}
#columns .link-box .blikajicikruh-pobocka-blava.bily {
    display: inline-block;
    background-color: #fff;
    margin-left: 0;
}
#chatcas {
    display: inline-block;
}
/*------------------------------*/

.comparator-top-tools {
    display: flex;
    align-items: end;
    justify-content: space-between;
    height: auto;
}
.comparator-top-tools .col {
    width: 50%;
}
.comparator-top-tools .right-col {
    display: flex;
    align-items: end;
    flex-direction: column;
}
#center_column .comparator-top-btn {
    width: 100%;
    text-align: end;
    margin-right: 5px;
}
#center_column .comparator-top-btn .btn {
    margin: 0;
    font-size: 12px;
    padding: 0 13px;
    height: 25px;
}
#center_column .comparator-top-btn .btn {
    transition: all 0.25s linear;
}
#center_column .comparator-top-btn .btn:disabled {
    transition: all 0.5s linear;
}
#center_column .comparator-top-btn .btn i {
    margin-right: 10px;
}
.comparator-top-tools label[for="hide-same-features"] {
    display: inline-block;
    cursor: pointer;
}

.autocomplete-block {
    font-weight: bold;
}

.btn-href-autocomplete {
    font-size: 1.45rem;
}
/*.btn-href-autocomplete i {*/
/*    margin-right: 5px;*/
/*    font-size: 1.8rem;*/
/*}*/

@media only screen and (max-width: 500px) {
    .comparator-top-tools {
        padding: 0 10px;
        margin: 15px 0 5px 0;
    }
    .comparator-top-tools .col {
        width: 100%;
    }
    #center_column .comparator-top-btn .btn {
        margin: 0 5px 0 0;
        font-size: 12px;
        min-height: 25px;
        height: 25px;
        padding: 0px 10px;
    }
    #center_column .comparator-top-btn .btn i {
        margin-right: 5px;
    }
    .comparator-top-tools label[for="hide-same-features"] {
        display: block;
        margin: 0;
        cursor: pointer;
    }
}