:root {
    --cms-theme-color-1: #0089d0;
    --cms-theme-color-2: #70a707;
    --cms-theme-color-3: #999;
    --cms-theme-bg-1: #0089d0;
    --cms-theme-bg-2: #0173af;
    --cms-theme-bg-3: #70a707;
    --cms-theme-bg-4: #5c8808;

    --ltn__box-shadow-1: 0 1px 6px 0 rgba(32, 33, 36, .28);
    --ltn__box-shadow-2: 0 0 25px 2px rgba(93, 93, 93, 0.2);
}

.row .col div a img {
    width: 100%;
}


/* user history */
.usrhistorder {
    width: 90%;
    margin: 0 auto;
}

.usrhistorder .ordT {
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #aaa;
}

.usrhistorder .ordrw {
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.usrhistorder .ordrw_mid span {
    display: none;
}

@media only screen and (max-width: 600px) {
    .usrhistorder {
        width: 100%;
    }
}

@media only screen and (max-width: 300px) {
    .usrhistorder thead {
        display: none;
    }

    .usrhistorder, .usrhistorder tbody, .usrhistorder tr, .usrhistorder tr td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .usrhistorder tr td.ordrw_mid {
        border-color: #aaa;
        margin-bottom: 10px;
    }

    .usrhistorder tr td.ordrw_right {
        display: none;
    }

    .usrhistorder tr td.ordrw_mid span {
        display: inline-block;
    }
}


/* wishlist */
.wishlisttbl {
    width: 90%;
    margin: 0 auto;
}

.wishlisttbl .list_title {
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #aaa;
}
.wishlisttbl thead{
    display: none;
}
.wishlisttbl .list_item {
    padding: 5px;
    width: 160px;
}
.wishlisttbl .list_item.list_item_right {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
}
.wishlisttbl tr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.wishlisttbl .list_item.wish_prod_box {
    width: calc(100% - 350px);
}
.wishlisttbl .list_item.wish_prod_box a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.wishlisttbl .list_item .wish_prod_title {
    line-height: 1.2;
}
.wishlisttbl .list_item.list_item_right a {
    width: 70px;
    min-width: 70px;
    display: block;
    height: 50px;
}
.wishlisttbl .list_item.list_item_right a button{
    width: 100%;
    padding: 10px 20px;
    height: 100%;
}
.wish_prod_box img {
    width: 80px;
    min-width: 80px;
}
@media only screen and (max-width: 991px) {
    .wishlisttbl .list_item .wish_prod_title {
        max-width: 32ch;
    }
    .wish_prod_box img {
        width: 50px;
        min-width: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .wishlisttbl {
        width: 100%;
    }
    .wishlisttbl .list_item.list_item_right a {
        width: 49%;
    }
    .wishlisttbl .list_item .wish_prod_title {
        display: block;
        margin-top: 10px;
    }
    .wishlisttbl thead {
        display: none;
    }

    .wishlisttbl, .wishlisttbl tbody, .wishlisttbl tr, .wishlisttbl tr td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .wishlisttbl tr td.list_item_right {
        border-color: #aaa;
        margin-bottom: 15px;
    }
    .wishlisttbl .list_item,
    .wishlisttbl .list_item.wish_prod_box {
        width: 100%;
    }
}


/* cart - misc forms */
.form-register, .login_page_wrap {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.discForm, .ordTotal, .metaforika_basket_preview {
    text-align: right;
    padding: 0.5em 0;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #ccc;
}

.discForm .form-control {
    max-width: 150px;
    display: inline-block;
}

.discForm .form-group {
    display: inline-block;
}

.basketNav {
    margin-top: 1em;
    margin-bottom: 1em;
}

.basketNavs button {
    padding: 0.3em 0.5em;
    font-size: 1.2em;
    font-weight: bold;
    border: none;
}

.basketSteps, .basketSteps i {
    font-size: 1.2em;
    color: #ccc;
}

.basketSteps.activestep, .basketSteps.activestep i {
    color: #000;
}

.timologioForm {
    display: none;
}

.cartField1_error, .cartField2_error, .cartSelect1_error, .cartSelect2_error, .cartField15_error h3 {
    color: crimson;
    border-color: crimson !important;
}

#pms {
    list-style-type: none;
    padding-left: 0;
}

/*h4.pmtCh:before { content: '\00ab\00a0'; }*/
/*h4.pmtCh:after { content: '\00a0\00bb'; }*/

h4.pmtUnCh {
    color: black;
    cursor: pointer;
    font-size: 18px;
}

h4.pmtCh {
    color: black;
    font-size: 18px;
}

h4.pmtCh:before {
    content: "\f14a";
    font-family: "Font Awesome 6 Pro";
    padding-right: 5px;
}

h4.pmtUnCh:before {
    content: "\f0c8";
    font-family: "Font Awesome 6 Pro";
    padding-right: 5px;
}

#form2 .table-sm:not(#form2tbl) td {
    padding: 0;
}

.p_selector {
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {

    table.masterT {
        display: none;
    }


    table#szcopr {
        float: left;
        width: 100%;
        -moz-user-select: -moz-none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        margin: 0px 0 20px 0;
        background: #fff;
        color: #333;
    }
}

.cart_summary > thead, .cart_summary > tfoot {
    background: #f7f7f7;
}


/* search */
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: -10px;
    width: 210px;
    cursor: default;
    text-align: left;
    background: #fafafa;
    padding: 0px;
    border: 1px solid #eee;
    z-index: 10000;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-autocomplete li.ui-menu-item {
    padding: 5px;
    border-bottom: 1px dotted #ccc;
    font-size: 13px;
}

.ui-autocomplete li.ui-menu-item a {
    display: block;
}

.ui-autocomplete li.ui-menu-item.ui-state-focus, .ui-autocomplete li.ui-menu-item.ui-state-focus a, .ui-autocomplete li.ui-menu-item a:hover {
    background: #ff5555;
    color: #fff;
}

.ui-helper-hidden-accessible {
    display: none;
}


/* sicoprav */
.sicoprav {
    margin-bottom: 3px;
}

.sicoprav span {
    display: inline-block;
    padding: 3px 3px;
    background: #f2f2f2;
}

.sicoprav span.sccol1 {
    width: 18%;
    text-align: center;
}

.sicoprav span.sccol2 {
    width: 12%;
    text-align: center;
}

.sicoprav span.sccol3 {
    width: 10%;
    text-align: center;
    font-weight: bold;
}

.sicoprav span.sccol4 {
    width: 10%;
    text-align: center;
    font-weight: bold;
}

.sicoprav span.sccol5 {
    width: 38%;
}

.sicoprav span.sicoBuy {
    background: #ff5555;
    color: #fff;
    cursor: pointer;
}

.sicoprav span.sicoBuyInactive {
    color: #999;
}


/* input-box-2018 */
.input-box-2018 {
    text-indent: -2000px;
    overflow: hidden;
    height: 1px;
    margin: 0;
}

.input-box-2018 input.form-control {
    display: inline !important;
}

/* misc 2019 07 */
.bs3-mt3 {
    margin-top: 1.5rem;
}

#videocode {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

#videocode object, #videocode embed, #videocode iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#boxnowpopup .modal-body, #boxnowpopup .modal-header,#popup-msg2 .modal-body, #popup-msg2 .modal-header {
    padding: 0px;
}

#boxnowpopup .modal-body button,
#popup-msg2 .modal-body button {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 41px;
    line-height: 19px;
    font-size: 34px;
    line-height: 19px;
    color: var(--tp-theme-primary);
}

#boxnowpopup .modal-body button.close,
#popup-msg2 .modal-body button.close,
#popup-msg .modal-body button.close {
    background: transparent;
    color: #fff;
    border: none;
    box-shadow: 1px 1px 39px -3px rgba(0, 0, 0, 0.54);
    -webkit-box-shadow: 1px 1px 39px -3px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 1px 1px 39px -3px rgba(0, 0, 0, 0.54);
}


#boxnowmap {
  height:100%
}
#boxnowmap iframe {
  z-index:99999;
  height:100%
}
.boxnow-button, .acs-button, .elta-button {
  cursor:pointer;
  color:#548235;
  font-size:18px
}
#boxnowpopup .modal-dialog {
  display:flex;
  align-items:center;
  min-height:90vh;
  max-width: 1100px;
}

#boxnowpopup .modal-content {
  display:flex;
  flex-direction:column;
  height:90vh;
  padding: 25px;
}
#boxnowpopup .modal-body {
  flex-grow:1;
  overflow-y:auto
}
#boxnowpopup iframe {
  pointer-events:auto!important
}

#boxnow-button.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* start -- cookies */
#cookies2020 {
    position: fixed;
    left: 20px;
    bottom: 20px;
    background-color: #f2f2f2;
    color: #1f1a17;
    padding: 20px;
    z-index: 2147483649;
    max-width: 340px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 2px;
}

.cookie-info > svg, .cookie-info > img {
    width: 50px;
    height: 50px;
}

.cookie-info > p {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.acceptall, .showsettings {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 15px;
    border: 1px solid transparent;
    transition: background-color 400ms ease-out;
}

.acceptall {
    background-color: var(--cms-theme-bg-1);
    margin-right: 10px;
}

.acceptall:hover {
    background-color: #FFF;
    color: var(--cms-theme-bg-2);
    border-color: var(--cms-theme-bg-2);
}

.showsettings {
    background-color: var(--cms-theme-bg-2);
}

.showsettings:hover {
    background-color: #FFF;
    color: var(--cms-theme-bg-1);
    border-color: var(--cms-theme-bg-1);
}

#cookies2020 button:focus {
    outline: none;
    box-shadow: none;
}

#cookies2020 .content {
    background-color: #f2f2f2;
    margin-top: 30px;
}

.cookie-buttons {
    margin-bottom: 10px;
}

#cookies2020 .content .section-btn {
    background-color: #FFF;
    font-size: 15px;
    padding: 8px;
    border: 1px solid var(--cms-theme-color-3);
}

#cookies2020 .content .section-btn:not(.btn-success):hover {
    border-color: var(--cms-theme-color-3);
}

#cookies2020 .content .btn-success {
    background-color: var(--cms-theme-color-3);
    color: #FFF;
}

.cookie-cards .card-body, .cookie-cards .card-body > * {
    font-size: 14px;
}

.savesettings {
    background-color: var(--cms-theme-bg-1);
    color: #FFF;
    font-size: 15px;
    margin-top: 15px;
    padding: 10px 10px;
    border: 0;
}

#cookies2020 .content label.active {
    cursor: pointer;
    color: #009900
}

#cookies2020 .content label.inactive {
    cursor: pointer;
    color: #990000
}

#cookies2020 .content .panel .panel-body {
    max-height: 20vh;
    overflow: auto
}

#cookies2020overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2147483648
}

@media only screen and (max-width: 414px) {
    #cookies2020 {
        bottom: 0;
        left: 0;
        max-width: 100%;
        border-radius: 0;
    }

    .cookie-info > svg, .cookie-info > img {
        width: 30px;
        height: 30px;
    }

    .cookie-info > p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .acceptall, .showsettings {
        font-size: 13px;
    }
}

/* end -- cookies */


.cms-body-ovh {
    overflow: hidden;
}


.btn-cms-theme {
    color: #fff;
    background-color: var(--cms-theme-bg-1);
    border-color: var(--cms-theme-bg-2);
}

.btn-cms-theme:hover {
    color: #fff;
    background-color: var(--cms-theme-bg-2);
    border-color: var(--cms-theme-bg-1);
}

.btn-cms-theme:focus, .btn-cms-theme.focus {
    color: #fff;
    background-color: var(--cms-theme-bg-2);
    border-color: var(--cms-theme-bg-1);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-cms-theme.disabled, .btn-cms-theme:disabled {
    color: #fff;
    background-color: #d8d8d8;
    border-color: #d8d8d8;
}


.btn-cms-theme-alt {
    color: #fff;
    background-color: var(--cms-theme-bg-3);
    border-color: var(--cms-theme-bg-4);
}

.btn-cms-theme-alt:hover {
    color: #fff;
    background-color: var(--cms-theme-bg-4);
    border-color: var(--cms-theme-bg-3);
}

.btn-cms-theme-alt:focus, .btn-cms-theme-alt.focus {
    color: #fff;
    background-color: var(--cms-theme-bg-4);
    border-color: var(--cms-theme-bg-3);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-cms-theme-alt.disabled, .btn-cms-theme-alt:disabled {
    color: #fff;
    background-color: #d8d8d8;
    border-color: #d8d8d8;
}


.price {
    color: var(--cms-theme-color-1);
}

.price-del {
    color: var(--cms-theme-color-3);
    text-decoration: line-through;
}

.price-disc {
    color: var(--cms-theme-color-2);
}

.sicoaltc {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid var(--cms-theme-color-1);
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 2px;
}

.sicoalts {
    display: inline-block;
    padding: 3px;
    border: 1px solid var(--cms-theme-color-1);
    color: #fff;
    background-color: var(--cms-theme-bg-2);
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 2px;
}

.sicoaltc.active {
    box-shadow: 0 0 0 0.1rem rgba(38, 143, 255, 0.5);
}

.sicoalts.active {
    box-shadow: 0 0 0 0.1rem rgba(38, 143, 255, 0.5);
}

.basketStep2 .formDiv {
    margin-bottom: 40px;
    text-align: center;
}

.basketStep2 .formDiv_title {
    min-height: 45px;
}

.basketStep2 .formDiv_title h4 {
    font-size: 18px;
}

.basketStep2 .formDiv_content {
    padding-bottom: 30px;
}

.basketStep2 .formDiv_content button {
    bottom: 0px;
    left: 5%;
    width: 90%;
}

.basketSteps {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.search-container {
    position: relative;
}

#autocomplete-results,
#autocomplete-results-mobile {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 400px; /* Set the maximum height to 400 pixels */
    overflow-y: auto; /* Enable vertical scrolling if needed */
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    display: none;
    z-index: 999999;
}

#autocomplete-results li, #autocomplete-results-mobile li {
    padding: 5px;
}

#autocomplete-results li:hover, #autocomplete-results-mobile li:hover {
    background-color: #f2f2f2;
}

#autocomplete-results .result-li, #autocomplete-results-mobile .result-li-mobile {
    width: 100%;
}

#autocomplete-results-mobile .result-li-mobile a, #autocomplete-results .result-li a {
    color: #000;
    font-size: 18px;
}

#autocomplete-results-mobile li img{
    display: none;
}

@media (max-width: 577px) {
    #autocomplete-results li img, #autocomplete-results-mobile li img{
        display: none;
    }
}

select.cartca,
select.cartcda,
select.cartda,
select.cartpda,
select.dvarea,
select.userta,
select.userda
{
    outline: none;
    background-color: #fff;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-left: 26px;
    padding-right: 26px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 3px solid black;
}

.boxaki-shadowed{
    padding: 15px 30px;box-shadow: var(--ltn__box-shadow-1);position: relative;
}
.boxaki-shadowed-2{
    padding: 15px 30px;box-shadow: var(--ltn__box-shadow-2);position: relative;
}

.tp-btn:disabled, .tp-btn[disabled]{
    opacity: 0.5;
    cursor: not-allowed;
}

.faqshit{
    margin: 0 0 90px 0;
}

.prlength {
    max-height: 350px;
    overflow: hidden;
    -webkit-transition: height 1.5s ease-in-out;
    -moz-transition: height 1.5s ease-in-out;
    -o-transition: height 1.5s ease-in-out;
    transition: height 1.5s ease-in-out;
}
textarea {
    min-height: 100px;
}
.basketStep2 #basketStep2_Prev,
.basketStep3 #basketStep3_Prev{
    background-color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px) {
    .basketStep1 #basketStep1b_Next,
    .basketStep2 #basketStep2_Prev,
    .basketStep3 #basketStep3_Prev,
    .basketStep3 #formValidation{
        width: 100%;
    }
}

/*
*** login_page
*** sign__in buttons
*/
.sign__in__btns {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 30px;
    margin-bottom: 30px;
}
.login-with-google-btn {
    padding: 12px 16px 10px 42px;
    border-radius: 25px;
    border: 1px solid #9d9d9d;
    color: #757575;
    font-size: 14px;
    font-weight: 700;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 75px 13px;
    margin-bottom: 10px;
    line-height: 21px;
    width: 100%;
    text-align: center;
}
.facebook__btn {
    background-color: #3b5998;
    color: #FFF;
    border: 1px solid #3b5998;
    border-radius: 25px;
    padding: 12px 16px 10px 17px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    justify-content: center;
    width: 100%;
}
.facebook__btn:hover {
    background-color: #FFF;
}
.facebook__btn:hover span {
    color: #3b5998;
}
.facebook__btn svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.facebook__btn span {
    font-size: 14px;
    font-weight: 700;
}


.authorlist{
    scrollbar-color: #3b5998 #fff;
    max-height: 16rem;
    overflow-y: auto;
}


.matched-text {
    background-color: #DCDA23;
}

#newsletterModal{
    z-index: 999999;
}

.ue_form {
    text-align: center !important;
}

.tp-product-badge span{
    background: unset;
}

.tp-product-modal-content .swiper-slide-prev,
.tp-product-modal-content .swiper-slide-next{
    opacity: 0;
}

.basketStep4_btn{
    display: inline-block;
    font-family: var(--tp-ff-jost);
    font-weight: 500;
    font-size: 16px;
    background-color: var(--tp-theme-primary);
    padding: 9px 26px;
    color: var(--tp-common-white);
    border: 1px solid var(--tp-theme-primary);
    transition: all .4s ease;
}

.basketStep4_btn:hover{
    background-color: var(--tp-theme-secondary);
    color: black;
    border: 1px solid var(--tp-theme-secondary);
}

#basketStep4_Next_disabled {
    opacity: 0.5;
    /* cursor: not-allowed; */
}
